auouymous

Results 503 comments of auouymous

The problem is that you set both nodes to the off state. Change the "on" node to the "on" state and it works fine. And then undo the fifth patch...

That is what output rules are for. Only the output side should be returned.

on_timer should recalculate low/high if i_size ~= meta:get_int("inventory_size"), otherwise a chest upgrade/downgrade will have incorrect low/high values. Am I right to assume that a chest with 101 slots will have...

Sorry for the late reply, it seems to work as expected. Although, it would be nice if it could power from its two sides to allow more compact setups.

Logic gates and luacontroller use their model and are hard to see as well.

I agree. The "is full" state is tricky because a slot could hold more, but not more of another item. Instead of those three states, it could count slots that...

There is no need to check for stack size, just count the number of slots that have an item, ignoring the quantity of each stack. A chest with 1 stick...

https://dev.minetest.net/InvRef -- inv:get_lists() returns a table of list names. As for percentages, it might be good to store the actual values in min/max fields and if value is a percentage,...

A piston can move the soil node and a crop will automatically break, papyrus is just special and doesn't check for a valid node below it. I also don't see...

A piston-wire combo can conduct around a corner. This would be better if it conducted through all three faces instead of only the two sides. w = wire, C =...