Lothrazar / PlainGrinder

PlainGrinder Minecraft forge java
MIT License
0 stars 4 forks source link

Grinder not making dust #2

Open ekiplier opened 3 years ago

ekiplier commented 3 years ago

Minecraft Version: 1.16.5

Forge Version: 36.1.0

Mod Version: 1.0.0

Single Player or Server: Single Player

Describe problem (what you were doing; what happened; what should have happened): I was trying the mod out and it seems that the grinder is not producing any dust after right-clicking the handle many times

Log file link: latest.log

Video/images/gifs (direct upload or link):

Lothrazar commented 2 years ago

By default you need 4 turns for each recipe. check the config file for how many

stagesPerRecipe = 4

Then make sure there is a valid recipe for the ore you are grinding. For example, putting in pumpkins wont grind down into pumpkin seeds, by default. Unless your modpack adds that grinder recipe for pumpkins

One of the default recipes for example is iron ore ( any ore with data tag "forge:ores/iron" )

So if there is some mod that adds andesite_iron_ore for example, but they dont have the correct "forge:ores/iron" data tag, they need to fix their iron ore tag

Also check a mod like JEI to see what recipes are available for the modpack