14 Commits

Author SHA1 Message Date
Apollo
19ceb37720 Release v1.2 Cleanup 2022-08-28 23:47:26 -04:00
Apollo
1868cf815b Fixed possible strang occurance of segfault
I just encountered a segfault while using this mod.

  It could be that this mod had something to do with it, or perhaps not.

  So with the thought of reducing heavy strain I've come up with not
changing the persistance of the node unless we really have to (i.e.
swap_node then change persistance), this should reduce possible bugs
within the Minetest server thus more reliable/better. (Either way this
code change should help greatly in stability)
2022-08-28 23:44:45 -04:00
Apollo
e6db8d8e04 Merge branch 'master' of github.com:Beanzilla/chunkkeeper 2022-08-28 21:57:02 -04:00
Apollo
09d4d03c7a Fixed #1 for real this time
Found that the issue was recieve isn't receive (the later being
correctly spelt)
2022-08-28 21:56:06 -04:00
Beanzilla
c8d70d695b
Release v1.1 2022-08-28 21:18:06 -04:00
Apollo
3cc29fa60c Fixed infinite keepers having a fuel inventory
This change actually is only a formspec change, the keeper will retain
the inventory but won't be visable/accessable.
2022-08-28 21:16:40 -04:00
Apollo
b88e2e43ba Fixed bug #1 and fixed not eating items
If the item is not burnable it will not be eaten (and infinity keepers
will always not eat the item, since regardless it's not supposed to be
accessable)

  closes #1

  The bug #1 is squashed, the code didn't set super_user to 1 for
`chunkkeeper:keeper_inf_off` which prevents it from enabling itself.
2022-08-28 21:12:36 -04:00
Beanzilla
37a2c50b70
Update issue templates
Adds Feature request to issue templates
2022-08-28 19:00:01 -04:00
Beanzilla
031b2fbfd8
Update issue templates
Adds bug report template
2022-08-28 18:57:12 -04:00
Apollo
9f5abebe21 Fixed MCL drops and added Images
Ready for V1.0 launch.
2022-08-28 17:02:14 -04:00
Apollo
2a7c16cce1 Fixed issue of not having the protection_bypass 2022-08-28 16:48:02 -04:00
Apollo
d24479f6aa V1.0 Released
Behold the Chunk Keeper works!
2022-08-28 16:44:57 -04:00
Beanzilla
27a67af2c8
Fixed modname
Oops, not chuck, chunk!
2022-08-27 23:40:31 -04:00
Beanzilla
8d05d50e83
Initial commit 2022-08-27 23:39:34 -04:00