Age | Commit message (Collapse) | Author |
|
Otherwise pipeworks crashes on 0.5.0-dev.
This is not tested, but should work.
|
|
|
|
|
|
Changed hud_channge to hud_change
|
|
Implement two functions for fake player used by the hunger mod.
Also, add a list of functions to be implemented for an overview.
|
|
|
|
take any available ownership into account before deciding on area protection
|
|
above and under, which had for example an effect on the deployer trying to place seeds"
This reverts commit 6e2f1fcd635398387a49911a996ccaba65bffdd3.
|
|
the deployer trying to place seeds
|
|
initialized one
clean up some code to make a few lesser calls to it
|
|
The new function has no API compatibility with the old one, so give it
a different name to avoid confusion among caller mods, which need to
change their usage. Have a function under the old name that outputs a
helpful error message.
|
|
|
|
This has been seen on Vanessa's server, and caused the wielding code
to crash.
|
|
Merge node breaker into the generic wielder mechanism. Center the wield
inventory in all wielders' formspecs. Implement full auto-upgrade of
legacy node breakers, occurring upon use or punching of the node breaker.
Make node breaker respect on_dig hooks.
|
|
Merge implementations into a single "wielder" mechanism. Clean up the
code a bit. Fix get_player_control_bits for the dispenser (it wasn't
indicating the sneak setting). Fix drops for dispenser (dispenser_on was
dropping as itself). Show item image, as well as name, at head of form.
|