Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Gamemode4Dev/GM4_Datapacks
Browse files Browse the repository at this point in the history
…into gm4-blossoming-pots-intial
  • Loading branch information
runcows committed Nov 28, 2024
2 parents 884bc5c + 57b7eb3 commit 6488bd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"predicates": {
"minecraft:custom_data": "{data:{gm4_brewing:{insert:{components:{'minecraft:custom_data':{gm4_lightning_in_a_bottle:1b}}}}}}"
}
"nbt": "{data:{gm4_brewing:{insert:{components:{'minecraft:custom_data':{gm4_lightning_in_a_bottle:1b}}}}}}"
}
}
]
Expand Down
7 changes: 6 additions & 1 deletion gm4_metallurgy/data/minecraft/loot_table/blocks/stone.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type": "minecraft:tnt"
"type": [
"minecraft:tnt",
"minecraft:creeper",
"minecraft:wither",
"minecraft:wither_skull"
]
}
},
{
Expand Down

0 comments on commit 6488bd1

Please sign in to comment.