You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In minecraft, when you mine a block, its dropped, and then auto picked up if you're near it and have space in your inventory
Currently in biomes, when you mine it goes right into your inventory. Which means you cant mine if you have no space in your inventory. This has caused people getting stuck in mines. They can still get out by dropping stuff, but could consider doing something like minecraft
The text was updated successfully, but these errors were encountered:
mine drops instead of adding to inventory. you call pickup to add to inventory. could batch call --> would increase gas though
keep mine as it is now, add a separate mineWithoutPickup that just drops the block at the place mined (or make mine do this if your inventory is full instead of reverting)
In minecraft, when you mine a block, its dropped, and then auto picked up if you're near it and have space in your inventory
Currently in biomes, when you mine it goes right into your inventory. Which means you cant mine if you have no space in your inventory. This has caused people getting stuck in mines. They can still get out by dropping stuff, but could consider doing something like minecraft
The text was updated successfully, but these errors were encountered: