TechStack's Heavy Machinery Mod

TechStack's Heavy Machinery Mod

195k Downloads

Corn seed drops way out of proportion to everything else

DoomRater opened this issue ยท 1 comments

commented

2020-11-03_13 02 38
Attached is a flower generator using vanilla bone meal on grass in a fairly heavily modded environment. None of these storage drawers are upgraded, and yet corn has filled up THREE WHOLE SLOTS in the test bed while the rest of the slots are fairly evenly scattered about. The next highest in the grouping is dandelions at 5 stacks. That's close to 5 times as common as dandelion, just from bone meal.

commented

I've used the following CraftTweaker insert to reduce the amount of corn dropping for my instance:
vanilla.seeds.removeSeed(<machinemod:cornseed>);
vanilla.seeds.addSeed(<machinemod:cornseed> % 2);