Cannot place wheat into Grindstone
iJoeyMonster opened this issue ยท 4 comments
I'm unable to place vanilla minecraft Wheat into the Quartz Grindstone.
Describe the bug
" "
To Reproduce
Made a Quartz Grindstone. Placed it down. Cannot Shift+click or manually place Wheat into the machine.
Expected behavior
Be able to place Wheat into the Quartz Grindstone to make Flour for bread.
Additional context
Environment
At my home. N/A- Minecraft Version: 1.12.2
- AE2 Version: rv6-stable-7
- Forge Version: 1.12.2-14.23.5.2844
Hey just because i found one of the causes if you have this issue you have probably installed Pam''s Harvest Craft
I fixed this by setting wheat as eadible item as "false"
You'll find it in the modded minecraft folder config/harvestcraft.cfg
This section need to be set like this:
"food items" {
# Enables Wheat as an edible item [default: true]
B:makeWheatEdible=false
}