LevelZ
LevelZ copied to clipboard
It seems not possible to prevent players from planting seeds with a datapack
Minecraft Version
1.19.x
Mod Loader Version
0.14.21
Mod Version
1.4.9
Describe the Issue
Hello! When I try to lock wheat_seeds via datapack like this:
{
"replace": true,
"skill": "farming",
"level": 20,
"item": "minecraft:custom_item",
"object": "minecraft:wheat_seeds"
}
The "level 20" requirement is displayed on the item, but it does not prevent it from being used. Am I doing something wrong or is it out of the mod's scope?
Ideally, I would like the farmers not to be able to plant seeds if they don't have the required level.
Sorry to bother!
latest.log
/
Do you use any other mods except the required ones?
No response