Skip to content

Fix #4: Make Metal Forge mineable with a pickaxe#6

Merged
KnightMiner merged 3 commits into
KnightMiner:1.20from
twigtarsier:1.20
Oct 24, 2025
Merged

Fix #4: Make Metal Forge mineable with a pickaxe#6
KnightMiner merged 3 commits into
KnightMiner:1.20from
twigtarsier:1.20

Conversation

@twigtarsier
Copy link
Copy Markdown
Contributor

Added metal forge to mineable/pickaxe.json to allow the block to be broken with a pickaxe.

@KnightMiner
Copy link
Copy Markdown
Owner

KnightMiner commented Oct 18, 2025

We use datagen for all our tags. You can't just create the Json file without updating the datagen or it will get automatically deleted next time datagen runs.

Look for the block tags provider java class. You will need to also include the updated cache file after datagen runs in this PR.

@twigtarsier
Copy link
Copy Markdown
Contributor Author

Oops. I'm new to modding apologies for that oversight. Does this commit fix that?

@KnightMiner
Copy link
Copy Markdown
Owner

That looks good, though we should really set a mining tier. Given tin ore needs a stone tool, it makes sense to me that the forge would need a stone tool too.

If you look two lines below where you made your change, you can call my helper there to set pickaxe and the stone tool in one line.

@twigtarsier
Copy link
Copy Markdown
Contributor Author

I just based it on the logic that you can mine a blast furnace with a wooden pickaxe even though it uses iron. But i will do it that way if you wish

@KnightMiner
Copy link
Copy Markdown
Owner

That is a fair point.

@KnightMiner KnightMiner merged commit d6d5157 into KnightMiner:1.20 Oct 24, 2025
@KnightMiner KnightMiner added bug Issue describes unintended or broken behavior 1.20 Issue affects Minecraft 1.20 resolved Issue is fixed in code, but there is not a release with that fix yet. and removed resolved Issue is fixed in code, but there is not a release with that fix yet. labels Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.20 Issue affects Minecraft 1.20 bug Issue describes unintended or broken behavior

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants