reorganized stone dusts, nerfed them a bit more

This commit is contained in:
Pyritie 2025-06-19 13:03:23 +01:00
parent 1519fc82db
commit 4eb9dcd4fc
4 changed files with 268 additions and 256 deletions

View file

@ -16,4 +16,5 @@ const registerTFGRecipes = (event) => {
registerTFGConvertingRecipes(event)
registerTFGFoodRecipes(event)
registerTFGSpaceRecipes(event)
registerTFGStoneDustRecipes(event)
}