forked from VoxeLibre/VoxeLibre
67ae203772
The code for shearing a pumpkin used minetest.swap_node() to replace a faceless pumpkin with a carved pumpkin. This did not trigger the node callbacks of the carved pumpkin, which meant that shearing a pumpkin would not check for the snow golem or iron golem spawn conditions. This patch replaces minetest.swap_node() in the code for shearing a pumpkin with minetest.set_node(), which does trigger the callbacks; therefore snow and iron golems can now spawn as a pumpkin is carved. |
||
---|---|---|
.. | ||
locale | ||
sounds | ||
textures | ||
README.md | ||
aliases.lua | ||
crafting.lua | ||
init.lua | ||
mod.conf |
README.md
This mod adds tools for MineClone 2.
Credits
default_shears_cut.ogg:
- Author: SmartWentCody (CC BY 3.0)
- Source: https://freesound.org/people/SmartWentCody/sounds/179015/
Other files: See main MineClone 2 README.