IchHabeHunger54 / PropertyModifier

Allows tweaking various properties of blocks and items. Also adds some other tweaks to aid with that, such as the ability to create new creative tabs or add composter inputs.
https://www.curseforge.com/minecraft/mc-mods/property-modifier
MIT License
2 stars 0 forks source link

[1.19.2] Tilling_item_drop duplicates entries #15

Open thelegitdolt opened 1 year ago

thelegitdolt commented 1 year ago

After a tilling item is specified, tilling it will drop 2 instance of that item instead of the expected one (as is vanilla behavior with rooted dirt)

syntax:

#The item that is dropped when tilling. Consists of a block or block regex and an item id. If left unspecified, no item is dropped. Example (without the leading #):
    #"minecraft:diamond_block" = "minecraft:iron_nugget"
    [tilling.item_drop]
        "neapolitan:adzuki_soil" = "neapolitan:adzuki_beans"

Result: https://cdn.discordapp.com/attachments/729307658602938389/1106815504691236894/Screen_Recording_2023-05-12_at_22.28.45.mov

IchHabeHunger54 commented 1 year ago

Can't reproduce, works as intended by default. Could you try reproducing with only Property Modifier, Neapolitan and Blueprint installed?

thelegitdolt commented 1 year ago

I can reproduce with only these three mods.

And also, i later learnt that adzuki soil already had a shovel interaction that did exactly what i coded my hoe interaction to do (Ie, drop an adzuki bean and turns the adzuki soil into dirt). Would that affect things?