Skip to content

Commit

Permalink
Backport datagen fixes to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cassiancc committed May 21, 2024
1 parent cddc592 commit 83396d0
Show file tree
Hide file tree
Showing 28 changed files with 12 additions and 140 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"model": "pyrite:block/nostalgia_grass_slab"
},
"type=double": {
"model": "pyrite:block/nostalgia_grass_top"
"model": "pyrite:block/nostalgia_grass_turf"
},
"type=top": {
"model": "pyrite:block/nostalgia_grass_slab_top"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "minecraft:cut_exposed_copper"
"item": "minecraft:exposed_cut_copper"
},
"result": "pyrite:cut_exposed_copper_wall",
"count": 1
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "pyrite:cut_weathered_copper"
"item": "minecraft:weathered_cut_copper"
},
"result": "pyrite:cut_weathered_copper_wall",
"count": 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "pyrite:nostalgia_brick"
"item": "pyrite:nostalgia_bricks"
},
"result": "pyrite:nostalgia_brick_slab",
"count": 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "pyrite:nostalgia_brick"
"item": "pyrite:nostalgia_bricks"
},
"result": "pyrite:nostalgia_brick_stairs",
"count": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
],
"key": {
"C": {
"item": "pyrite:redstone_block"
"item": "minecraft:redstone_block"
}
},
"result": {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/pyrite/recipes/redstone_door.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"key": {
"C": {
"item": "pyrite:redstone_block"
"item": "minecraft:redstone_block"
}
},
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
],
"key": {
"C": {
"item": "pyrite:redstone_block"
"item": "minecraft:redstone_block"
}
},
"result": {
"item": "pyrite:redstone_pressure_plate",
"id": "pyrite:redstone_pressure_plate",
"count": 1
}
} }
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"C": {
"item": "pyrite:redstone_block"
"item": "minecraft:redstone_block"
}
},
"result": {
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "pyrite:smooth_quartz"
"item": "minecraft:smooth_quartz"
},
"result": "pyrite:smooth_quartz_wall_gate",
"count": 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "minecraft:stonecutting",
"ingredient": {
"item": "pyrite:smooth_quartz"
"item": "minecraft:smooth_quartz"
},
"result": "pyrite:smooth_quartz_wall",
"count": 1
Expand Down
Empty file.

0 comments on commit 83396d0

Please sign in to comment.