LevelZ icon indicating copy to clipboard operation
LevelZ copied to clipboard

It seems not possible to prevent players from planting seeds with a datapack

Open QuentinPortet opened this issue 1 year ago • 0 comments

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

QuentinPortet avatar Aug 06 '23 11:08 QuentinPortet