254 Commits

Author SHA1 Message Date
Wuzzy
0882f97f47 Remove bettertnt_smoke.png 2017-06-27 16:37:50 +02:00
Wuzzy
1844758323 Rename mob textures to follow naming conventions 2017-06-27 15:15:00 +02:00
Wuzzy
b07f015c88 Remove unused files in textures directory 2017-06-27 13:12:54 +02:00
maikerumine
8798f20ff6 fix spawning by adding mc groups 2017-06-26 19:53:54 -04:00
maikerumine
059a6bea6b Merge pull request #47 from Wuzzy2/model_names
Rename model files to follow naming conventions
2017-06-26 18:44:28 -04:00
maikerumine
54fc5d4d74 Merge pull request #45 from Wuzzy2/soundnuke
Remove obvious non-free sounds
2017-06-26 18:43:53 -04:00
maikerumine
d680131c2b Merge pull request #44 from Wuzzy2/irongolemfix
Remove iron golem blood
2017-06-26 18:43:24 -04:00
maikerumine
a8021acf6a Merge pull request #43 from Wuzzy2/saddlefix
Fix saddled pig dropping 2 saddles after kill
2017-06-26 18:43:13 -04:00
maikerumine
80b71370d0 Merge pull request #42 from Wuzzy2/teleport
Teleport cats and tamed wolfs to owner
2017-06-26 18:43:00 -04:00
Wuzzy
3f8cf25b4b Rename model files to follow naming conventions 2017-06-27 00:32:05 +02:00
Wuzzy
4697df37e0 Remove obvious non-free sounds 2017-06-26 23:41:55 +02:00
Wuzzy
e90ccb9e91 Remove iron golem blood 2017-06-26 23:28:56 +02:00
Wuzzy
4efa4f29da Fix pig dropping 2 saddles after kill 2017-06-26 23:18:58 +02:00
Wuzzy
c73cafdf4a Teleport cats and tamed wolfs to owner 2017-06-26 22:42:23 +02:00
maikerumine
7e2cbba0a6 Merge pull request #38 from Wuzzy2/ocelot
Add cats, update ocelots
2017-06-24 18:59:13 -04:00
Wuzzy
26f82a9f2c No ocelot or cat fall damage 2017-06-25 00:48:41 +02:00
Wuzzy
78b1dd2116 Disable feeding for kittens 2017-06-25 00:20:59 +02:00
Wuzzy
cd623447ee Increse ocelots spawnrate; spawn ocelot kittens 2017-06-25 00:15:29 +02:00
Wuzzy
67a60ea951 Make ocelots shy 2017-06-24 23:48:39 +02:00
Wuzzy
ddd2a83054 Simplify cat textures 2017-06-24 23:47:21 +02:00
Wuzzy
16e40879ee Add cats by taming ocelots 2017-06-24 23:40:28 +02:00
Wuzzy
31293d52e2 Rename ocelot/cat textures and model 2017-06-24 22:37:17 +02:00
Wuzzy
0acd274725 Shrink ocelot, set basic attributes 2017-06-24 22:28:56 +02:00
maikerumine
d487d7783a Merge pull request #37 from Wuzzy2/items2
The Big Subgame Integration PR
2017-06-24 14:50:36 -04:00
Wuzzy
ccc08ebc24 Add documentation for subgame integration 2017-06-24 19:32:55 +02:00
Wuzzy
efdc4243b5 Increase spawn rate of important mobs 2017-06-24 19:13:56 +02:00
Wuzzy
7808673c8c Fix LIGHT_MAX in spawning 2017-06-24 18:56:24 +02:00
Wuzzy
f271153547 Fix spawning … for real 2017-06-24 18:04:45 +02:00
Wuzzy
3557332313 Hardcode arrow entity (for now) 2017-06-24 18:03:05 +02:00
Wuzzy
834485d983 Fix broken spawning 2017-06-24 18:02:58 +02:00
Wuzzy
fa1f6ee854 Move spawn nodes logic to 0_gameconfig.lua 2017-06-24 17:39:36 +02:00
Wuzzy
8c92bff6c0 Generalize sheep dye colors 2017-06-24 16:20:35 +02:00
Wuzzy
fcd300658a Fix crash when using mobs_mc_gameconfig 2017-06-24 15:22:03 +02:00
Wuzzy
fc9f7c23ce Use group-based coloring for wolf collars 2017-06-24 14:52:47 +02:00
Wuzzy
52661f0013 Disable spawning of very unfinished mobs 2017-06-23 22:44:33 +02:00
Wuzzy
8582faabd8 Fix some follow item tables 2017-06-23 22:10:54 +02:00
Wuzzy
226c71b153 Fix crash caused in enderman.lua 2017-06-23 22:04:59 +02:00
Wuzzy
e25b2b2529 Make monster egg nodes optional 2017-06-23 22:04:15 +02:00
Wuzzy
b3efbc16d6 Move replace_what defs to 0_gameconfig.lua 2017-06-23 22:01:14 +02:00
Wuzzy
ef84667d41 Refactor the “c” function 2017-06-23 21:47:12 +02:00
Wuzzy
6e97d22a4b Variablify cow+mushroom.lua
This means the hardcoded itemstrings are replaced with the item
variables from 0_gameconfig.lua.
2017-06-23 21:27:55 +02:00
Wuzzy
aa01e83c51 Move enderman takable nodes to 0_gameconfig.lua 2017-06-23 18:53:22 +02:00
Wuzzy
5cdc76936f Use item variables throughout mob files (part 1) 2017-06-23 18:26:00 +02:00
Wuzzy
c14c88b48e Make 0_gameconfig.lua syntax less verbose 2017-06-23 16:36:02 +02:00
Wuzzy
00f1816bdf Make all items overwritable 2017-06-23 16:29:09 +02:00
Wuzzy
93e3af0749 Implement way to override item IDs by external mod 2017-06-23 15:46:56 +02:00
Wuzzy
f8de3e3d44 Fix hard default dependency in 1_items_default.lua 2017-06-23 15:17:33 +02:00
Wuzzy
dfd9012b70 Make bowl usable as fuel 2017-06-23 15:08:01 +02:00
Wuzzy
b551cce8da Rename 3_gameconfig.lua to 0_gameconfig.lua 2017-06-23 15:06:08 +02:00
Wuzzy
12c8130183 Add all mobs_mc items into 3_gameconfig.lua 2017-06-23 15:02:46 +02:00