Skip to content

Commit 66a13ca

Browse files
committed
Fix json loottable
1 parent 25b212f commit 66a13ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/resources/forge-1.19.4/templates/json/block_loot_table.json.ftl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<#assign defaultSlabDrops = data.getModElement().getTypeString() == "block" && data.blockBase?has_content && data.blockBase == "Slab" && !(data.customDrop?? && !data.customDrop.isEmpty())/>
33
<#assign isFlowerPot = data.getModElement().getTypeString() == "block" && data.blockBase! == "FlowerPot">
44
{
5-
"type": "minecraft:block",
6-
"random_sequence": "${modid}:blocks/${registryname}"
5+
"type": "minecraft:block"
76
<#if data.hasDrops() || isFlowerPot>,
87
"pools": [
98
<#if isFlowerPot>

0 commit comments

Comments
 (0)