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
Wuzzy
cbdca9981d
mobs_mc all-caps readmes
2017-02-20 04:55:47 +01:00
Wuzzy
56bacad1f5
Fix squid renaming issues
2017-02-20 04:54:53 +01:00
Wuzzy
498dd1015f
Merge branch 'squid' of https://gitlab.com/daufinsyd/MineClone2
2017-02-20 04:43:16 +01:00
Wuzzy
e84de4a589
Update mobs_mc license info
2017-02-20 04:41:20 +01:00
Wuzzy
a6946c99ee
Add mobs_mc readme
2017-02-20 03:54:36 +01:00
Wuzzy
e78382b08c
Tweak spawning of all mobs
2017-02-20 03:00:03 +01:00
Wuzzy
cb737d0a75
Add mob sounds from mobs_animal
2017-02-20 02:36:12 +01:00
Wuzzy
7481c165b6
Remove sounds with suspicious origins
2017-02-20 02:24:46 +01:00
Wuzzy
82df0ec4e4
Much more precise item flowing behaviour
...
Thanks to the flowlib by Qwertymine :-)
2017-02-19 23:41:46 +01:00
Wuzzy
8527d684f4
Update mcl_fire itemstrings
2017-02-19 22:48:46 +01:00
Wuzzy
aabb5a8d41
Rename dog to tamed wolf+fix bad formspec spelling
2017-02-19 21:57:58 +01:00
Wuzzy
0639b24cb2
Tame wolves with bones
2017-02-19 21:49:15 +01:00
Wuzzy
8219cae41b
Fix name tags not renaming mobs
2017-02-19 21:39:51 +01:00
Wuzzy
635b60c17f
Dropping drops entire item stack again
2017-02-18 21:59:24 +01:00
Wuzzy
29b418f719
Remove horrible legacy minetest.env functions
2017-02-18 21:56:07 +01:00
Wuzzy
07d237ce15
Fix possible crash in mcl_item_entity
2017-02-18 02:06:21 +01:00
Wuzzy
91950ee026
Move global core variables to mcl_init
2017-02-17 23:06:52 +01:00
Wuzzy
a1e96becce
Make spider mods neutral
2017-02-17 08:03:33 +01:00
Wuzzy
d33286dac6
Fix spider spawn egg texture for real
2017-02-17 08:02:11 +01:00
Wuzzy
b1d9658b82
Fix missing sheared sheep texture bug
2017-02-17 05:12:58 +01:00
Wuzzy
2efa5e6c96
Remove broken support for remove_items
2017-02-17 03:18:07 +01:00
Wuzzy
822bedc09a
Disable collecting items by punching
2017-02-17 02:47:29 +01:00
Wuzzy
b760c43ac2
Localize item drop settings table
2017-02-17 02:45:10 +01:00
Wuzzy
8aff6fdbb5
Fix spider spawn egg texture
2017-02-16 21:34:53 +01:00
Wuzzy
001a2d2064
Move gunpowder to mcl_mobitems
2017-02-16 21:33:14 +01:00
Wuzzy
e9f3688f93
Remove unused mob textures
2017-02-16 20:08:04 +01:00
Wuzzy
73cdd17a7c
Generalize item destruction logic
2017-02-16 19:33:47 +01:00
Wuzzy
afb186996e
Remove builtin_item
2017-02-16 19:19:40 +01:00
Wuzzy
af78e4f3f0
Make item flowing work for all liquids
2017-02-16 19:18:51 +01:00
Wuzzy
515343b0df
Fix items stop flowing at last liquid node
2017-02-16 19:15:59 +01:00
Wuzzy
6aa67cd518
Better item flowing
2017-02-16 18:37:11 +01:00
Wuzzy
3e0ac2127b
Make items flow on water and burst in lava again
2017-02-16 18:26:38 +01:00
Wuzzy
6912ca832c
Update eating sound
2017-02-16 14:47:50 +01:00
Wuzzy
1e759365ca
Centralize random seed generation
2017-02-16 04:08:33 +01:00
Wuzzy
d10f9cc46c
Move builtin_item to ENTITIES
2017-02-16 01:48:04 +01:00
Wuzzy
3696ee3761
Organize mods into modpacks for better overview
2017-02-16 01:45:21 +01:00