theFox6 / working_villages

A mod for minetest that adds villagers performing work
https://content.minetest.net/packages/theFox/working_villages/
MIT License
13 stars 10 forks source link

woodcutter: Infinite saplings in creative mode #37

Open bengardner opened 2 years ago

bengardner commented 2 years ago

If I start a single player game and give a woodcutter a sapling, it will continue to plant saplings forever.

Expected behavior Creative mode is really handy for testing working_villagers. I expected the villager to have one less sapling after planting one.

Screenshots screenshot_20221013_133929

Log Nothing useful in the log

Desktop Minetest 5.6.1 (Linux)

As a side note, it is oddly biased to -X.

Fixed by #35

sfence commented 2 years ago

This happens only when the "global" creative mode is active. If creative mode is enabled per player (/grantme creative), it looks fine.

sfence commented 1 year ago

Merged. Should be part of release v1.5.3.

theFox6 commented 11 months ago

Maybe we could add a setting for people who intend to have villagers take part in creative mode.