Elias Åström
e77473e800
Make changes to the mcl_autogroup API
...
Group levels are now specified as a list of names when registering a
digging group. Digging groups which do not have specified levels will
support tools having two levels, 0 and 1 where 0 means the tool can dig
but not harvest the node and 1 means it can also harvest the node. If
more levels are required one has to specifiy them when registering the
digging group.
2021-03-18 11:35:40 +01:00
Elias Åström
fb6f5eae7a
Rewrite mcl_autogroup
...
These changes are primarly made to make mcl_autogroup more efficient.
Previously enchanted tools required storing around 21 kB of metadata due
to the way the previous version of the mod was implemented. This caused
a lot of lag and a huge amount of network traffic. With the changes
enchanted tools won't require more than 1 kB of metadata.
The mod is also rewritten to use an API to register digging groups and
compute the groupcaps for tools. This will make it easier for modders
to register custom digging groups.
The mod is now split up into two parts. One part called "mcl_autogroup"
to implement the API for registering custom digging groups, and the
other part called "_mcl_autogroup" which contains most of the code which
has to be loaded after most mods.
2021-03-18 11:32:18 +01:00
epCode
61ef6ebc03
Remove skeleton horse from immediate game
2021-03-17 22:54:04 +00:00
epCode
e52d58d15a
Remove skeleton horse texture for copyright reasons
...
see #1322
2021-03-17 22:50:22 +00:00
Elias Åström
7441f0269b
Use get_node_light for sunlight in 5.3
...
Avoids servers running 5.3 crashing.
2021-03-17 09:12:02 +01:00
Elias Åström
0805431231
Fix #1293
2021-03-16 23:51:20 +01:00
AFCMS
6645c4cb30
Really
2021-03-16 17:43:32 +01:00
AFCMS
5d17a6b699
fix SO MANY pairs/ipairs
2021-03-16 17:35:46 +01:00
kay27
cad23bd851
Prevent accessing uninitialized mcl_weather from mcl_burning
2021-03-16 14:05:38 +04:00
epCode
dd7facfc03
Remove Zombie horse from immediate game
2021-03-13 23:19:28 +00:00
epCode
1bdf141198
Delete Zombie horse for copyright reasons
2021-03-13 23:17:50 +00:00
Elias Åström
69e38debe5
Revert "Slightly tweak minecarts to be more MC-like"
...
This reverts commit 8af76f835d
.
2021-03-13 12:30:33 +01:00
epCode
cb10a5508b
Make mob damage more red (MC-like)
2021-03-11 19:40:36 -08:00
epCode
d12009538e
Better mob_mount animations (riding)
2021-03-10 12:27:42 -08:00
AFCMS
3635b848d5
add API for mcl_wip
2021-03-07 00:42:34 +01:00
Elias Fleckenstein
d57db0444f
Use mod.conf in all mods, part 1
2021-03-04 15:22:14 +01:00
Elias Fleckenstein
f5b590901e
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-03-01 10:52:07 +01:00
Elias Fleckenstein
95b0a495bc
Fix #1152
2021-03-01 10:51:57 +01:00
kay27
8af76f835d
Slightly tweak minecarts to be more MC-like
2021-03-01 01:43:00 +04:00
Elias Fleckenstein
8d5b2ff714
Make boats less annoying on ice
2021-02-27 14:38:53 +01:00
MysticTempest
2ace4ccc68
Fix endermen teleporting in the rain in the end per issue #1169 .
2021-02-25 21:48:37 -06:00
kay27
44d3f25767
Leave minecart by Pressing Sneak, https://git.minetest.land/MineClone2/MineClone2/issues/567
2021-02-26 00:26:27 +04:00
Elias Fleckenstein
f04a5a4cc9
Prevent Ender dragon and Wither from despawning
2021-02-25 12:48:17 +01:00
Elias Fleckenstein
0c3ab5843d
Make boats go super fast on ice and slightly faster on land
2021-02-24 10:38:49 +01:00
Elias Fleckenstein
0d2950228a
Implement #1057
2021-02-24 09:31:27 +01:00
Elias Fleckenstein
2d4b8a8232
Replace usages of get_node_group by get_item_group
2021-02-23 10:25:17 +01:00
Elias Fleckenstein
2d0612fa81
Make boats regenerate health and shake when damaged
2021-02-22 12:43:29 +01:00
Elias Fleckenstein
5de9d90569
Simplify mcl_burning API
2021-02-22 10:55:14 +01:00
kay27
0ba7e4fc4d
Fix Runtime error: attempt to index a nil value (api.lua:399 <- is_node_dangerous <- is_at_cliff_or_danger <- on_step_old <- void_damage:16)
2021-02-22 13:40:40 +04:00
epCode
512765a37d
Make use_texture_alpha an mobs_mc.entity setting
2021-02-21 17:10:04 -08:00
epCode
af89b95316
Remove unessesary code in slime+magma_cube.lua
2021-02-19 13:25:53 -08:00
epCode
393bc195fb
Enable alpha for mobs
2021-02-19 13:11:18 -08:00
Elias Fleckenstein
c9e589b931
Add mcl_burning damage interval
2021-02-18 14:47:35 +01:00
Elias Fleckenstein
aeb7078c05
Update use_texture_alpha to the minetest 5.4 conventions
2021-02-18 14:00:17 +01:00
Elias Fleckenstein
eddef41e6b
Fix #1132
2021-02-18 09:41:06 +01:00
Elias Fleckenstein
574ced80a3
Give charged creeper an explosion strength of 6
2021-02-16 09:55:36 +01:00
epCode
903a29f949
Add charged creeper
2021-02-12 16:48:46 -08:00
MysticTempest
0ec64189dc
Partial creeper explode distance fix, and fix to stop punching mobs into the air.
2021-02-11 17:27:55 -06:00
kay27
ba9ad48114
Protect paintings, fix https://git.minetest.land/MineClone2/MineClone2/issues/1080
2021-02-09 23:34:04 +00:00
MysticTempest
dc9ca16321
Enable villager spawning.
2021-02-09 06:06:19 -06:00
epCode
6f8d728035
Merge pull request 'master' ( #6 ) from MineClone2/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/epCode/MineClone2/pulls/6
2021-02-06 00:10:00 +00:00
kay27
696ae8e6fe
Merge pull request 'Fix Mobs not taking knockback on the Y-axis' ( #1061 ) from Code-Sploit/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/1061
2021-02-05 21:41:38 +00:00
kay27
fa3e37c604
A mob does not drop XP unless it dies within 5 s of an attack registered as a player hit, https://git.minetest.land/MineClone2/MineClone2/issues/1021#issuecomment-13894
2021-02-05 16:34:49 +04:00
Code-Sploit
95b0a27213
Fix Mobs not taking knockback on the Y-axis
2021-02-05 10:36:48 +00:00
epCode
e0ad09900c
Merge pull request 'master' ( #5 ) from MineClone2/MineClone2:master into master
...
Reviewed-on: https://git.minetest.land/epCode/MineClone2/pulls/5
2021-02-02 22:19:58 +00:00
MysticTempest
e716ebd911
Make enderman grief less frequently, enable pseudobiome villages by default, and disable natural village generation in singlenode.
2021-02-01 15:45:22 -06:00
Elias Fleckenstein
9956e267aa
Allow for 2 drivers in a boat
2021-01-31 12:54:40 +01:00
Elias Fleckenstein
e66d66caf9
Fix #399
2021-01-28 19:02:44 +01:00
Elias Fleckenstein
89ce072621
Sneak to dismount when in boat
2021-01-28 17:44:55 +01:00
HimbeerserverDE
a3ccb54376
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-27 20:13:16 +01:00
HimbeerserverDE
00df587bf7
Add flame enchantment
2021-01-27 20:11:02 +01:00
kay27
7210dfcc1c
Make mobs only drop XP orbs when they're killed by hit, attempt to fix https://git.minetest.land/Wuzzy/MineClone2/issues/978
2021-01-27 16:12:34 +04:00
Elias Fleckenstein
97594c89fb
Fix #968
2021-01-26 18:51:18 +01:00
Elias Fleckenstein
e05576b3f3
Don't despawn villagers
2021-01-26 18:40:16 +01:00
Elias Åström
174a3a2968
Fix creeper explosions only doing 1/2 heart damage
...
The solution was to move the creeper explosions to originate from the
center of the creepers collisionbox and not its entity position.
2021-01-26 14:13:30 +01:00
Elias Fleckenstein
0022c9902b
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-25 16:33:41 +01:00
MysticTempest
c1c5ed4869
Fix crash in 'mcl_spawn' in v6,flat,singlenode mapgens; and fix mobs despawning when attacking/following players.
2021-01-24 17:47:28 -06:00
Elias Fleckenstein
a514b97880
Make cleric sell experience bottle
2021-01-24 19:55:33 +01:00
Elias Fleckenstein
76bd139f1b
Rise mob spawning distance to 24 ( Closes #982 )
2021-01-24 19:07:56 +01:00
Elias Fleckenstein
eb01c8e9f8
Give boats HP ( Closes #991 )
2021-01-24 16:27:04 +01:00
Elias Fleckenstein
f9a82aab05
Implement curing zombie villagers
2021-01-23 15:40:12 +01:00
Elias Fleckenstein
b7c3096364
Spawn villager zombies like in Minecraft
2021-01-22 20:31:58 +01:00
kay27
2e898b3113
Decrease player burn time in Creative mode
2021-01-22 20:03:55 +04:00
MysticTempest
689e6edac2
Make 'mcl_burning' support other texture packs.
2021-01-22 03:07:21 -06:00
kay27
a41e0628e5
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/994 Crash in mcl_mobs
2021-01-21 12:36:33 +04:00
Elias Fleckenstein
b6aabfc853
Fix #992
2021-01-20 16:20:45 +01:00
Elias Fleckenstein
15dd969adf
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-15 17:40:57 +01:00
Elias Fleckenstein
50e90e8c23
Fix #983
2021-01-14 20:00:10 +01:00
Elias Fleckenstein
b338d36d63
Remove the /burn command
2021-01-12 09:19:18 +00:00
Elias Fleckenstein
1f05d8f876
Knockback enchantment working on mobs
2021-01-11 16:38:05 +01:00
Elias Fleckenstein
a9bdb7b509
Fix #969
2021-01-08 14:55:02 +01:00
Elias Fleckenstein
20ab04dfc0
Fix #976
2021-01-08 14:43:49 +01:00
Elias Fleckenstein
7bcc8c1534
Fix #863
2021-01-06 14:50:49 +01:00
Elias Fleckenstein
b616ce734f
Fix mobs taking damage from fire and lava even if they shouldn't
2021-01-06 13:31:51 +01:00
Elias Fleckenstein
f68a75f184
Fix #750
2021-01-06 13:28:58 +01:00
Elias Fleckenstein
3a02e90c3a
Fix mobs jumping against walls again and again due to a typo
2021-01-06 12:14:20 +01:00
Elias Fleckenstein
f2c978c892
Fix #885
2021-01-06 12:04:02 +01:00
Elias Fleckenstein
fd5f3a8df7
Mobs can't jump while already in air
2021-01-06 11:47:50 +01:00
kay27
bdd0123c77
keep mobs from disappearance
2021-01-06 11:25:56 +01:00
Elias Fleckenstein
52ed7f668e
Small mob shoot raycast improvement
2021-01-06 11:18:18 +01:00
Elias Fleckenstein
bc15c9c22d
Fix #965
2021-01-06 10:36:57 +01:00
kay27
faa944193a
try to fix https://git.minetest.land/Wuzzy/MineClone2/issues/963
2021-01-05 20:45:56 +01:00
Elias Fleckenstein
059629c51f
Fix wrong mob spawning distance from player
2021-01-05 20:29:10 +01:00
Elias Fleckenstein
cd1b8e9d2f
Fix #962
2021-01-05 20:12:50 +01:00
Elias Fleckenstein
8b92d795d2
Fix #960
2021-01-05 18:05:20 +01:00
Elias Fleckenstein
5899c2059f
Fix #860
2021-01-05 18:02:41 +01:00
Elias Fleckenstein
6f49a3d535
Fix #788
2021-01-05 17:52:27 +01:00
Elias Fleckenstein
e7721b91a0
Fix #959
2021-01-05 17:35:06 +01:00
Elias Fleckenstein
8ef14dd81f
Fix #872
2021-01-05 17:23:24 +01:00
Elias Fleckenstein
ac54e3caf3
Fix despawning once and for all (hopefully)
2021-01-04 16:40:18 +01:00
Elias Fleckenstein
507f2d872b
Fix #949
2021-01-04 14:21:28 +01:00
Elias Fleckenstein
f86cf37ac9
Fix zombies sometimes just disappearing when dieing to fire
2021-01-04 13:30:30 +01:00
Elias Fleckenstein
cfa6937df4
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2 into burning_objects
2021-01-04 11:45:06 +01:00
Elias Fleckenstein
c36dc16527
Fix #948
2021-01-04 10:15:28 +01:00
Elias Fleckenstein
10d6ca4107
Change max_hear_distance of fire sound and tweak fire entity size
2021-01-03 18:22:33 +01:00
Elias Fleckenstein
9e97331bdc
Fix mobs despawning while close to player
2021-01-03 15:10:50 +01:00
kay27
30379c823c
Clean up some spaces in code after merging https://git.minetest.land/EliasFleckenstein03/MineClone2
2021-01-03 00:42:07 +04:00
Elias Fleckenstein
c2521885ff
Remove extinguish sound
2021-01-02 14:03:50 +01:00
Elias Fleckenstein
7d45055a59
Remove minetest.env in mcl_mobs API
2021-01-02 12:45:23 +01:00
Elias Fleckenstein
081ae7fbff
Make undead mobs burn in sunlight instead of dealing damage directly
2021-01-02 12:43:50 +01:00
Elias Fleckenstein
8ba8f62527
Document fire_resistant and fire_damage_resistant
2021-01-02 12:34:02 +01:00
Elias Fleckenstein
939a73dd77
Remove Licenses from mcl_burning and mcl_enchanting
2021-01-02 11:18:18 +01:00
Elias Fleckenstein
84708c3870
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2021-01-02 10:58:02 +01:00
Elias Fleckenstein
fbd4a3a516
Fix burning sound keeping playing
2021-01-02 10:56:40 +01:00
Elias Fleckenstein
212e895c1a
Fire Aspect for Mobs
2021-01-01 19:59:34 +01:00
Elias Fleckenstein
2932837951
Fix mobs always dropping cooked loot
2021-01-01 19:52:34 +01:00
Elias Fleckenstein
92bf864807
Fire Aspect
2021-01-01 19:51:31 +01:00
Elias Fleckenstein
071ba77bb0
mcl_burning fully working
2021-01-01 19:25:47 +01:00
Elias Fleckenstein
a6eed5c5b3
Rework system
2020-12-29 22:08:38 +01:00
Elias Fleckenstein
758a3470f3
Fire resistance potion working
2020-12-24 17:55:33 +01:00
Elias Fleckenstein
7545e29f58
Burning objects
2020-12-24 17:48:40 +01:00
Elias Fleckenstein
b017fd7405
Looting actually works now
2020-12-23 19:01:49 +01:00
Elias Fleckenstein
da7240d6c1
looting
2020-12-23 17:41:42 +01:00
MysticTempest
b56ae38939
Make lava/fire wait 2 seconds before destroying items to allow chance for pickup, fix dogs following when sitting, and add some rotation so mobs don't idle at cliffs.
2020-12-22 08:29:24 -06:00
Elias Fleckenstein
6ba3fc869c
Make villagers sell enchanted stuff
2020-12-22 12:00:04 +01:00
Elias Fleckenstein
ef9a54872e
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-12-21 17:58:39 +01:00
Elias Fleckenstein
6eeeb83c0d
Let enderdragon drop Xp
2020-12-19 15:00:15 +01:00
Elias Fleckenstein
977489de04
Fixed efficiency drops
2020-12-18 17:33:02 +01:00
epCode
771964863b
Merge pull request 'master' ( #2 ) from Wuzzy/MineClone2:master into wielditem
...
Reviewed-on: https://git.minetest.land/epCode/MineClone2/pulls/2
2020-12-18 03:23:52 +00:00
MysticTempest
cb3fa6cd09
Fix magma cubes and zombies not taking damage from hands; and adjust magma cube armors to their proper values.
2020-12-17 16:07:20 -06:00
epCode
44c757ba6e
Spawn icons to spawn egg texures
2020-12-17 09:59:34 -08:00
MysticTempest
fb51ab05ea
Enable basic mob despawning.
2020-12-17 09:22:34 -06:00
kay27
e7aa873968
Fix https://git.minetest.land/EliasFleckenstein03/MineClone2/issues/3
2020-12-13 03:09:32 +04:00
kay27
5da02bb8cc
Merge https://git.minetest.land/EliasFleckenstein03/MineClone2
2020-12-13 03:00:04 +04:00
Wuzzy
0cbbe451d4
Add terrifying enderman noises
2020-12-10 17:52:14 +01:00
Wuzzy
1ca89f699a
Add enderman teleport sounds
2020-12-10 16:35:48 +01:00
Wuzzy
d699459bac
Fix carrot param2 reset to 0 when ate by rabbit
2020-12-09 22:10:42 +01:00
Wuzzy
d17c53cb0c
Fix mob spawn height for real
2020-12-08 22:42:01 +01:00
Wuzzy
6532148f2f
Add rabbit sounds
2020-12-08 14:52:38 +01:00
Wuzzy
7abffc5df9
Fix mobs spawning 1.5 nodes above the ground
2020-12-08 01:44:45 +01:00
Wuzzy
9fd27db688
Add new squid death/hurt sounds
2020-12-07 03:01:04 +01:00
Wuzzy
938f62c7c1
Add zombiepig sounds
2020-12-07 01:22:28 +01:00
Wuzzy
9b9ee66b00
Enderman will take nodes only below air
2020-12-07 00:49:46 +01:00
Wuzzy
42155c6bdc
Reduce snowman sound volume
2020-12-07 00:06:20 +01:00
Wuzzy
e49e75ece2
Add snowman sounds
2020-12-06 23:32:54 +01:00
Wuzzy
91071e9bc2
Add endermite sounds
2020-12-06 21:15:05 +01:00
Wuzzy
839c22dcfb
Change XP drop amount for each mob
2020-12-06 15:46:42 +01:00
Wuzzy
e8cb8a789e
Add spider sounds
2020-12-06 13:31:14 +01:00
Wuzzy
92785f7411
Add polar bear sounds
2020-12-06 03:24:32 +01:00
Wuzzy
b163d17a53
Add shears cut sound
2020-12-06 01:21:02 +01:00
Wuzzy
c2fe18def7
Add bone eating sound for wolf
2020-12-06 01:09:55 +01:00
Wuzzy
29d46a5949
Fix wolf eat sound
2020-12-06 00:50:54 +01:00
Wuzzy
e894775943
Tweak zombie/skeleton horse sounds
2020-12-05 23:55:30 +01:00
Wuzzy
9d31ddb30d
Baby animals don't drop XP
2020-12-05 23:42:33 +01:00
Wuzzy
b70e58ab05
Add animal eat sound
2020-12-05 23:37:12 +01:00
Wuzzy
da7214bafa
Wolf: Bark when tamed, show icon when change order
2020-12-05 22:57:46 +01:00
Wuzzy
376e1c32c5
Add wolf sounds
2020-12-05 22:36:59 +01:00
Wuzzy
22a0b107ba
Add flop sound when mob flops on ground
2020-12-05 21:33:37 +01:00
Wuzzy
c7084cb79a
Add guardian sounds
2020-12-05 21:22:59 +01:00
Wuzzy
a764298923
Add Wither spawn sound
2020-12-05 20:53:21 +01:00
Wuzzy
bccd91e08f
Change mule sounds (=higher pitched donkey sounds)
2020-12-05 19:48:51 +01:00
Wuzzy
99b4ba65c2
Add milking sound for cow and mooshrom
2020-12-05 19:17:15 +01:00
Wuzzy
48582e10d2
Add bat hurt and death sounds
2020-12-05 18:50:43 +01:00
Wuzzy
73744b4fc8
Add donkey sounds
2020-12-05 18:29:35 +01:00
Wuzzy
eee892d78e
Make parrots spawn in jungles
2020-12-05 17:56:56 +01:00
Wuzzy
389135f87f
Add parrot sounds
2020-12-05 17:14:56 +01:00
Wuzzy
1d0ecd5708
New chicken sounds
2020-12-05 16:44:01 +01:00
Wuzzy
8b09cccfd4
Disable footstep sound of flying/swimming mobs
2020-12-05 14:48:58 +01:00
Wuzzy
312bae6a17
Add parrots back into Creative inventory
2020-12-05 14:45:10 +01:00
Wuzzy
c0ef6e3d5a
Add instant_death for mobs
2020-12-05 14:42:03 +01:00
Wuzzy
e23bdca570
Reset mob velocity when surviving flop
2020-12-05 14:20:58 +01:00
Wuzzy
c48371e859
Mobs can't runaway while in flop state
2020-12-05 14:16:07 +01:00
Wuzzy
a9b59816c4
Implement very basic flopping
2020-12-05 14:14:16 +01:00
Wuzzy
cb08062926
Fix some mob-related death bugs
2020-12-05 13:51:29 +01:00
Wuzzy
3a28081683
mcl_mobs: Shorten math.pi
2020-12-05 13:05:12 +01:00
Wuzzy
21310aad59
Fix more death animation bugs
2020-12-05 12:59:12 +01:00
Wuzzy
57e24fc705
Disable object collision of dead mobs
2020-12-05 05:20:43 +01:00
Wuzzy
b6c6602d13
New mob death particle and sound
2020-12-05 05:11:53 +01:00
Wuzzy
ed3afc6e49
Redo the death effect
2020-12-05 04:33:23 +01:00
Wuzzy
411e180477
Use same death_speed for all mobs
2020-12-05 03:52:08 +01:00
Wuzzy
ab7cfa1e43
Improve flight behavior of bat/parrot a little
2020-12-05 03:35:08 +01:00
Wuzzy
9b519cb665
Document mob states
2020-12-05 02:17:39 +01:00
Wuzzy
1362730dbf
Mobs don't follow food in hand in love mode
2020-12-05 02:07:43 +01:00
Wuzzy
855fd6b279
Drop XP when breeding
2020-12-05 01:49:15 +01:00
Wuzzy
a56df1e533
Add mobs debug mode
2020-12-05 01:38:10 +01:00
Wuzzy
7913e72e07
Tweak timing of horny timer and child grow time
2020-12-05 01:26:30 +01:00
kay27
945260fa29
quick fix of attempt to index local 'node' (nil value) at mods/ENTITIES/mcl_mobs/api.lua:3392
2020-12-03 23:48:26 +04:00
MysticTempest
09ccfc9802
Copy mcl_item_entity's item flowing code to allow mobs to be pushed by flowing_water, add TenPlus1's mob shoving code, and fix mob swimming breaking recently.
2020-12-03 10:37:44 -06:00
kay27
06c97be4a2
Fix https://git.minetest.land/Wuzzy/MineClone2/issues/880
2020-12-01 20:10:37 +04:00
kay27
e0734952ce
quick fix 'not def and def.walkable'
2020-11-28 17:56:37 +04:00
Laurent Rocher
af26f18bd6
Complete French Translation
2020-11-18 23:06:47 +01:00
Elias Fleckenstein
a3cf6b0e5d
Blast Protection; Fire Protection; Projectile Protection; Feather Falling; Thorns
2020-11-13 12:21:36 +01:00
Elias Fleckenstein
3d7bb69e81
Bane of Arthropods; Smite; Lure
2020-11-09 18:59:08 +01:00
Elias Fleckenstein
86b2cd70f9
Fortune
2020-11-06 13:46:52 +01:00
Elias Fleckenstein
7c28bf8507
Silk Touch
2020-11-02 19:09:23 +01:00
Wuzzy
a4c2211d87
Merge branch 'enchanting' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-10-24 11:38:16 +02:00
kay27
30d9e54803
Implement leftovers of https://git.minetest.land/Wuzzy/MineClone2/issues/841#issuecomment-11440
2020-10-24 02:46:45 +04:00
Wuzzy
280f284867
Merge branch 'enchanting' of https://git.minetest.land/Wuzzy/MineClone2 into master
2020-10-23 22:32:35 +02:00
Wuzzy
6b30553707
Merge branch 'cart-acceleration' of https://git.minetest.land/2mac/MineClone2 into master
2020-10-23 22:12:40 +02:00
Wuzzy
4c39224e6f
Merge https://git.minetest.land/EliasFleckenstein03/MineClone2 into master
2020-10-23 21:53:42 +02:00
kay27
a127136c60
Add Enchanting from Crafter-minetest by Oil_boi
2020-10-19 16:38:21 +04:00
kay27
446b0e6602
Merge updated Nether portals, https://git.minetest.land/Wuzzy/MineClone2/issues/804
2020-09-21 22:21:46 +04:00
Wuzzy
e361b35724
Fix crash delete item entity with empty itemstring
2020-08-29 10:57:33 +02:00
Wuzzy
731f42ac88
Rename and move texture: tnt_smoke
2020-08-19 18:47:58 +02:00
Wuzzy
f00dc21252
Make dying mobs non-pointable
2020-08-19 18:38:38 +02:00
Wuzzy
28aead0a60
Tweak mob death particles
2020-08-19 18:38:14 +02:00
Wuzzy
e310de1754
Fix Shulker spawnegg typo
2020-08-05 19:59:50 +02:00
Wuzzy
1f8488aba5
Make throwable water bottles useful
2020-08-05 19:00:08 +02:00
Wuzzy
e2735e0081
Fix wrong var name in mcl_mobs
2020-08-05 17:29:52 +02:00
MysticTempest
460d6e837a
Fix farm mobs following players slowly, adjust animations to follow suit, increase pig view range slightly, and change the runaway animation from walk to run.
2020-08-03 08:37:58 -05:00
MysticTempest
c63c92f597
Copy upstream's pathfinding out of water, then copy & rework the cliff check into a check for land mobs to avoid water.
2020-07-31 08:35:40 -05:00
Elias Fleckenstein
21c6815839
Added End Crystal
2020-07-25 13:32:35 +02:00
MysticTempest
56958ab0c9
Fix mobs getting stuck in water, fix mobs falling off cliffs, and lower spider speed so cliff_danger check is properly applied.
2020-07-24 21:15:40 -05:00
kay27
ba51686e6c
Russian translation
2020-07-20 00:11:13 +00:00
Brandon
1eeb0511de
Correct undeclared local obj in enderman line 318
2020-07-19 18:32:33 -04:00
Wuzzy
90cc3b9659
Fix crash in mcl_mobs
2020-07-16 20:26:41 +02:00
Brandon
ad5759a5ad
Update method for harming by heal to mob attributes
2020-07-12 16:56:41 -04:00
Wuzzy
99f161ca80
Localize 2 endermen vars
2020-07-11 11:53:58 +02:00
Wuzzy
5125f6d739
Merge branch 'rootyjr_enderman'
2020-07-11 11:32:50 +02:00
Wuzzy
0a5294c0c8
Remove outdated creative mob check
2020-07-10 16:46:47 +02:00
Wuzzy
c106a62979
Use minetest.is_creative_enabled
2020-07-10 16:45:40 +02:00
Booglejr
5472b0403f
Fix violent enderman when not in creative mode.
2020-06-21 18:17:59 -05:00
kay27
80fcffcd38
Fix Enderman's teleport by getting less nodes to pass PseudoRandom:next
2020-06-21 13:10:10 -05:00
Brandon
e882dfc3c5
Drop ghast tear and rabbit foot
2020-06-20 10:51:36 -04:00
Rootyjr
7b9a79658d
Attempt to fix more crash errors.
2020-06-16 23:59:16 -05:00
Rootyjr
d19bedc6d2
I think this addresses the crash and also makes enderman more passive during the day.
2020-06-13 14:51:27 -05:00
Rootyjr
a7b9107d31
Fix enderman griefing in protected areas.
2020-06-12 01:22:01 -05:00
rootyjr
046bca1080
implemented ability to detect when seen / break eye contact and aggressive response / implemented teleport to avoid arrows. / implemented teleport to avoid rain. / implemented teleport to chase. / added enderman particles. / drew particles 1 through 5 / added rain damage. / fixed the grass_with_dirt issue.
2020-06-08 00:51:48 -05:00
Wuzzy
d2cacf285d
Paintings: Tweak selectionboxes
2020-05-21 04:45:54 +02:00
Wuzzy
3bd160f414
Check protection when placing painting
2020-05-21 04:22:10 +02:00
Wuzzy
f0d511bd4a
Paintings: Move closer to wall
2020-05-21 02:16:12 +02:00
Wuzzy
bfd2f0ebc7
Add paintings
2020-05-21 01:51:52 +02:00
Wuzzy
7cfef25dfe
Fix undeclared global in mcl_minecarts
2020-05-16 20:13:22 +02:00
Wuzzy
547080bd98
Add a delay before mobs start to suffocate
2020-05-13 22:15:46 +02:00
Wuzzy
1a0e979b0c
Update incomplete license information and credits
2020-05-11 17:18:04 +02:00
Wuzzy
26b5b45595
Fix crash when creeper explodes
2020-05-10 14:54:43 +02:00
Wuzzy
c156398fb5
Merge branch 'translate-fr' of https://git.minetest.land/lrocher/MineClone2 into translate_fr
2020-05-09 18:57:40 +02:00
Wuzzy
0c96e512d7
Remove bogus saddle recipe
2020-05-09 00:40:54 +02:00
Wuzzy
aeb7a6cb8b
Disable guardian spawning
2020-05-08 17:44:27 +02:00
Wuzzy
fb55d33bfe
Fix villager crash when trading w/o inited inv
2020-05-08 17:27:22 +02:00
Wuzzy
2b4a4f8c60
Merge branch 'master' of https://git.minetest.land/Wuzzy/MineClone2
2020-05-05 02:11:52 +02:00
Rocher Laurent
4957bd1118
Translate In French
2020-05-03 22:39:07 +02:00
Alexander Minges
beace10136
prevent water mobs to classify solid blocks below them as dangerous
2020-05-03 17:43:44 +02:00
Wuzzy
bc740efafe
Add fire explosions
2020-05-02 19:05:56 +02:00
Wuzzy
56d484f69b
Make mobs and bed use mcl_explosions
2020-05-02 18:50:25 +02:00
Wuzzy
3087621b11
Merge branch 'mcl_explosions'
2020-04-30 20:55:10 +02:00
Wuzzy
ef20ac54c3
Fix crash when fueling furnace minecart
2020-04-30 18:13:05 +02:00
Elias Åström
cdea2eeabf
Change mcl_mobs to enable knockback in y direction
2020-04-19 13:08:36 +02:00
Elias Åström
fd05259202
Make TNT and TNT Minecart use the explosions API
...
The old api from mcl_tnt is still left in the code, and used by the
mobs.
2020-04-19 13:08:36 +02:00
Wuzzy
6a77a54034
Increase z_index values to match new convention
2020-04-17 21:27:45 +02:00
Wuzzy
3803dba233
Fix invalid portal node names in spawn code
2020-04-16 12:39:18 +02:00
Wuzzy
1db34821a0
Mobs: Fix crash when mob dies to fall or light dmg
2020-04-12 23:11:18 +02:00
Wuzzy
a2785041dd
Remove mod startup debug messages
2020-04-11 02:56:46 +02:00
Wuzzy
47cda09073
Implement per-class mob cap
2020-04-11 02:46:03 +02:00
Wuzzy
8e06e4e8b2
Reduce mob_specific mob caps
2020-04-11 01:35:44 +02:00
Wuzzy
a33bd015f5
Reduce max_object_per_block default to 64
2020-04-11 01:14:14 +02:00
Wuzzy
5fe8717fca
Fix another crash in Mobs mod
2020-04-08 15:03:03 +02:00
Wuzzy
71c9d20fff
Use larger wield scale for tools
2020-04-08 04:07:16 +02:00
Wuzzy
21d5b93baa
Remove explicit stepheight from most mobs
2020-04-08 02:35:20 +02:00
Wuzzy
31b367eb83
Fix horse-related crash
2020-04-08 02:29:12 +02:00
Wuzzy
f27615d77e
Add z_index to HUD elements
2020-04-07 13:03:10 +02:00
Wuzzy
c5e4ec5e27
Use ephemeral sounds
2020-04-07 00:55:45 +02:00
Wuzzy
28b1d5e8e9
Mobs: Add more nil checks
2020-04-05 21:09:27 +02:00
Wuzzy
e81b5ef58a
Another nil check in mcl_mobs
2020-03-30 16:52:36 +02:00
Wuzzy
600eadedea
Add nil checks when mob is damaged
2020-03-29 23:24:04 +02:00
Wuzzy
24832c534f
Fix crash in horse code
2020-03-24 19:11:25 +01:00
Wuzzy
3cf32c38c5
Villager: Make offered/wanted items unclickable
2020-03-19 12:32:30 +01:00
David McMackins II
59b6385d10
Fix bug where powered rails would not accelerate a fueled minecart
2020-03-17 15:00:12 -05:00
Wuzzy
fb9d0f7a7c
Mobs: Drop cooked item if died in fire
2020-03-15 09:07:38 +01:00
wuniversales
3772dd51cc
Update Spanish translation
2020-03-15 08:32:00 +01:00
Wuzzy
6b529e1204
Colorize some item tooltips
2020-03-12 02:29:30 +01:00
Wuzzy
feba60cad8
Translate all extended tooltips to German
2020-03-12 01:35:11 +01:00
Wuzzy
03a5519d01
Partial German translation of tooltip extensions
2020-03-11 01:44:23 +01:00
Wuzzy
070e928bf0
Merge branch 'tt'
2020-03-10 18:21:32 +01:00
Wuzzy
03ad3cca29
Major default formspec style update
...
- Uses formspec_prepend to set e.g. button style
- Make all formspecs use the MCL2 style consistently
2020-03-10 05:01:49 +01:00
Wuzzy
4cb5b26fa9
Fix crash in mcl_mobs
2020-02-25 16:09:26 +01:00
Wuzzy
a375548992
Heal horses differently depending on food
2020-02-23 17:13:52 +01:00
Wuzzy
fbd5374085
Don't drip water+lava thru glass
2020-02-23 16:17:04 +01:00
Wuzzy
401382106f
Fix crash when riding player leaves
2020-02-22 20:47:25 +01:00
Wuzzy
4ece91fde4
Make squids larger
2020-02-19 22:28:18 +01:00
Wuzzy
4926f8d443
Mobs: Respect fall_damage_add_percent
2020-02-19 17:24:35 +01:00
Wuzzy
589b750d0a
Add tool wear for punching mobs
2020-02-19 16:47:57 +01:00
Wuzzy
ba74546d48
Add extended tooltips
2020-02-19 04:54:17 +01:00
Wuzzy
3118673116
Play sound for equipping horse armor or saddle
2020-02-18 23:49:35 +01:00
Wuzzy
460e7c0c67
3 mob heads reduce mob detection range
2020-02-18 18:12:51 +01:00
Wuzzy
fb251db925
Rename mod: 3d_armor → mcl_armor
2020-02-18 15:44:54 +01:00
Wuzzy
988ca6ffe7
Interpret many damage sources as punches
2020-02-17 18:37:23 +01:00
Wuzzy
e6133ac670
Fix TNT minecart igniting
2020-02-14 21:09:36 +01:00
Wuzzy
bed0849bb0
Add setting: mcl_tnt_griefing
2020-02-05 03:11:32 +01:00
Wuzzy
2ef5f0232d
Update minecart German translation
2020-02-05 03:11:07 +01:00
wuniversales
15481cb24d
Add Spanish translation
2020-02-04 21:43:50 +01:00
Wuzzy
04c8a08cc4
Ignite tnt minecart by fire charge
2020-01-30 23:11:16 +01:00
Wuzzy
9f344b4307
Detach minecart driver if over activator rail
2020-01-30 22:45:29 +01:00
Wuzzy
1d2da1f01a
TNT minecart and activator rail no longer WIP
2020-01-30 22:31:44 +01:00
Wuzzy
9dc9c12f29
Implement TNT minecart
2020-01-30 22:05:18 +01:00
Wuzzy
74b79d130b
Add basic implementation of furnace minecart
2020-01-30 20:38:31 +01:00
Wuzzy
d923f71c92
Teach mobs how to not walk into danger ... kinda
2020-01-30 18:04:50 +01:00
Wuzzy
61e148ac2e
Fix mobs able to swim in plants
2020-01-30 17:05:39 +01:00
Wuzzy
fcf46b3423
Remove legacy stuff in mcl_mobs
2020-01-30 16:17:29 +01:00
Wuzzy
c234b273ad
Introduce snowball_vulnerable armor group
2020-01-30 16:14:13 +01:00
Wuzzy
be04de084b
Mobs: Utilize pathfinder jumpheight properly
2020-01-30 01:36:08 +01:00
Wuzzy
8be35bae53
Make mcl_worlds dependency in mcl_mobs optional
2020-01-30 01:11:02 +01:00
Wuzzy
bddb8f1136
Remove some outdated dependencies in mcl_mobs
2020-01-30 01:05:31 +01:00
Wuzzy
d38e0a0b00
Remove unused jump_chance attribute from mobs
2020-01-30 00:03:53 +01:00
Wuzzy
f7fb83891a
Mobs: Replace name-based fence/wall check
2020-01-29 23:37:16 +01:00
Wuzzy
9326a76973
Fix mobs walking into water too often
2020-01-29 23:11:20 +01:00
Wuzzy
3788b66b47
Clean up some luacheck warnings in mcl_mobs
2020-01-20 16:08:59 +01:00
Wuzzy
87ac0c952c
Mobs: Reset texture mods on activation
2020-01-06 17:28:08 +01:00
Wuzzy
0ae2c5b25f
Mention mob glitch workaround
2020-01-06 14:49:44 +01:00
Wuzzy
1210d8c9a7
Workaround for mobs glitching through walls
...
Thanks, MysticTempest!
2020-01-06 14:46:10 +01:00
Wuzzy
7a870d0ead
Message when trying to spawn forbidden hostile mob
2020-01-06 13:46:43 +01:00
Wuzzy
f2b7392a30
Use "minetest" instead of "core" table
2020-01-06 13:02:30 +01:00
Wuzzy
90298821a3
Remove mob aliases
2020-01-05 10:49:04 +01:00
Wuzzy
ab038ddd60
Increase drops of guardians
2019-12-18 21:55:22 +01:00
Wuzzy
2e9efe51e8
Tweak drop behavior of ocean plants
2019-12-18 03:10:49 +01:00
Wuzzy
b81396c03f
Add falling node variants of seagrass
2019-12-17 21:24:57 +01:00
Wuzzy
f4888a42a9
Add glow to falling light source nodes
2019-12-14 18:56:59 +01:00
Wuzzy
7f70acc8a4
Make dropped items glow if light source node
2019-12-14 17:40:24 +01:00
Wuzzy
01288eff62
Enderman no longer pickup dirt-with-grass directly
2019-12-13 15:46:01 +01:00
Wuzzy
9dfe584cd1
Remove dirt with dry grass node from mobs_mc
2019-12-13 15:36:20 +01:00
Wuzzy
5b4f33c8f1
Add dummy support for placing carpets on llamas
2019-12-11 20:03:11 +01:00
Wuzzy
231493cb1b
Merge branch 'screwdriver'
2019-12-11 04:47:53 +01:00
Wuzzy
0d3b8e11c3
Hide WIP mobs in creative inventory
2019-12-11 00:46:55 +01:00
Wuzzy
2ff5bafd91
Refactor mob projectiles
2019-12-10 01:01:04 +01:00
Wuzzy
046f9ab223
Make blaze attacks a bit better
2019-12-10 00:16:09 +01:00
Wuzzy
5868790b4f
Tweak parrot colors
2019-12-09 12:35:24 +01:00
Wuzzy
1e354f63c0
Add chick sounds
2019-12-09 12:18:26 +01:00
Wuzzy
9e31c2b62b
Snow golems use mcl_throwing snowball
2019-12-09 11:03:48 +01:00
Wuzzy
84ff24f8ed
Tweak mob shooting behaviour
2019-12-09 09:56:38 +01:00
Wuzzy
8a2e6d434d
Mobs now shoot mcl_bows:arrow_entity
2019-12-09 09:29:19 +01:00
Wuzzy
5f1973aecd
Mobs: Refactor distance calculation
2019-12-08 18:48:49 +01:00
Wuzzy
55171a12c6
Make dogs accept food
...
Thanks, emanresu!
2019-10-25 00:56:31 +02:00
Wuzzy
219b2464a1
Give llamas an appetite for hay bales
2019-10-25 00:47:30 +02:00
Wuzzy
6d5bfacb8c
Make mob_difficulty no longer experimental
2019-10-03 12:25:28 +02:00
Wuzzy
c6903b48f1
Fix mobs spawn with 0 health if mob_difficulty=0
2019-10-03 12:19:54 +02:00
Wuzzy
0e733f1677
Fix outdated mob settings help
2019-10-03 12:17:45 +02:00
Wuzzy
5ed278717f
Rename dmg particle setting
2019-10-03 12:05:30 +02:00
Wuzzy
8b9ac5c6a6
Remove custom damage particles
2019-10-03 12:03:36 +02:00
Wuzzy
d9424ad82e
Make dmg particles proportional to dmg
2019-10-03 11:53:26 +02:00
Wuzzy
5bd19c03f6
Wither no longer floats in water
2019-10-03 00:00:25 +02:00
Wuzzy
4a7aaa9024
Increase boat speed on land
2019-10-02 20:54:06 +02:00
Wuzzy
a9ed14c4af
Fix boats moving too fast backwards
2019-10-02 20:51:02 +02:00
Wuzzy
200cbf033a
Set walk chance of agent mob to 0
2019-10-02 18:58:29 +02:00
Wuzzy
aae360db4c
Remove spawn icon for unused agent mob
2019-10-02 18:57:06 +02:00
Wuzzy
f9e46b914d
Mobs: Separate fire damage from lava damage
2019-10-02 18:45:28 +02:00
Wuzzy
b71c9204ec
Update drowning settings in mobs_mc
2019-10-02 18:31:16 +02:00
Wuzzy
14d4bec8a9
Implement proper drowning for mobs
2019-10-02 18:28:28 +02:00
Wuzzy
67f33c9256
Prevent constructing arrow boxes
2019-09-19 12:27:27 +02:00
Wuzzy
31ae28e66e
Add fishing rod in mob mods
2019-09-11 14:07:15 +02:00
Wuzzy
30a954b874
Increase max. speed of boats
2019-09-11 13:33:31 +02:00
Wuzzy
e633f15eed
Fix boat behavior a bit when falling on water
2019-09-11 12:50:58 +02:00
Wuzzy
df7acfc8ae
Boats: Can place properly at all sides
2019-09-11 12:23:56 +02:00
Wuzzy
b6c3cc0ed7
Tweak boat physics when inside water
2019-09-11 12:11:04 +02:00
Wuzzy
3cba55703a
Boats: Allow very slow movement on ground
2019-09-11 11:17:42 +02:00
Wuzzy
44bd5dba6c
Mobs: Don't set gotten in API anymore
2019-09-10 17:17:09 +02:00
Wuzzy
9416305fa6
Fix sheep not regrow wool if mobs_griefing=false
2019-09-10 17:09:17 +02:00
Wuzzy
8618b42bc7
Merge branch 'fix_dye' of https://github.com/Rootyjr/MineClone2
2019-09-10 16:56:48 +02:00
Wuzzy
719242c840
Merge branch 'fix_sitting_minecart_bug' of https://github.com/Rootyjr/MineClone2
2019-09-10 16:09:29 +02:00
Wuzzy
2fecf0336c
Mobs: Stack texture mod effects
2019-09-10 16:00:41 +02:00
Wuzzy
955638bccd
Harden minetest.after check
2019-09-10 15:45:26 +02:00
Wuzzy
915ac2da93
Merge branch 'fix_mob_damage_color' of https://github.com/Rootyjr/MineClone2
2019-09-10 15:32:30 +02:00
Wuzzy
2423acb297
Fix slimes not jumping at all
2019-09-05 00:17:52 +02:00
Nicholas Niro
995024b47b
Teach mobs not to jump if they'd hurt their head
2019-08-30 04:31:14 +02:00
Wuzzy
1cbee9de18
Fix item entity force-out bias to positive dir
2019-08-27 13:08:54 +02:00
Rootyjr
58d9fb874d
Mobs now flash red when hurt.
2019-08-01 01:18:53 -05:00
Rootyjr
839d74329c
Fix #534.3 (Dyeing a sheep did not remove the dye from inventory.)
2019-07-31 11:14:11 -05:00
Rootyjr
b1f201f538
Fix #530 (Players were stuck in sitting animation after being out of minecart).
2019-07-29 00:13:16 -05:00
Wuzzy
1ed1bdfadb
Use minetest.raillike_group for rails
2019-04-11 17:03:41 +02:00
Wuzzy
2203d0df53
Revert "Make item entities a bit more efficient"
...
This reverts commit ba97dfd02f
because it broke item entities.
2019-04-01 10:59:36 +02:00
Oil_boi
ba97dfd02f
Make item entities a bit more efficient
2019-03-26 10:23:52 +01:00
Wuzzy
6188d7b528
Fix other boolean settings default fails
2019-03-25 12:42:37 +01:00
Wuzzy
967905264d
Make many help texts translatable and fix bugs
2019-03-25 12:05:57 +01:00
Wuzzy
c5db9987c3
Fix various typos in German translation
2019-03-25 11:01:52 +01:00
Wuzzy
8dd3c9224f
Fix translation of falling anvil death msg
2019-03-18 18:16:25 +01:00
Wuzzy
9d7f4f6544
Translate villager professions
2019-03-16 04:14:21 +01:00
Wuzzy
8ee1521f14
Translation: Add support for horse armor
2019-03-16 02:44:52 +01:00
Wuzzy
cf9e440019
Translation: Add support for a few missing items
2019-03-16 02:38:36 +01:00
Wuzzy
af4aa6c2ec
Change German translation of Shulker
2019-03-16 00:21:17 +01:00
Wuzzy
1c27cbe4f6
German translation: mcl_mobitems to mcl_potions
2019-03-15 09:50:32 +01:00
Wuzzy
a51bcff1b9
Fix crash if breeding sheep that spawned as child
2019-03-15 00:26:06 +01:00
Wuzzy
7c9126ace5
German translation: entities
2019-03-14 00:25:41 +01:00
Wuzzy
9ef6176958
Remove redundant translatability stuff in mobs_mc
2019-03-14 00:16:53 +01:00
Wuzzy
04c2da63ad
mcl_mobs: Remove unused string
2019-03-14 00:00:10 +01:00
Wuzzy
5aeb4aea74
Add translation templates for most mods
...
Using the findtext.lua script
2019-03-13 23:40:59 +01:00
Wuzzy
2b586549cf
Add translation templates for 3 mods
2019-03-13 22:52:14 +01:00
Wuzzy
008a1b1cac
Add German translation for boats
2019-03-13 05:57:43 +01:00
Wuzzy
2c599c4a0e
Refactor mobs_mc a bit
2019-03-11 13:25:06 +01:00
Wuzzy
cc9b78215a
Fix crash with wither projectile
2019-03-11 13:23:55 +01:00
Wuzzy
c8f9c3e923
Delete drippingwater entities when block unloads
2019-03-10 04:22:19 +01:00
Wuzzy
4f2baf8506
Play place sound if falling node hit the bottom
2019-03-09 08:59:09 +01:00
Wuzzy
10035a64af
Fix mobs not retaliating if friend died with 1 hit
2019-03-09 01:57:51 +01:00
Wuzzy
47ef78bf6a
Fix group attack for slime, zombie and zombiepig
2019-03-09 01:50:00 +01:00
Wuzzy
f3b4c56772
Change default mob view range to 16
2019-03-09 01:04:18 +01:00
Wuzzy
7899f6d432
Tweak height fear of all mobs
2019-03-09 00:54:49 +01:00
Wuzzy
a5b20b1bf0
Modify pitch of small slimes and magma cubes
2019-03-09 00:44:24 +01:00
Wuzzy
8b44e6fb7a
Mobs: Also play jump sfx if not moving horizontal
2019-03-09 00:24:53 +01:00
Wuzzy
c98df597fc
Fix mob detection of fences and walls
2019-03-09 00:18:21 +01:00
Wuzzy
6f9e178084
Baby zombies take sunlight damage
2019-03-08 23:55:27 +01:00
Wuzzy
9434baf991
High pitch for baby monsters
2019-03-08 23:52:41 +01:00
Wuzzy
a58b6fd3fb
Fixed pitch for fuse sound
2019-03-08 23:17:42 +01:00
Wuzzy
b8d3e7473b
Mob sfx: Random pitch, higher pitch for children
2019-03-08 23:11:44 +01:00
Wuzzy
20576431e1
More death messages, more reliable
2019-03-08 20:22:01 +01:00
Wuzzy
f7d9aea529
Make blazes glow in the dark
2019-03-08 03:40:46 +01:00
Wuzzy
fed10e688e
Tweak water/lava drips
2019-03-08 03:05:27 +01:00
Wuzzy
1217d9fa88
New translation system, part 1: entities
2019-03-07 20:43:39 +01:00
Wuzzy
a84f7935fa
Revert "Utilize formspec prepend"
...
This reverts commit ea0c2e9568
.
2019-03-07 12:42:08 +01:00
Wuzzy
66c6b373a5
Make many entities non-pointable
2019-03-07 03:53:06 +01:00
Wuzzy
ea0c2e9568
Utilize formspec prepend
2019-03-06 06:35:24 +01:00
Wuzzy
c4558a31ab
Update modpack meta files (MT 5.0.0)
2019-03-06 05:52:31 +01:00
Wuzzy
a9776814a6
Fix player attachment offsets
2019-03-06 05:11:49 +01:00
Wuzzy
2f74aea6f5
Replace deprecated functions
2019-03-06 04:38:57 +01:00
Wuzzy
a711c7bdb7
handle_node_drops no longer destroys metadata
2019-03-01 17:30:21 +01:00
Wuzzy
7851cee45e
Fix exhauston for attacking and taking dmg
2019-02-28 16:43:52 +01:00
Wuzzy
31668cdde5
Add brown mooshroom
2019-02-21 02:38:33 +01:00
Wuzzy
5a7952bf92
Set mob spawn chance to 2.5 and fix player respawn msg
2019-02-11 15:51:30 +01:00
Wuzzy
d50ff26118
Rename setting: mob_spawn_multiplier → mobs_spawn_chance
2019-02-09 03:11:15 +01:00
Wuzzy
a7d429a017
Fix several "undeclared global" errors
2019-02-08 22:44:26 +01:00
Wuzzy
fb3db5077c
Fix slime code using nil arguments
2019-02-08 22:27:45 +01:00
Wuzzy
9a3c6a3fd7
Protect: add bottles, mobspawner, fix repeater
2019-02-08 22:17:51 +01:00
Wuzzy
bcf7125f9d
Fix mob items not working without maphack priv
2019-02-08 17:55:14 +01:00
Wuzzy
d59d789c80
Put boat/minecart in inv when punched in creative
2019-02-06 21:56:52 +01:00
Wuzzy
66c99efb2f
Hide "useless" items from creative and craft guide
2019-02-06 10:57:23 +01:00
Wuzzy
37b9b6fbfc
If mob jumped against wall 4 times, turn around
2019-02-06 08:51:09 +01:00
Wuzzy
d4fe313077
Mobs: Fix line-of-sight handling (thanks, chon!)
2019-02-06 08:27:14 +01:00
Wuzzy
0068508968
Don't add weapon wear in Creative Mode
2019-02-05 21:11:37 +01:00
Wuzzy
3563b5448c
Slime: Don't add speed if mother was stuck
2019-02-05 21:02:36 +01:00
Wuzzy
958989c80d
If slime/mcube was killd, smaller m. att. attacker
...
Previously, if you killed a big slime, the smaller slimes that spawn are neutral.
2019-02-05 20:49:34 +01:00
Wuzzy
ca484cfa1a
Improve child spawn on slime/magmacube death
...
No longer do children spawn in walls
2019-02-05 20:19:06 +01:00
Wuzzy
1c35828fa2
Fix stupid mob spawn height
2019-02-05 19:24:02 +01:00
Wuzzy
cfd5615548
Spawn smaller slime/magmacube if it doesn't fit
2019-02-05 19:12:28 +01:00
Wuzzy
b7a2fba1ce
Fix spawn ABM check that prevented squid spawn
2019-02-05 17:43:18 +01:00
Wuzzy
64457b151c
Improve free space checks on mob spawn
2019-02-05 17:05:40 +01:00
Wuzzy
a285827980
Change powered rail texture names to fix MTG clash
2019-02-04 12:38:36 +01:00
Wuzzy
0586c0ea18
Destroy items in fire
2019-02-01 08:31:17 +01:00
Wuzzy
29040f9352
Add magma cube sounds
2019-02-01 08:13:45 +01:00
Wuzzy
e789801662
Replace getpos() with get_pos()
2019-02-01 06:33:07 +01:00
Wuzzy
8ff69dda0c
Despawn animals, too
2019-01-31 22:00:43 +01:00
Wuzzy
0a803400fe
Mobs: Disable war_cry sound for now
2019-01-31 07:57:03 +01:00
Wuzzy
27823dbbb3
Remove frustration mob sound
2019-01-31 07:45:42 +01:00
Wuzzy
139b1000ff
Implement mob suffocation
2019-01-31 07:23:35 +01:00
Wuzzy
c9fb060ea0
Tweak zombie growl sound occurence
2019-01-31 07:20:51 +01:00
Wuzzy
e1e7d5215e
Add more mob sound cooloffs
2019-01-31 06:31:04 +01:00
Wuzzy
a2b39ed943
Mobs: Prevent jump sound spam
2019-01-31 02:44:05 +01:00
Wuzzy
d34c48cb59
Insta-drop minecart when its rail is destroyed
2019-01-30 03:37:47 +01:00
Wuzzy
6748576f8e
Increase minecart floating check timer
2019-01-30 03:37:23 +01:00
Wuzzy
1966d18586
Drop minecart as item if its not on a rail anymore
2019-01-30 03:16:59 +01:00
Wuzzy
e42945a4e1
Minecarts: Reset eye offset when detaching player
2019-01-30 02:41:24 +01:00
Wuzzy
5a1cafa5dd
Minecarts: Save _railtype in staticdata
2019-01-30 02:04:12 +01:00
Wuzzy
b9c197565a
Minecarts: Init _railtype on placement
2019-01-30 01:58:26 +01:00
Wuzzy
b23b9a9395
Add silverfish sounds (thanks, Inocodum!)
2019-01-28 22:13:35 +01:00
Wuzzy
3bcc2c2693
Make mob knockback weaker
2019-01-28 00:55:41 +01:00
Wuzzy
8f7303d540
Lookup tool opens help page when using it on mobs
2019-01-28 00:04:12 +01:00
Wuzzy
68c373d2b8
Add a couple of modpack.conf files
2019-01-07 00:52:05 +01:00
Wuzzy
fa3fd68c8c
Turn enderman to monster, but reduce view range
2018-12-22 14:29:45 +01:00
Wuzzy
e0fe5b2c66
Disable zombie war_cry sound for now
2018-10-23 17:34:01 +02:00
Wuzzy
a88429a78e
Fix missing zombie growl
2018-10-23 17:13:22 +02:00
Wuzzy
d1fb01c2ff
Fix crash if trading with cleric in non-v6 mapgen
2018-10-23 17:03:42 +02:00
Wuzzy
6dbbca4bec
Fix mobs_mc_vex_death.ogg being stereo
2018-09-18 21:39:03 +02:00
Wuzzy
92dca4850a
Add new cat/ocelot sounds
2018-09-18 21:21:05 +02:00
Wuzzy
a3d798ca13
Fix mobs playing damage sound when they healed
2018-09-18 20:08:03 +02:00
Wuzzy
5d6d1cf790
Add bat sound
2018-09-18 19:46:44 +02:00
Wuzzy
fd33d9d2ec
Add creeper and vex sounds
2018-09-18 16:14:55 +02:00
Wuzzy
8b38a169e6
Add basic horse sounds
2018-09-18 14:49:28 +02:00
Wuzzy
e422e47ada
Add crazy coo hurt/death sounds
2018-09-14 17:37:24 +02:00
Wuzzy
900625b17b
Add ghast shoot/death sound, add many sound TODOs
2018-09-14 16:27:58 +02:00
Wuzzy
7d66d5f2d3
Remove unused arrow code for wither skeleton
2018-09-14 16:08:32 +02:00
Wuzzy
26a5059cc0
Add bow shooting sound when mob fires an arrow
2018-09-14 16:07:22 +02:00
Wuzzy
077cd14f4f
Add skeleton sounds
2018-09-14 15:58:31 +02:00
Wuzzy
ad2fbb0008
Add some despawning logic (but do not enable despawning yet)
2018-09-14 14:48:48 +02:00
MysticTempest
67ebf3366f
Make player sit in minecarts
2018-07-09 23:45:54 +02:00
MysticTempest
5d4b4b099c
Fix snowman's head texture
2018-07-09 23:33:32 +02:00
Wuzzy
ce04c81482
Fix another crash in mcl_mobs
2018-07-04 01:53:08 +02:00
Wuzzy
f7227de6fa
Local variable fix in mcl_mobs
2018-07-02 23:34:40 +02:00
Wuzzy
61c5c61e00
Fix crash when using nametag
2018-07-02 23:27:11 +02:00
Wuzzy
a88f644001
Update deprecated settings syntax
2018-06-20 19:02:52 +02:00
Wuzzy
2bb8b2c4e2
Fix undeclared global fail in villager.lua
2018-06-11 14:47:41 +02:00
Wuzzy
a6bb31f2a6
Fix explo mobs destroy land if mobs_griefing=false
2018-06-10 16:09:28 +02:00
Wuzzy
45add3cedd
Add creamy horse texture
2018-06-10 15:51:03 +02:00
Wuzzy
e051eae5bc
Lightning no longer turns villagers to witches
...
Because witches are incomplete.
Also add villager TODOs.
2018-06-10 15:27:01 +02:00
Wuzzy
a804144ed4
Trading: Make iron helmet cheaper
2018-06-10 15:09:52 +02:00
Wuzzy
9faa3099a4
Trader: Close trade formspec + return items on die
2018-06-10 15:01:44 +02:00
Wuzzy
aa3d3969aa
Make villager stand still if there is near player
2018-06-10 14:24:00 +02:00
Wuzzy
dbed565197
Fix unlock_stuff being always false in villager
2018-06-10 13:53:26 +02:00
Wuzzy
51ff6b1725
Villager: Prevent locking of all trades
...
This is done by adding an "emergency unlock" which unlocks
everything else when the last trade was locked.
2018-06-10 13:49:35 +02:00
Wuzzy
ed52e49408
Heal trader for unlocking trades
2018-06-10 13:20:19 +02:00
Wuzzy
3e8ca5a1ca
Trading: Hide left/right button if end of list
2018-06-10 13:06:28 +02:00
Wuzzy
cca841e459
Villager trading: Use per-player trading inventory
2018-06-10 12:15:09 +02:00
Wuzzy
9f2460c263
Make red sandstone trade earlier
2018-06-06 21:29:44 +02:00
Wuzzy
ce7ac37e85
Add a few v6-exclusive trades to villagers
2018-06-06 21:28:23 +02:00
Wuzzy
5faed5d7f0
Add 2 crosses in trading formspec
2018-06-06 19:50:17 +02:00
Wuzzy
4d4374730e
Trading: Allow to sell compass
2018-06-06 19:37:31 +02:00
Wuzzy
3823a6ba11
Add trade locking for villagers
2018-06-06 17:33:14 +02:00
Wuzzy
8b95871682
Implement trading tier unlocking
2018-06-06 16:34:44 +02:00
Wuzzy
1db3b079c6
Add disabled trade image
2018-06-06 14:39:16 +02:00
Wuzzy
2c55daa3e2
Change nitwit villager texture
2018-06-06 14:12:27 +02:00
Wuzzy
829ca1f1c1
Villager profession depends on clothes, add nitwit
2018-06-06 13:55:19 +02:00
Wuzzy
f545af54c1
Disable buggy compass trade
2018-06-06 01:08:57 +02:00
Wuzzy
1c0e026259
Villager: Fix taking output sometimes destroy item
2018-06-06 00:45:30 +02:00
Wuzzy
3c4a1013b8
Villager: Prevent taking partial track from output
2018-06-06 00:16:25 +02:00
Wuzzy
b504e8c317
Make trader warning less bright
2018-06-04 22:23:46 +02:00
Wuzzy
6e32d23d56
Add warnings and notes about trading implementation
2018-06-04 22:21:10 +02:00
Wuzzy
a58a01040d
Show villager name in trading formspec
2018-06-04 22:13:24 +02:00
Wuzzy
9bfa116794
Allow to select different trades
2018-06-04 21:46:13 +02:00
Wuzzy
e9bcbe1ead
Store available trades in villager entity
2018-06-04 21:07:12 +02:00
Wuzzy
cc1fe2f14f
Fix bread trade
2018-06-04 15:21:59 +02:00
Wuzzy
10e2c174d4
Pick random villager profession on spawn
2018-06-04 14:59:10 +02:00
Wuzzy
f1dc75f097
Add lots of random trades for villagers
2018-06-04 14:36:06 +02:00
Wuzzy
7109db24c2
Trading: Reset inventory when closing formspec
2018-06-04 12:50:31 +02:00
Wuzzy
a9cf744c0b
Disable villager trading again
2018-06-04 01:20:24 +02:00
Wuzzy
e5c7e50202
More villager fixing
2018-06-04 01:19:23 +02:00
Wuzzy
883568add4
Implement basic villager trading formspec
2018-06-03 18:37:53 +02:00
Wuzzy
2dbda44a93
Add some global spawn restrictions
...
- no monsters on mycelium
- nothing on non-opaque blocks, except air
2018-06-03 17:48:32 +02:00
Wuzzy
f022b747b0
Harden a number of minetest.after player checks
2018-06-03 16:44:37 +02:00
Wuzzy
2132cdacc5
Improve minetest.after checks
2018-06-03 16:17:55 +02:00
Wuzzy
201c2bf170
Fix minetest.after crashes in mcl_mobs
2018-06-03 16:13:46 +02:00
Wuzzy
9c6f5b3573
Remove dead code in mcl_mobs
2018-06-03 00:56:29 +02:00
Wuzzy
1d04b52b5a
Name tag: Update texture conversion and add alias
2018-05-31 18:40:02 +02:00
Wuzzy
34e92a361b
Rename mobs mod to mcl_mobs
2018-05-31 18:32:26 +02:00
Wuzzy
4be664ab49
Rebranding of the mobs redo mod
2018-05-31 17:54:35 +02:00
Wuzzy
9afe5da7b4
Make sure bred pig and sheep stay tamed and owned
2018-05-31 17:32:13 +02:00
Wuzzy
2f0987b529
Move mcl_void_damage to ENVIRONMENT
2018-05-31 15:13:16 +02:00
Wuzzy
d5729b8a32
Fix load-crash if _magnet_timer of item entity is uninizialized
2018-05-31 14:34:19 +02:00
Wuzzy
73dcf1e697
Randomly mutate foal fur/mark with 1/9 chance each
2018-05-31 14:05:45 +02:00
Wuzzy
aeee941b2c
Breeding sheep now mixes wool colors like dyes
2018-05-31 05:45:57 +02:00
Wuzzy
e246b5d0bb
Fix breeding giving weird childs
2018-05-31 04:38:37 +02:00
Wuzzy
97e550bb9f
Can't shear lambs
2018-05-31 03:45:38 +02:00
Wuzzy
55beefa6c7
Fix wool regrow for sheep
2018-05-31 03:43:48 +02:00
Wuzzy
91b41885d5
Tweak blaze animation
2018-05-31 03:17:41 +02:00
Wuzzy
4513c6c35d
Undead mobs take light damage only in sunlight
2018-05-31 03:09:27 +02:00
Wuzzy
b73e05d64a
Fix light_damage damaging mobs in rain/snow
2018-05-31 02:47:37 +02:00
Wuzzy
eefd065726
New horse texturing (thanks to 22i)
2018-05-30 19:51:40 +02:00
Wuzzy
050987bead
Add illagers to Conversion Table
2018-05-30 18:48:07 +02:00
Wuzzy
8b6f5d3dec
Redo sheep texturing
...
Thanks to 22i
2018-05-30 18:05:49 +02:00
Wuzzy
c10f4311f7
Update death animations of some mobs
2018-05-30 17:34:38 +02:00
Wuzzy
895d06d28a
Update (wither) skeleton mesh and anim (thx 2 22i)
2018-05-30 17:11:07 +02:00
Wuzzy
328eb883ec
Redo skeleton stray vex zombiepig meshes/textures
...
Thanks, 22i!
2018-05-30 16:59:27 +02:00
Wuzzy
6619cf159f
New zombie pigman mesh by 22i
2018-05-30 16:41:28 +02:00
Wuzzy
635a9c45bd
Enable wolf-on-sheep attack
2018-05-30 16:16:44 +02:00
Wuzzy
76c1c10a9b
Tweak snowman animation params
2018-05-30 13:33:19 +02:00
Wuzzy
17b9bd27de
Redo snowman texturing (thanks, 22i!)
2018-05-30 13:29:33 +02:00
Wuzzy
b2d9c119ac
Add mobs:spawn_child
2018-05-30 12:58:50 +02:00
Wuzzy
940b3748fb
Fix horse child keeping horse armor of parent
2018-05-30 12:34:16 +02:00
Wuzzy
806e392d31
Fix child of saddled pigs getting saddle, too
2018-05-30 12:25:10 +02:00
Wuzzy
d575cf07b7
Kill snow golems in rain
2018-05-30 12:01:53 +02:00
Wuzzy
69b3e19c1b
Name tags now name all mobs (except ender dragon)
2018-05-30 11:34:17 +02:00
Wuzzy
c1cc790d9d
Update Mobs Redo (1.41)
2018-05-29 17:00:30 +02:00
Wuzzy
187e6b7e58
Remove water damage from creeper
2018-05-27 10:41:50 +02:00
Wuzzy
48b7191af2
Regularily damage and delete entities in void
2018-05-25 13:45:41 +02:00
Wuzzy
f0b732d7e0
Place boats in the placer direction
2018-05-09 18:43:07 +02:00
Wuzzy
5ca5811bc8
Refactor how the misc creative category works
2018-05-08 15:58:26 +02:00
Wuzzy
83829ec358
Hide a couple of very incomplete items in Creative
2018-05-08 01:40:31 +02:00
Wuzzy
4be5f89829
Move bow/arrow logic into new mod mcl_bows
2018-05-07 23:10:49 +02:00
Wuzzy
9376edeeda
Re-add nametags which were removed accidentally
2018-03-31 21:58:52 +02:00
Wuzzy
11be72e635
Disable mob health display
2018-03-31 03:54:55 +02:00
Wuzzy
8060928237
Fix some creeper issues
...
- Fix fuse sound sometimes not playing
- Timer = 1.5s
- Distance behaviour like in MC
2018-03-31 03:53:11 +02:00
Wuzzy
d6228145c6
Fix random mob teleportations once and for all!
2018-03-31 00:21:55 +02:00
Wuzzy
7be5914463
Update Mobs Redo
2018-03-31 00:18:40 +02:00
Wuzzy
318415307c
Update mobs_mc
2018-03-25 22:27:06 +02:00
Wuzzy
bb6f2f7770
Rename “subgame” to “game” (partial fix)
2018-03-25 22:20:32 +02:00
Wuzzy
1fa141d972
Custom node drops now ignore Creative Mode
2018-03-05 13:35:14 +01:00
Bu-Gee
3ae8119498
Fix crash when pushing pumpkin by piston
2018-03-05 12:53:16 +01:00
Wuzzy
30be3e742f
Damage anvil after falling
2018-02-05 19:58:31 +01:00
Wuzzy
32561ec658
Deal anvil falling damage more reliably
2018-02-05 19:20:14 +01:00
Wuzzy
e4a1134d4f
More anvil smashing fixes
2018-02-05 19:17:16 +01:00
Wuzzy
c71bd9588d
Generalize anvil damage
2018-02-05 19:03:56 +01:00
Wuzzy
0d4bb1a723
Falling nodes: Workaround for inv crash (MT#7020)
2018-02-05 17:26:36 +01:00
Wuzzy
d713cd193c
Move falling anvil handling to other mod
2018-02-05 17:18:28 +01:00
Wuzzy
146458112c
Renamed spawn eggs spawn mob with name
2018-02-04 07:11:44 +01:00
Wuzzy
6c1a4ec911
Disable mob capture
2018-02-02 22:13:02 +01:00
Wuzzy
300b0545b4
Fix crash in w/ falling nodes
2018-02-02 22:12:45 +01:00
Wuzzy
fff0e572aa
Don't allow to use empty nametag
2018-02-02 17:35:36 +01:00
Wuzzy
15d7764c65
Require naming of name tag before it's usable
2018-02-02 17:33:52 +01:00
Wuzzy
e649f37bc8
Add comment in minecart code
2018-02-02 01:21:19 +01:00
Wuzzy
fa10dc93ae
Add _on_dispense callback for dispenser; refactor
2018-02-01 22:49:41 +01:00
Wuzzy
dfafa6c969
Fix rotation of falling anvils
2018-01-31 19:10:14 +01:00
Wuzzy
c22a5cba43
Fix falling nodes falling forever on walls
2018-01-29 03:18:02 +01:00
Wuzzy
58b9c3dbf5
Make creepers run away from cats/ocelots
2018-01-26 18:50:28 +01:00
Wuzzy
0e88453a85
Update Mobs Redo, fix crash
2018-01-26 18:06:45 +01:00
Wuzzy
e3cea04f12
Update mobs_mc, properly implement totem
2018-01-25 21:03:58 +01:00
Wuzzy
cc32c54d87
Draw full set of activator rail textures
2018-01-25 05:18:35 +01:00
Wuzzy
70ea7d71ad
Add setting to disable mob spawning
2018-01-25 04:57:31 +01:00
Wuzzy
f7b0702457
Nerf zombie/husk/zvillager drops
2018-01-23 23:13:55 +01:00
Wuzzy
53ca167eb1
Merge branch 'mesecons_updates'
2018-01-22 17:46:38 +01:00
Wuzzy
b62075afcb
Fix rail rules (kinda)
2018-01-22 17:33:06 +01:00
Wuzzy
ca93a0e50f
Remove experimental painting completely
2018-01-21 06:32:13 +01:00
Wuzzy
e65d7c7ff4
Rename painting item
2018-01-21 06:29:43 +01:00
Wuzzy
8334b68111
Remove gemalde mod
2018-01-21 06:28:19 +01:00
Wuzzy
c9ef3f8536
Use default redstone rules for rails again
2018-01-17 21:01:26 +01:00
Wuzzy
f612d1b584
Rework core rules of most redstone components
2018-01-13 03:37:41 +01:00
Wuzzy
3980beff1d
Fix incorrect node drops of powered rails
2018-01-13 01:39:18 +01:00
Wuzzy
a89b9e9c45
Update Mobs Redo
2018-01-08 02:03:31 +01:00
Wuzzy
ba0bc7a47d
Squids and guardians no longer get stranded all the time
2018-01-07 18:03:03 +01:00
Wuzzy
3cf6656df2
Rename "Monster Spawner" to "Mob Spawner"
2018-01-07 16:58:44 +01:00
Wuzzy
cc411efe4c
Move mob spawner change code to mobs mod
2018-01-07 16:53:25 +01:00
Wuzzy
ff1996c708
Merge branch 'river_water'
2017-12-05 23:01:05 +01:00
Wuzzy
e227470474
Fix falling node falling forever on fences (hacky)
2017-12-01 22:22:00 +01:00
Wuzzy
312652552e
Delete un-initialized item entities on first step
...
Due to data corruption, item entities in a world may be loaded with
empty staticdata. These items are now deleted on their first on_step.
This commit also should fix all dropped hand bugs.
2017-12-01 18:50:15 +01:00
Wuzzy
2093a6b5c2
Water mobs now swim in river water
2017-11-30 15:39:19 +01:00
Wuzzy
6d6999bcea
Creepers drop all music discs now; remove crafts
2017-11-28 12:45:39 +01:00
Wuzzy
f9a2607200
Make falling anvils crush some nodes
2017-11-27 07:57:02 +01:00
Wuzzy
c6016c2053
Add MC-like falling nodes
2017-11-26 15:05:45 +01:00
Wuzzy
899acaab0e
Hide WIP items from craft guide, more cleanup
...
- Make fishing rod uncraftable (too overpowered)
- Lift WIP status from golden apple
- Lift Experimental status from lookup tool
2017-11-20 07:52:24 +01:00
Wuzzy
a9d95dea23
Use hardware coloring for tallgrass and friends
2017-11-16 03:13:19 +01:00
Wuzzy
74e1a7d326
Take grass block when enderman took dry grass b.
2017-11-15 03:12:31 +01:00
Wuzzy
f53cf859c2
Fix mob spawning in savannas
2017-11-15 02:36:56 +01:00
Wuzzy
72f5591400
Add dry-colored grass/fern variants
2017-11-14 23:44:53 +01:00
Wuzzy
aaef558909
Convert all sounds (except music) to mono
2017-11-13 01:24:24 +01:00
Wuzzy
1c085b5467
Mobs_mc: Convert mob sounds to mono
2017-11-13 00:46:52 +01:00
Wuzzy
5403a97a56
Fix ocelots being aggressive to players
2017-11-04 00:37:02 +01:00
Wuzzy
c2684d0eac
Update Mobs Redo to version 1.40
2017-11-04 00:22:43 +01:00
Wuzzy
088bb40908
Update mobs_mc
2017-11-03 22:14:27 +01:00
Wuzzy
b66c1268d7
Blaze fireball / fire charge: Take fly dir into account when spawning fire
2017-09-19 17:16:04 +02:00
Wuzzy
a4b229e565
Update mobs_mc
2017-09-13 23:13:47 +02:00
Wuzzy
559e3d68bc
Simplify item merge code
2017-09-05 19:17:40 +02:00
Wuzzy
861174dc32
(Hopefully) fix hand rarely dropping as item
2017-09-05 17:25:15 +02:00
Wuzzy
44f4db844e
Define get_staticdata of minecart
2017-09-05 15:28:04 +02:00
Wuzzy
f95bf371d2
Refine hand error logging
2017-09-02 19:00:04 +02:00
Wuzzy
ae74eb3b33
Print error message when player picked up hand
...
This is __builtin:item with itemstring == "" and should never happen
2017-09-02 18:57:37 +02:00
Wuzzy
77ab3ed9d6
Add more detector rail textures
2017-09-02 17:18:48 +02:00
Wuzzy
f75c6dc36d
White chicken texture by kingoscargames
2017-09-01 00:42:57 +02:00
Wuzzy
7fcaf68e25
Change jungle floor to grass block
2017-08-31 17:27:58 +02:00
Wuzzy
505cdb9d43
Hide minecart with command block from Creative
2017-08-30 21:51:27 +02:00
Wuzzy
46eb81b245
Make enderman less aggressive and likely
2017-08-29 21:32:04 +02:00
Wuzzy
3a18f4044d
Support all minecart types in dispenser
2017-08-29 02:36:50 +02:00
Wuzzy
1fd897c721
Implement basic detector rail logic
2017-08-29 01:29:18 +02:00
Wuzzy
b85df95bb2
Add dummy nodes: Activator rail, detector rail
2017-08-29 00:13:18 +02:00
Wuzzy
abb2db9948
Refactor rails code
2017-08-28 23:41:48 +02:00
Wuzzy
f491fbf594
Fix minecarts dependency
2017-08-28 23:14:46 +02:00
Wuzzy
c9856dbcdf
Make powered rails act like conductors
2017-08-28 17:06:25 +02:00
Wuzzy
36319afbbe
Basic powered rails implementation
2017-08-28 16:59:10 +02:00
Wuzzy
213edbe85c
Refactor minecart registration code
...
Also add doc_identifier support
2017-08-28 15:04:50 +02:00
Wuzzy
1335207e8b
Allow to mount only in normal minecarts
2017-08-28 14:35:56 +02:00
Wuzzy
f2ed6f126e
Add 5 “Minecart with X” entities
...
* Minecart with Chest
* Minecart with Furnace
* Minecart with TNT
* Minecart with Hopper
* Minecart with Command Block
2017-08-28 14:19:46 +02:00
Wuzzy
bab8e958d2
Add new magma cube texture by kingoscargames
2017-08-24 22:22:41 +02:00
Wuzzy
b902738ed0
Endermen: Check if block was actually placed
2017-08-23 04:53:36 +02:00
Wuzzy
e2b57327fe
Fix weird-looking cactus when held by enderman
2017-08-23 04:34:06 +02:00
Wuzzy
6d84a139d6
Render enderman's carried block
2017-08-23 03:50:22 +02:00
Wuzzy
1f8ae56d52
Fix broken enderman take sound
2017-08-22 13:52:49 +02:00
Wuzzy
4f03f1c516
Merge branch 'biomes'
2017-08-21 03:43:07 +02:00
Wuzzy
2243ee5477
Fix deprecated vel and acc arguments of particles
2017-08-18 23:23:07 +02:00
Wuzzy
e2442a6283
Replace deprecated get_entity_name
2017-08-18 22:44:36 +02:00
Wuzzy
75d6806782
Tweak spawning of shulkers and endermen
2017-08-18 15:32:08 +02:00
Wuzzy
895fc7d757
Update mobs_mc and update gameconfig
...
This updates and fixes mob spawn height for new realms.
Also: Small zombie pigman size fixed.
2017-08-16 22:08:17 +02:00
Wuzzy
9bae398946
Update cart direction after punch
2017-08-15 14:02:21 +02:00
Wuzzy
73ae5eb940
Rotate carts depending on rail direction
2017-08-15 13:53:05 +02:00
Wuzzy
c131fdfd70
Use minecart model by 22i
2017-08-15 13:20:11 +02:00
Wuzzy
24336d43c4
Support creative mode for minecarts
2017-08-15 02:51:40 +02:00
Wuzzy
e5a34367c9
Use new Minetest settings API syntax for most mods
2017-08-09 16:17:00 +02:00
Wuzzy
46d2b32171
Jungle spawn zone: Remove grass block, add fern
2017-08-07 16:09:02 +02:00
Wuzzy
3fb0b6dd44
Update mobs_mc
2017-08-06 14:09:25 +02:00
Wuzzy
a0347a6700
Mobs Redo: Fix mobs:boom not depending on mcl_tnt
2017-08-06 13:26:12 +02:00
Wuzzy
6253ffd78b
Update Mobs Redo
2017-08-06 13:18:33 +02:00
Wuzzy
ee38a7af9d
Rename mod: bucket to mcl_buckets
2017-08-03 16:36:55 +02:00
Wuzzy
54fb702c8f
Shears selfdrop dead bush, tall grass, fern, vine, leaves
2017-08-03 02:27:55 +02:00
Wuzzy
627d103b20
Don't drop when node dug by too weak tool
2017-08-03 01:01:44 +02:00
Wuzzy
f27902df03
Fix crash when trying to spawn mob from dispenser
2017-07-31 01:57:03 +02:00
Wuzzy
b1408f14a8
Disable mob death animations because it's broken
2017-07-29 13:40:43 +02:00
Wuzzy
dc709ff35a
Update Mobs Redo
2017-07-29 13:34:27 +02:00
Wuzzy
ef1ad641cb
Update mobs_mc
2017-07-29 13:27:39 +02:00
Wuzzy
db1d272602
Fix rightclick handling of mcl_paintings
2017-07-27 17:50:46 +02:00
Wuzzy
e90b80ab26
Move 3 mods to ENTITIES
2017-07-27 04:07:38 +02:00
Wuzzy
f7031e8b6f
Fix skeleton run anim
2017-07-26 17:04:34 +02:00
Wuzzy
bd20767173
Update Mobs Redo
2017-07-26 16:55:36 +02:00
Wuzzy
cd0ae350bd
Eliminate black iron … mostly
2017-07-26 06:39:38 +02:00
Wuzzy
8ddb427777
Update mobs_mc
2017-07-26 00:26:18 +02:00
Wuzzy
388b324fb1
Support mob explosions again
2017-07-25 04:44:46 +02:00
Wuzzy
b25254e516
Update mobs mod
2017-07-25 04:30:23 +02:00
Wuzzy
6c4ccf3897
Rename signs mod to mcl_signs
2017-07-25 02:20:37 +02:00
Wuzzy
ae3098f0bd
Update mobs_mc textures
2017-07-22 12:52:58 +02:00
Wuzzy
e65029394f
Replace most textures with Pixel Perfection
...
- Using the converter script
- A bunch of textures are still missing
2017-07-20 20:20:45 +02:00
Wuzzy
84a277c91a
Update mobs_mc
2017-07-20 16:34:16 +02:00
Wuzzy
496894e67d
Remove mobs_mc_agent.png
2017-07-17 19:41:17 +02:00
Wuzzy
ba0d15608e
Pixel perfection liquid textures
2017-07-17 12:20:15 +02:00
Wuzzy
bdf6b1056c
Update mobs_blood.png
2017-07-14 19:57:58 +02:00
Wuzzy
d04c46f3c8
Convert some base textures to Pixel Perfection
2017-07-14 19:51:03 +02:00
Wuzzy
519ee63a57
Update mobs_mc
2017-07-12 22:09:37 +02:00
Wuzzy
9540ec249d
Remove unused mobs_mc textures
2017-07-08 16:33:26 +02:00
Wuzzy
e610da9c5b
Fix floating slime
2017-07-07 15:07:38 +02:00
Wuzzy
7061fd63d5
Fix crash when sheep replaces grass
2017-07-07 14:40:38 +02:00
Wuzzy
fbf70c935c
Remove 3 music discs from creeper drops … for now
2017-07-06 15:40:13 +02:00
Wuzzy
269b7f0278
Fix snow golems throwing no snowballs
2017-07-06 14:38:25 +02:00
Wuzzy
bc7c88ee69
Fix baby zombie/husk size
2017-07-06 14:33:28 +02:00
Wuzzy
fda8493e10
Remove non-free mob textures
2017-07-06 14:29:13 +02:00
Wuzzy
63be6a03e4
Revert "Tweak mob spawn rates"
...
This reverts commit 522866193d
.
2017-07-06 03:47:51 +02:00
Wuzzy
522866193d
Tweak mob spawn rates
2017-07-06 03:18:22 +02:00
Wuzzy
267f8c88a3
Fix head duplicates
2017-07-06 00:47:13 +02:00
Wuzzy
37e943ae91
Update mobs_mc
2017-07-06 00:43:34 +02:00
Wuzzy
ef64b56282
Fix rabbit replace
2017-07-06 00:35:32 +02:00
Wuzzy
db77144ceb
Fix mob node replace code
2017-07-05 23:55:16 +02:00
Wuzzy
598a2977b5
Add monster egg blocks
2017-07-05 23:53:15 +02:00
Wuzzy
aa36edb0db
Define mob replace nodes
2017-07-05 23:08:37 +02:00
Wuzzy
330b964506
Add more mobs_mc_gameconfig items
2017-07-05 22:50:07 +02:00
Wuzzy
9ceaae91e5
Fix double milk
2017-07-05 22:29:38 +02:00
Wuzzy
22bdfa877e
Add more missing items in mobs_mc_gameconfig
2017-07-05 22:26:52 +02:00
Wuzzy
739f23581c
Implement breeding items
2017-07-05 20:44:49 +02:00
Wuzzy
d87013041f
Remove mushroom stew texture overwrite
2017-07-05 19:29:06 +02:00
Wuzzy
fcfb72a643
Make iron golems and snow golems summonable
2017-07-05 19:13:00 +02:00
Wuzzy
06eaa96f3d
Remove redundant textures in mobs_mc
2017-07-05 14:21:15 +02:00
Wuzzy
7dda5649f6
Add mobs_mc_gameconfig to config mobs_mc
2017-07-05 03:16:25 +02:00
Wuzzy
5b9d1540cd
Add brand-new updated mobs_mc mod
2017-07-05 03:15:46 +02:00
Wuzzy
316419555d
Remove mobs_mc
2017-07-05 03:15:18 +02:00
Wuzzy
8c3db50528
Update Mobs redo to 1.37 (developer)
2017-07-05 01:52:39 +02:00
Wuzzy
7b16b74903
Fix bad mcl_ default settings
2017-06-13 17:08:45 +02:00
Wuzzy
4786234c3e
Update slime sound info
2017-06-13 15:54:52 +02:00
Wuzzy
08d50ed73e
Remove unused textures in mobs_mc
2017-06-11 02:55:07 +02:00
Wuzzy
ea841eecfb
Update wither skeleton texture
...
Thanks, kingoscargames!
2017-06-11 01:42:26 +02:00
Wuzzy
c71a5b0f45
Remove duplicate 3d_armor_character.b3d
2017-06-11 00:03:16 +02:00
Wuzzy
7f6b1b8aba
Rename zombiepig texture file
2017-06-10 22:51:07 +02:00
Wuzzy
e2b0677cbf
Update zombiepig texture to Faithful 1.12
2017-06-10 22:50:17 +02:00
Wuzzy
53791c4f9d
Fix item speed not reset when magnet activates
...
This fixes items sometimes flying upwards when near the player
2017-06-10 21:39:26 +02:00
Wuzzy
5d1c38cb5f
Reduce excessive item pickup sound distance
2017-06-10 21:36:39 +02:00
Wuzzy
8cad041c89
Disable item magnet correctly
2017-06-10 21:10:15 +02:00
Wuzzy
817def7d81
Enable item physics right when out of magnet range
2017-06-10 21:08:02 +02:00
Wuzzy
b153104d24
Fix item flying after moving out of liquid
2017-06-10 20:56:53 +02:00
Wuzzy
1a7b455fd2
Fix item entity wiggle on flowing water
2017-06-10 20:47:12 +02:00
Wuzzy
be5d1c08db
Refactor item entity physics code
2017-06-10 20:37:17 +02:00
Wuzzy
ebfec57705
Remove wolves, turn existing ones into sheep
2017-06-10 18:24:38 +02:00
Wuzzy
1c4c2dafc3
Remove horses, replace with cows and rabbits
2017-06-10 18:11:00 +02:00
Wuzzy
a589cbc17a
Fix global variable bug in mcl_item_entity
2017-06-10 17:23:14 +02:00
Wuzzy
b2b196bccd
Rename setting name
2017-06-09 14:11:16 +02:00
Wuzzy
5d5743939f
Add tile drops setting
2017-06-09 14:05:58 +02:00
Wuzzy
76f9ba70df
Don't collect item too early
2017-06-03 17:36:43 +02:00
Wuzzy
b8df2d4e0a
Revert "Reduce collection distance"
...
This reverts commit f44dffd374
.
2017-06-03 17:27:58 +02:00
Wuzzy
f44dffd374
Reduce collection distance
2017-06-03 17:24:47 +02:00
Wuzzy
dcc6e3e829
Fix items sometimes flying away after creation
2017-06-03 17:03:22 +02:00
Wuzzy
8d87ac8f0e
Mobs: Switch to A* once again …
2017-06-03 00:37:50 +02:00
Wuzzy
0411a9c7fa
Mobs: Use default pathfinder
2017-06-02 23:46:08 +02:00
Wuzzy
750ef024d9
Small precision tweaks for item entities
2017-06-01 17:44:25 +02:00
Wuzzy
52d32331b3
Remove “tamed” spawn eggs
2017-05-30 19:57:54 +02:00
Wuzzy
8994468c5c
Enable _insta_collect by default in item entities
2017-05-30 18:16:36 +02:00
Wuzzy
fb26d6d274
Fix sheep losing color after re-activation
2017-05-30 18:06:21 +02:00
Wuzzy
7b075f5772
Fix crash after item hit unloaded chunk
2017-05-30 13:59:26 +02:00
Wuzzy
64c91afa4a
Re-enable item physic after player follow failed
2017-05-30 06:00:26 +02:00
Wuzzy
467baaf67c
Fix broken item safety code
2017-05-30 05:51:48 +02:00
Wuzzy
9449908565
Disable fire in mob explosions
2017-05-30 02:08:53 +02:00
Wuzzy
f00b0fe7ac
Simple mob explosion smoke
2017-05-30 01:50:59 +02:00
Wuzzy
1c2825ce6c
Final fix-ups for push-item-out code
2017-05-30 00:58:14 +02:00
Wuzzy
f0b9799dee
More item refactor
2017-05-29 23:31:41 +02:00
Wuzzy
4fd6e527a1
Disable physics when items are stuck
2017-05-29 23:20:29 +02:00
Wuzzy
4ff31ffa8c
Add missing break in mcl_item_entities
2017-05-29 22:56:53 +02:00
Wuzzy
0b28ae2fe9
Push items out of solid opaque nodes
2017-05-29 22:51:13 +02:00
Wuzzy
88fb03a0d8
Refactor mcl_item_entity
2017-05-29 21:42:24 +02:00
Wuzzy
932e2dc6f8
Minor item entity code cleanup
2017-05-29 20:10:51 +02:00
Wuzzy
37f6bfaa9a
Increase player collect height
2017-05-29 18:50:57 +02:00
Wuzzy
ce242511f0
Increase item magnet timer
2017-05-29 17:39:01 +02:00
Wuzzy
7bc10b2ade
Don't set item age for node drops
2017-05-29 17:32:49 +02:00
Wuzzy
040cead946
Reduce default item despawn time to 5 minutes
2017-05-29 17:18:43 +02:00
Wuzzy
9d5497b347
Items dropped from nodes have no collection delay
2017-05-29 17:13:58 +02:00
Wuzzy
cf9f4ba976
Don't attract item when inventory is full
2017-05-27 18:45:15 +02:00
Wuzzy
1f6548063e
Item entity: Double collection radius
2017-05-27 18:39:10 +02:00
Wuzzy
f116bcfb48
Fix items not falling again after failed collect
2017-05-27 17:53:36 +02:00
Wuzzy
db26ba2191
Fix item entity jittering after falling on floor
2017-05-27 17:07:17 +02:00
Wuzzy
e99dd9d085
Fix item entities following player forever
2017-05-27 17:02:17 +02:00
Wuzzy
23c438f427
Re-enable item falling after being in unloaded
2017-05-27 15:37:15 +02:00
Wuzzy
3cda40818c
Make item entities respect gravity setting
2017-05-27 15:22:28 +02:00
Wuzzy
0b4ae22c21
Clean up various potential crashes in minetest.after in mcl_item_entities
2017-05-27 15:17:03 +02:00
Wuzzy
0930ab52c9
Item entities: Reduce player collect height
2017-05-27 14:59:13 +02:00
Wuzzy
461807b0dc
Remove messages for feeding/taming animals
2017-05-25 10:48:13 +02:00
Wuzzy
8d1ffbe2cd
Update to Mobs Redo 1.35
2017-05-25 10:33:19 +02:00
Wuzzy
f676a2fc2c
Remove unused code in mobs
2017-05-25 06:40:11 +02:00
Wuzzy
c1c15eb60b
Rename mcl_monster_spawners to mcl_mobspawners.
...
Sorry for the trouble, but the long name annoyed me. :P
2017-05-25 06:09:03 +02:00
Wuzzy
20e6f764e8
Move monster spawner mod to ITEMS
2017-05-25 02:23:12 +02:00
Wuzzy
d4f183c1fc
Fix mcl_monster_spawner function
2017-05-25 02:17:24 +02:00
Wuzzy
64ec1fd03d
Update monster spawner docs
2017-05-25 02:15:24 +02:00
Wuzzy
097de371b6
Readme and license for mcl_monster_spawner (MIT)
2017-05-25 02:11:19 +02:00
Wuzzy
88b02c7170
Move mob spawner into new mod
2017-05-25 02:06:36 +02:00
Wuzzy
d71da3a818
Add public API function to setup the mob spawner
2017-05-25 01:59:10 +02:00
Wuzzy
9b4d174c43
Refactor mob spawner metadata
2017-05-25 01:45:16 +02:00
Wuzzy
4283edd84d
Disable editing monster spawner after first edit
2017-05-25 01:29:54 +02:00
Wuzzy
5720b1c041
Adjust spawner doll size
2017-05-25 01:14:18 +02:00
Wuzzy
6b92d6691d
Add basic animated doll inside spawner cage
2017-05-25 00:59:41 +02:00
Wuzzy
8ea9bc885c
Fix mob spawner default
2017-05-24 23:44:03 +02:00
Wuzzy
3d96714e57
Fix mob spawner error msg
2017-05-24 23:40:48 +02:00
Wuzzy
d8a201ae2d
Update monster spawner code from Mobs Redo
2017-05-24 23:12:13 +02:00
Wuzzy
c2373e4a83
Make spiders float on water
2017-05-24 06:25:31 +02:00
Wuzzy
5834224af5
Don't drop items when digging in Creative Mode
2017-05-23 19:32:20 +02:00
Wuzzy
e017229c73
Already start dripping with only 1 air below
2017-05-23 04:29:54 +02:00
Wuzzy
6083c4895d
Exhaust player for being hit by mob projectile
2017-05-21 06:03:58 +02:00
Wuzzy
229fdc067f
Exhaust for attacking/getting attacked by mobs
2017-05-21 05:27:33 +02:00
Wuzzy
d13fe532c5
Create drips only below solids below liquids
2017-05-20 00:38:10 +02:00
Wuzzy
da3205837b
Add label to all ABMs
2017-05-15 00:45:54 +02:00
Wuzzy
c8004a7ed8
Don't spawn villagers
2017-05-10 13:24:33 +02:00
Wuzzy
02856d43b8
Make monster spawner transparent
2017-03-20 20:27:10 +01:00
Wuzzy
f41bda8cdf
Fix some undeclared global bugs, and horse aliases
2017-03-20 00:52:49 +01:00
Wuzzy
564c94e18e
Add help for spawn eggs and name tags
2017-03-18 18:08:18 +01:00
Wuzzy
72f6ba7b96
Change sheep sound, it is less annoying
2017-03-18 01:37:29 +01:00
Wuzzy
265522435c
Zombies no longer drop swords and shovels
2017-03-17 17:31:17 +01:00
Wuzzy
d0b1f843ee
Move tall grass to mcl_flowers mod
...
Alias registered
2017-03-14 20:05:07 +01:00
Wuzzy
3efd26f085
Tamed wolves don't attack in groups anymore
2017-03-14 16:19:39 +01:00
Wuzzy
08a5f1a44f
Villers don't attack back when attacked
2017-03-14 16:18:39 +01:00
Wuzzy
61c16df4e4
Add mob spawner help
2017-03-11 19:05:29 +01:00
Wuzzy
005b509938
Add is_ground_content=false to some nodes
2017-03-11 16:36:05 +01:00
Wuzzy
549f541877
Add 4 Minecraft material groups
...
So they can be used by the noteblock
2017-03-11 05:34:58 +01:00
Wuzzy
e2dd85d9e4
Fix some mob pathfinding problems, switch to A*
2017-03-09 15:44:58 +01:00
Wuzzy
32f0d424d2
Fix mobs_mc license info
2017-03-09 02:27:15 +01:00
Wuzzy
e7297a5b1d
Fix chicken not floating in water
2017-03-07 23:34:01 +01:00
Wuzzy
cf1be05710
Achievements: Fix mineWood, add Cow Tipper
2017-03-05 22:52:19 +01:00
Wuzzy
3539eac6b4
Achievements: Add “Into Fire”, fix “DIAMONDS!”
2017-03-05 22:33:09 +01:00
Wuzzy
74670547ef
Tweak wither skeleton: Sword, melee combat, new (bad) model
2017-03-05 05:14:31 +01:00
Wuzzy
c059d05efd
Pink sheep DO spawn
2017-03-05 03:42:59 +01:00
Wuzzy
a6d57c8945
Increase zombie jump height
2017-03-03 01:29:50 +01:00
Wuzzy
26cea30116
Fix some pathfinding mob definitions
2017-03-03 01:27:10 +01:00
Wuzzy
b68224a38d
Spawn egg, boat, cart, book use node rightclick
2017-03-02 15:44:31 +01:00
Wuzzy
bd23bb956a
Limit mob name length to 80 chars on renaming
2017-03-02 00:25:23 +01:00
Wuzzy
e3751d0931
Don't kill zombie pigmen in light
2017-03-01 23:18:24 +01:00
Wuzzy
8078b528e6
Use up dye after using dye on sheep
2017-03-01 05:27:23 +01:00
Wuzzy
15b5d8917a
Move small mushrooms to mcl_mushrooms
2017-03-01 01:16:52 +01:00
Wuzzy
bcfa28cc33
Fix a couple of sheep wool color issues
2017-02-28 02:13:14 +01:00
Wuzzy
9e1ac8fa5f
Fix zombie collision box
2017-02-27 23:41:17 +01:00
Wuzzy
6b3db0ae72
Eliminate crumbly, cracky, snappy and choppy fully
2017-02-27 18:53:17 +01:00
Wuzzy
4ec6f5a3ec
Hardness for the last remaining items
2017-02-27 18:38:31 +01:00
Wuzzy
151c1e62ba
Tools to mcl_tools, way more efficient digging time definitions
2017-02-26 18:44:48 +01:00
Wuzzy
e0712ff077
Remove some mob chat messages
2017-02-24 02:51:37 +01:00
Wuzzy
4099bd6f71
Tweak reaching distance of slime/magmacube
2017-02-24 02:03:51 +01:00
Wuzzy
d95488df7c
Push small magmacubes/slimes a bit after slitting
2017-02-24 01:51:28 +01:00
Wuzzy
fce72b25cb
Balancing for magma cubes
2017-02-24 01:03:50 +01:00
Wuzzy
128852d1c1
More slime balancing
2017-02-24 00:29:05 +01:00
Wuzzy
3715f41144
Make zombies and husks more common
2017-02-23 23:50:14 +01:00
Wuzzy
7764cd3b31
Make husks more common
2017-02-23 23:41:29 +01:00
Wuzzy
cda3b6199e
Fix husk texture
2017-02-23 23:19:58 +01:00
Wuzzy
58ef1ae0dd
Add husk and baby husk
2017-02-23 23:16:41 +01:00
Wuzzy
d6a69cedec
Simplify zombie/baby zombie code
2017-02-23 22:49:32 +01:00
Wuzzy
37b9e71101
Revert "Unify all 3 horse types into one entity"
...
This reverts commit c29e23d6b7
.
Well, this turned out to be worse than before.
2017-02-23 22:17:50 +01:00
Wuzzy
c29e23d6b7
Unify all 3 horse types into one entity
...
Randomized textures
2017-02-23 22:02:07 +01:00
Wuzzy
5c401e9791
Tweak some spawn egg textures
...
Also remove tamed wolf spawn egg
2017-02-23 21:53:44 +01:00
Wuzzy
1e0ea206be
Add baby zombie egg texture
2017-02-23 21:39:08 +01:00
Wuzzy
3087413ab4
Make spiders hostile at night but peaceful at day
2017-02-23 20:29:43 +01:00
Wuzzy
3a3b57482e
Increase zombie attack range
2017-02-23 20:25:34 +01:00
Wuzzy
a766c6b992
Tweak pig size
2017-02-23 20:02:48 +01:00
Wuzzy
a0f3402346
Tweak water and lava damage for all mobs
2017-02-23 19:52:07 +01:00
Wuzzy
0abdb5af67
Tweak spider jumping
2017-02-23 19:29:13 +01:00
Wuzzy
c839aaabd0
Tweak spider size
2017-02-23 19:20:11 +01:00
Wuzzy
1abdb3b62d
Tweak sheep and chicken collision boxes
2017-02-23 19:12:18 +01:00
Wuzzy
240ae29e3b
New sheep color spawns, smaller sheep size
2017-02-23 19:03:26 +01:00
Wuzzy
b0f9ed3e2d
Sheep improvements
...
- Breeding
- Fix light blue dye texture
- Tweak jump height
2017-02-23 18:39:13 +01:00
Wuzzy
d60d68f878
Reduce number of breeding food items to 1
2017-02-23 18:20:24 +01:00
Wuzzy
bb5045db10
Tweak jumps of chicken and pigs
2017-02-23 18:14:39 +01:00
Wuzzy
45acfff97a
Fix cow superjump and spawn
2017-02-23 17:46:37 +01:00
Wuzzy
be6c9502a7
Fix pig feeding and breeding
2017-02-23 17:44:48 +01:00
Wuzzy
e4b412bbb8
Increase cow collision box size
2017-02-23 17:19:06 +01:00
Wuzzy
337e9ca17d
Increase cow viewing range, disable grass eating
2017-02-23 17:13:27 +01:00
Wuzzy
decfd91473
Replace cow sound once again
2017-02-23 17:04:43 +01:00
Wuzzy
755e2ab8d4
Add chicken egg lay sound
2017-02-23 14:59:01 +01:00
Wuzzy
a253d59729
Tweak shears durability
2017-02-23 14:25:09 +01:00
Wuzzy
e62b91a70a
Fix sheep drops for real this time
2017-02-23 14:13:50 +01:00
Wuzzy
5d0a102010
Add rabbits
2017-02-23 03:21:06 +01:00
Wuzzy
293fb66073
Fix chicken, cow and sheep not dropping food
2017-02-23 02:21:27 +01:00
Wuzzy
9ca2f328cd
Increase tiny slime spawn distance
2017-02-22 22:07:30 +01:00
Wuzzy
96d7d3b0f7
MC-like mob size for slimes
2017-02-22 21:55:25 +01:00
Wuzzy
e044058d46
Improve spawn points of split slimes
2017-02-22 21:49:56 +01:00
Wuzzy
c9ecd43fdf
Fix size of endermen
2017-02-22 20:15:04 +01:00
Wuzzy
2af57ea853
More blast resistance definitions
2017-02-22 16:22:28 +01:00
Wuzzy
57b53a0c08
Make endermen slightly more rare
2017-02-22 06:11:40 +01:00
Wuzzy
5ca9f141c6
Don't allow to collect cow/chicken/pick
...
They were able to be collectable with rightclick with the hand when they were tamed
2017-02-21 23:17:26 +01:00
Wuzzy
f8685e6941
Don't give item after punching saddled horse
2017-02-21 00:31:12 +01:00
Wuzzy
1bbb606e63
Fix punch sound being lost im limbo
2017-02-20 16:37:18 +01:00
Wuzzy
60c6a97de4
Make music discs pre-obtainable
2017-02-20 07:34:47 +01:00
Wuzzy
cf2f8c12f3
Rename squid hurt sound
2017-02-20 05:21:37 +01:00
Wuzzy
9bbe4a3dab
Make squid collision box a square-shaped
2017-02-20 05:15:50 +01:00
Wuzzy
0fbc5ebfdc
Clean up licensing and README infos of mobs_mb
2017-02-20 05:06:15 +01:00