a1d723099a
Merge from upstream.
e33dd0e275
seed drops from short grass more rare (thx skaapdev)
37ea21fdaf
all grass have the chance of dropping seeds
a5b00f31c7
Add rarity lookup to restore orginial rarity.
Reason for
default:grass_1 not having drops?
I think this will have the behaviour as before. But tweaking a lookup table has finer control as well. Feels harder though but I could confirm the rarity values are correct:
...
Reason for
default:grass_1 not having drops?
Other approach, perhaps a simpler solution is to use rarity = i to scale the chance of finding seeds. More likely to get seeds from longer grass than short grass.
I am curious...
Reason for
default:grass_1 not having drops?
I didn't realise certain mods depended on all default grasses dropping seeds,
Technically it isn't all default grasses but just one that needs to, not be part of `not_in_creati...
Reason for
default:grass_1 not having drops?
c1c4b72e42
grass_1 will not show up in CGP(to show how to obtain seed) if it has no drops. grass_2 + are part of not_in_creative_inventory and will never show to reduce clutter.
6663055fad
Grass should appear in creative or won't show up in CGP to show how to obtain seeds.