8000 Make mining more like minecraft · Issue #107 · dustproject/dust · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Make mining more like minecraft #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dhvanipa opened this issue Mar 11, 2025 · 3 comments
Open

Make mining more like minecraft #107

dhvanipa opened this issue Mar 11, 2025 · 3 comments

Comments

@dhvanipa
Copy link
Member

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

@dhvanipa
Copy link
Member Author
dhvanipa commented Mar 11, 2025
  1. mine drops instead of adding to inventory. you call pickup to add to inventory. could batch call --> would increase gas though

  2. 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)

@vdrg
Copy link
Contributor
vdrg commented Mar 17, 2025

does the client have a way to display drops?

@dhvanipa
Copy link
Member Author

does the client have a way to display drops?

yup drops are already supported and are rendered the same as minecraft: tiny floating 3d models

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0