immortius / chunkbychunk

Minecraft mod in which you unlock the world chunk by chunk
Other
17 stars 5 forks source link

WorldForge Recipes #112

Closed WerQ346 closed 5 months ago

WerQ346 commented 5 months ago

Hello, how do I change a recipe in World Forge To delete recipes in it? In which file are the recipes for forge written inside the mod? I create a modpack strictly for personal play with a friend, not for distribution

immortius commented 5 months ago

To make sure we're not having an XY Problem perhaps best if you can share what you are trying to achieve.

The World Forge doesn't use recipes. Instead there are a number of configuration settings affecting its behaviour, primarily fuel value from soils, stones and "stronger sources" (if any are defined by a modpack), and fuel cost to make a fragment. Tags are then used to set which items count as soils, stones, or stronger sources. If you are looking to remove items from soils and stones lists, you can replace the weakworldforgefuel.json and worldforgefuel.json tag files with empty ones using a datapack.

Modpack distribution isn't a problem regardless btw.

WerQ346 commented 5 months ago

Thank you very much! Yes, you have clearly understood my question and solved it) I don't really know how distributions work in Curse and so on. Therefore, I do not risk it, because every mod has a license... btw thanks again for your help

To make sure we're not having an XY Problem perhaps best if you can share what you are trying to achieve.

The World Forge doesn't use recipes. Instead there are a number of configuration settings affecting its behaviour, primarily fuel value from soils, stones and "stronger sources" (if any are defined by a modpack), and fuel cost to make a fragment. Tags are then used to set which items count as soils, stones, or stronger sources. If you are looking to remove items from soils and stones lists, you can replace the weakworldforgefuel.json and worldforgefuel.json tag files with empty ones using a datapack.

Modpack distribution isn't a problem regardless btw.