fix: correct namespace in Tileras json files
This commit is contained in:
parent
64d49dcb30
commit
70b149fcd6
13 changed files with 4 additions and 4 deletions
src/main/resources/data/ntx4core
|
@ -3,7 +3,7 @@
|
|||
"from": [
|
||||
"minecraft:overworld"
|
||||
],
|
||||
"to": "anvilcraft:cavern",
|
||||
"to": "ntx4core:cavern",
|
||||
"form": {
|
||||
"type": "imm_ptl:classical",
|
||||
"from_frame_block": "minecraft:deepslate",
|
|
@ -3,7 +3,7 @@
|
|||
"from": [
|
||||
"minecraft:overworld"
|
||||
],
|
||||
"to": "anvilcraft:flat",
|
||||
"to": "ntx4core:flat",
|
||||
"form": {
|
||||
"type": "imm_ptl:classical",
|
||||
"from_frame_block": "minecraft:quartz_block",
|
|
@ -3,7 +3,7 @@
|
|||
"from": [
|
||||
"minecraft:overworld"
|
||||
],
|
||||
"to": "anvilcraft:islands",
|
||||
"to": "ntx4core:islands",
|
||||
"form": {
|
||||
"type": "imm_ptl:classical",
|
||||
"from_frame_block": "minecraft:smooth_basalt",
|
|
@ -3,7 +3,7 @@
|
|||
"from": [
|
||||
"minecraft:overworld"
|
||||
],
|
||||
"to": "anvilcraft:mirror",
|
||||
"to": "ntx4core:mirror",
|
||||
"form": {
|
||||
"type": "imm_ptl:classical",
|
||||
"from_frame_block": "minecraft:amethyst_block",
|
Loading…
Add table
Reference in a new issue