codiac
3e6b16735f
delete a bunch of unused village stuff
2024-02-24 14:32:02 +10:00
codiac
becce4dc59
Skip post processing village buildings without a bell
2024-02-23 15:31:22 +10:00
metmj
7ed6884b0b
change default blast resistance to 3
...
the previous default value (used by many items) was too high - a standard creeper can deal 3 and destroys fences in minecraft
2024-02-22 17:45:50 +00:00
Elias Åström
96c50089da
Explicitly copy creative breakable
2024-02-21 23:46:11 +01:00
Elias Åström
c4d81b9ba7
Fix slabs and stairs being unbreakable in survival
2024-02-21 23:45:34 +01:00
cora
c6031bd790
Fix on_rightclick with hand
2024-02-21 15:39:13 +01:00
cora
d08ee6f1fa
Re-add glow item frame achievement
2024-02-19 16:03:14 +00:00
cora
5cbc6894f8
Make itemframes respect item definition wield_scale
2024-02-19 16:03:14 +00:00
Elias Åström
9c89cd1d56
Add more groups to copy for stair registrations
2024-02-18 12:31:23 +00:00
Elias Åström
5936548b08
Fix recipes involving wooden slabs
2024-02-18 12:31:23 +00:00
Elias Åström
853cc1131b
Fix concrete stair recipes
2024-02-18 12:31:23 +00:00
Elias Åström
e93f1d4f47
Only copy relevant groups from stair base node
2024-02-18 12:31:23 +00:00
Elias Åström
6db5436bc8
Localize internal function
2024-02-18 12:31:23 +00:00
Elias Åström
7a5ce47094
Make offhand_placeable nodes placable with hand
2024-02-18 00:36:22 +01:00
Elias Åström
7cf84600e8
Add mcl_offhand.place function to mcl_offhand API
2024-02-18 00:36:22 +01:00
Elias Åström
14b0655d2a
Fix torch rotation when placed from offhand
2024-02-18 00:36:22 +01:00
Elias Åström
440b944031
Make torches placeable from offhand
2024-02-18 00:36:22 +01:00
cora
c644108cc8
Fix activity timer not working
2024-02-17 14:30:12 +00:00
cora
ca80bf9732
Fix activity timers not counting correctly
2024-02-17 14:30:12 +00:00
cora
9a95c72e84
Remove superfluous nil assignments
2024-02-17 14:30:12 +00:00
cora
14b84f2736
Remove TODO, clarify bed search function
2024-02-17 14:30:12 +00:00
cora
4fe6be257e
Reduce range of villagers node checks
2024-02-17 14:30:12 +00:00
cora
a62552d795
Randomize villagers activity checks
2024-02-17 14:30:12 +00:00
cora
6ad209ac7b
Don't search for bed when villager already has one
2024-02-17 14:30:12 +00:00
cora
433aa6ff15
Don't run check_bed twice per step
2024-02-17 14:30:12 +00:00
cora
3ce51f4502
Add compatiblity with old mcl_player.player_attached table
2024-02-17 15:15:14 +01:00
cora
eb2f4a3260
Add compatibility to old mcl_playerinfo
2024-02-17 15:15:14 +01:00
cora
4fd613f7aa
Revert "Fix bone_position deprecation warnings"
...
This does not work as expected. Either minetest docs are wrong or i am
simply too dumb. TODO: figure out how to do this correctly
This reverts commit 978c97586ef66453162d652265b92bce20e1cd3b.
2024-02-17 14:14:21 +00:00
cora
13868693f9
Make force_step documentation more precise
2024-02-16 04:40:59 +01:00
cora
8bc29e4678
Document player_active_range field
2024-02-16 04:40:59 +01:00
cora
23bcfb0432
Make Ender dragon position check use the new force_step callback
2024-02-16 04:40:59 +01:00
cora
eaf044befa
larger active range for enderdragon
2024-02-16 04:40:59 +01:00
cora
86c43f6c41
Document new force_step callback
2024-02-16 04:40:59 +01:00
cora
fe8282eec5
Add force_step method for mobs that always runs on_step
2024-02-16 04:40:59 +01:00
cora
c69d2d55e0
Allow specific active ranges for mobs
2024-02-16 04:40:59 +01:00
cora
6c977d6a9b
Make eye of ender work on both on_place and on_secondary_use
2024-02-14 18:35:58 +00:00
ShadowRoi
0b14eed0ea
Make Eye of Ender work on right click
2024-02-14 18:35:58 +00:00
cora
3d052aee4b
Endermites have a 10% chance of spawning not 5%
2024-02-14 18:35:58 +00:00
cora
b34e9a30f8
Throw ender pearls on rightclick
2024-02-14 18:35:58 +00:00
cora
ddd5271280
Make walkover mod use the node offset table from mcl_player
2024-02-14 18:28:23 +00:00
cora
47ab490b7e
Fix _on_walk_through callback not triggering
2024-02-14 18:28:23 +00:00
cora
fcc00b5d39
Use mcl_player globalstep for walkover
2024-02-14 18:28:23 +00:00
cora
1398573a51
always use the same node in on_walkover fixing a crash
2024-02-14 18:28:23 +00:00
cora
3fbe9c5cc5
Make nether portals use on_walk_through for players
2024-02-14 18:28:23 +00:00
cora
89a1e1847d
Use mcl_player cached nodes and add on_walk_through to walkover mod
2024-02-14 18:28:23 +00:00
Elias Åström
a662b78bff
Fix translation templating for "Waxed [...]"
2024-02-14 00:02:31 +01:00
ShadowRoi
96ef862513
Fix Whitespaces
2024-02-13 14:16:21 +00:00
ShadowRoi
3f4c53aea9
Mob tweaks
2024-02-13 14:16:21 +00:00
metmj
1ffa24f0ff
#1117 corrected name for trapdoor
2024-02-12 21:03:16 +00:00
cora
370585f499
Remove assignment that's overwritten before use in villages
2024-02-12 21:39:17 +01:00