Added mod files

This commit is contained in:
Jacob Vinding
2025-12-26 21:38:55 +01:00
parent 64c4d60c47
commit c4ad0f3e2e
5039 changed files with 894558 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_chiseled_copper"
},
"with": {
"block": "trials:waxed_chiseled_copper"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_chiseled_copper_oxidized"
},
"with": {
"block": "trials:waxed_chiseled_copper_oxidized"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_copper_block"
},
"with": {
"block": "minecraft:waxed_copper_block"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_copper_grate"
},
"with": {
"block": "trials:waxed_copper_grate"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_copper_grate_oxidized"
},
"with": {
"block": "trials:waxed_copper_grate_oxidized"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_cut_copper"
},
"with": {
"block": "minecraft:waxed_cut_copper"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_cut_copper_slab"
},
"with": {
"block": "minecraft:waxed_cut_copper_slab"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_cut_copper_stairs"
},
"with": {
"block": "minecraft:waxed_cut_copper_stairs"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_oxidized_copper"
},
"with": {
"block": "minecraft:waxed_oxidized_copper"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_oxidized_cut_copper"
},
"with": {
"block": "minecraft:waxed_oxidized_cut_copper"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_oxidized_cut_copper_slab"
},
"with": {
"block": "minecraft:waxed_oxidized_cut_copper_slab"
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "replace",
"target": {
"block": "kubejs:trial_oxidized_cut_copper_stairs"
},
"with": {
"block": "minecraft:waxed_oxidized_cut_copper_stairs"
}
}