Sculk Depths

Sculk Depths

261 Downloads

Valtrox Recipe Missing Data

corhean opened this issue ยท 2 comments

commented

Valtrox leaves loot table currently does NOT* allow dropping leaves by silk touch and saplings do not drop through natural decay.

Recipe snip versus acacia that shows where information may be missing if this is not intentional.

image

Version information is the same as from the recent closed issue posted by JRCLARK25. ;)

commented

This should do what you're looking for - appears the structure changed a bit between versions?

{ "type": "minecraft:block", "pools": [ { "bonus_rolls": 0.0, "entries": [ { "type": "minecraft:alternatives", "children": [ { "type": "minecraft:item", "conditions": [ { "condition": "minecraft:any_of", "terms": [ { "condition": "minecraft:match_tool", "predicate": { "items": [ "minecraft:shears" ] } }, { "condition": "minecraft:match_tool", "predicate": { "enchantments": [ { "enchantment": "minecraft:silk_touch", "levels": { "min": 1 } } ] } } ] } ], "name": "sculk_depths:valtrox_leaves" }, { "type": "minecraft:item", "conditions": [ { "condition": "minecraft:survives_explosion" }, { "chances": [ 0.05, 0.0625, 0.083333336, 0.1 ], "condition": "minecraft:table_bonus", "enchantment": "minecraft:fortune" } ], "name": "sculk_depths:valtrox_sapling" } ] } ], "rolls": 1.0 }, { "bonus_rolls": 0.0, "conditions": [ { "condition": "minecraft:inverted", "term": { "condition": "minecraft:any_of", "terms": [ { "condition": "minecraft:match_tool", "predicate": { "items": [ "minecraft:shears" ] } }, { "condition": "minecraft:match_tool", "predicate": { "enchantments": [ { "enchantment": "minecraft:silk_touch", "levels": { "min": 1 } } ] } } ] } } ], "entries": [ { "type": "minecraft:item", "conditions": [ { "chances": [ 0.02, 0.022222223, 0.025, 0.033333335, 0.1 ], "condition": "minecraft:table_bonus", "enchantment": "minecraft:fortune" } ], "functions": [ { "add": false, "count": { "type": "minecraft:uniform", "max": 2.0, "min": 1.0 }, "function": "minecraft:set_count" }, { "function": "minecraft:explosion_decay" } ], "name": "minecraft:stick" } ], "rolls": 1.0 } ], "random_sequence": "sculk_depths:valtrox_leaves" }

commented

should be fixed in latest action build, thank you you two for bringing us these bugreports
(we just opened a discord server you can join if you want)