Skip to content

Commit

Permalink
Fix incorrect EMC Interface recipe, add forgotten loot table and mine…
Browse files Browse the repository at this point in the history
…able tag
  • Loading branch information
62832 committed Apr 30, 2024
1 parent 3d58175 commit 915ed59
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
21 changes: 21 additions & 0 deletions src/main/resources/data/appliede/loot_tables/emc_interface.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "appliede:emc_interface"
}
],
"rolls": 1.0
}
],
"random_sequence": "appliede:blocks/emc_interface"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tag": "forge:ingots/iron"
},
"b": {
"tag": "projecte:transmutation_tablet"
"item": "projecte:transmutation_tablet"
},
"c": {
"item": "ae2:annihilation_core"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"values": ["appliede:emc_interface"]
}

0 comments on commit 915ed59

Please sign in to comment.