Crops
Anyway, I'm not very good with datapacks and I need help with a datapack for the Sushi Go Crafting mod, I want to replace this datapack from the original mod so that it drops sushigocrafting:cucumber_seeds sushigocrafting:soy_seeds sushigocrafting:wasabi_seeds and sushigocrafting:sesame_seeds with the same probability, and now it can drop all of these, but on top of that, it can drop rice seeds, and I do NOT want it to drop rice seeds.
{
"type": "sushigocrafting:grass_seeds",
"conditions": [
{
"condition": "minecraft:any_of",
"terms": [
{
"condition": "block_state_property",
"block": "minecraft:grass"
},
{
"condition": "block_state_property",
"block": "minecraft:fern"
},
{
"condition": "block_state_property",
"block": "minecraft:tall_grass"
},
{
"condition": "block_state_property",
"block": "minecraft:large_fern"
}
]
}
]
}
Continue to help post