minetest-mods / technic

Technic mod for Minetest
Other
145 stars 153 forks source link

Make nuclear fuel non-stackable #352

Open numberZero opened 7 years ago

numberZero commented 7 years ago

...or reduce stack size to some sane value. If 6 items are enough for reactor to work, they can’t be safely placed together, they will react on their own. (there are some nuances actually, but that’s the general idea)

Desour commented 7 years ago

They shall be stacked, so, that the reactor can work without pause. Making the stack smaller would be ok IMO.

numberZero commented 7 years ago

Doesn’t the reactor take one fuel set on start? Also I remembered the main advantage of non-stackable items: they may use meta. That’s of little use currently, as there is only one reactor and only one kind of nuclear fuel, but... well, the reactor we have is too simplistic for that.

BobFred7 commented 4 years ago

I thought meta applied to ItemStacks in general, whether or not they're stacked (just that when it's stacked, the metadata applies to the whole stack)