We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b212f commit 66a13caCopy full SHA for 66a13ca
src/main/resources/forge-1.19.4/templates/json/block_loot_table.json.ftl
@@ -2,8 +2,7 @@
2
<#assign defaultSlabDrops = data.getModElement().getTypeString() == "block" && data.blockBase?has_content && data.blockBase == "Slab" && !(data.customDrop?? && !data.customDrop.isEmpty())/>
3
<#assign isFlowerPot = data.getModElement().getTypeString() == "block" && data.blockBase! == "FlowerPot">
4
{
5
- "type": "minecraft:block",
6
- "random_sequence": "${modid}:blocks/${registryname}"
+ "type": "minecraft:block"
7
<#if data.hasDrops() || isFlowerPot>,
8
"pools": [
9
<#if isFlowerPot>
0 commit comments