minetest / minetest_game

Minetest Game - A lightweight and well-maintained base for modding [https://github.com/minetest/minetest/]
http://minetest.net/
Other
1.41k stars 567 forks source link

changes max stack of beds and buckets #3080

Closed DragonWrangler1 closed 5 months ago

DragonWrangler1 commented 5 months ago

changes the max stack of beds and buckets from 1 to the normal 99.

appgurueu commented 5 months ago

Sorry, but Minetest Game is in a maintenance-only mode right now. Unless you can make a very compelling case why (1) the current behavior can be seen as a bug; (2) changing this behavior won't break mechanics of mods and games based on MTG, we'll likely close this PR. (I doubt both points. Having "stacks of beds" or "stacks of buckets" doesn't make much sense. The stack max of 1 is there for a reason. Given the mechanics associated with both, I could very well imagine that allowing absurd stacks could negatively impact gameplay mechanics.)

DragonWrangler1 commented 5 months ago

With the beds. I just added that to the pr since it was suggested for the upstream, but for the buckets. It's because, when crafting something that requires something like bucket:river_water, you can only craft one thing at a time. This gets old very quickly. and allowing for a max stack of 99 would greatly help the process, after all normal buckets already stack to 99. Why should it be any different for buckets full of liquid ? Sure each player of minetest could individually modify mtg, but not everyone knows lua, and increasing the max stack would help crafting go quicker and be less tedious.

DragonWrangler1 commented 5 months ago

closing pr since I made a mistake.