Repair broken mod datapack
This commit is contained in:
parent
9cbacbcd24
commit
a8a5c4fa56
8 changed files with 8 additions and 14 deletions
|
@ -2,8 +2,6 @@
|
|||
"values": [
|
||||
"otemod:eternium_ore_block",
|
||||
"otemod:deepslate_eternium_ore_block",
|
||||
"otemod:aurora_block",
|
||||
"otemod:aurora_door",
|
||||
|
||||
"otemod:item_scrubber",
|
||||
"otemod:magical_scrubber",
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"otemod:aurora_block",
|
||||
"otemod:aurora_door",
|
||||
"otemod:item_scrubber",
|
||||
"otemod:magical_scrubber",
|
||||
"otemod:vault_steel_ore_block",
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"otemod:aurora_block",
|
||||
"otemod:aurora_door",
|
||||
"otemod:eternium_block",
|
||||
"otemod:ilusium_block",
|
||||
"otemod:item_scrubber",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"tag": "forge:ingots/gold"
|
||||
},
|
||||
"X": {
|
||||
"tag": "forge:ingots/ilusium"
|
||||
"tag": "forge:ingots/eternium"
|
||||
},
|
||||
"Y": {
|
||||
"item": "minecraft:copper_block"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"values": [
|
||||
"#otemod:blocks/thresholds/red",
|
||||
"#otemod:blocks/thresholds/cyan",
|
||||
"#otemod:blocks/thresholds/lime",
|
||||
"#otemod:blocks/thresholds/pool"
|
||||
"#otemod:thresholds/red",
|
||||
"#otemod:thresholds/cyan",
|
||||
"#otemod:thresholds/lime",
|
||||
"#otemod:thresholds/pool"
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"values": [
|
||||
"#otemod:blocks/uncrafting_tables/uncrafter"
|
||||
"#otemod:uncrafting_tables/uncrafter"
|
||||
]
|
||||
}
|
Reference in a new issue