-
Notifications
You must be signed in to change notification settings - Fork 0
/
CREDITS
39 lines (30 loc) · 1005 Bytes
/
CREDITS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Minecraft source
- F3 debug methods for HUD
- howto everything!
Forge Wiki
http://www.minecraftforge.net/wiki/
- tutorials
bspkrs
https://github.com/bspkrs/IngameInfo/
- mctime, rain and block/enntity name methods for HUD
MachineMuse
https://github.com/MachineMuse/MachineMusePowersuits
- TickHandler and KeyHandler howto
Blaueseichoern
http://www.minecraftforum.net/topic/1412300-147forgeblaueseichoerns-gui-tutorial/
- GuiHandler and GuiScreen howto
cpw
https://github.com/cpw/ironchest/
- tile entity and inventory howto
powercrystals
https://github.com/powercrystals/
- Container and GuiContainer howto
SpaceToad
https://github.com/BuildCraft/BuildCraft/blob/master/common/buildcraft/core/gui/BuildCraftContainer.java
- shift clicking and phantom slots
OpenMods Team
https://github.com/OpenMods/OpenBlocks
- sneaking/jumping events on blocks (ender cube)
MrGReaper
http://www.minecraftforge.net/wiki/MrGReapers_tutorials/1.7.2_how_to_add_a_speech_Synth
- freeTTS tutorial