Skip to content

Commit

Permalink
Fix tags and recipes
Browse files Browse the repository at this point in the history
Signed-off-by: unilock <unilock@fennet.rentals>
  • Loading branch information
unilock committed Jan 31, 2024
1 parent 72d6e63 commit 956b45e
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 20 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/data/c/tags/blocks/villager_job_sites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:note_block"
]
}
6 changes: 6 additions & 0 deletions src/main/resources/data/c/tags/items/villager_job_sites.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:note_block"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"tag": "forge:dusts/redstone"
"tag": "c:redstone_dusts"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"tag": "forge:gems/diamond"
"tag": "c:diamonds"
}
]
}
Expand All @@ -21,7 +21,7 @@
"conditions": {
"items": [
{
"tag": "forge:ingots/iron"
"tag": "c:iron_ingots"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"tag": "forge:dusts/redstone"
"tag": "c:redstone_dusts"
}
]
}
Expand All @@ -21,7 +21,7 @@
"conditions": {
"items": [
{
"tag": "forge:ingots/iron"
"tag": "c:iron_ingots"
}
]
}
Expand All @@ -31,7 +31,7 @@
"conditions": {
"items": [
{
"tag": "forge:ingots/copper"
"tag": "c:copper_ingots"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"tag": "forge:paper"
"tag": "c:paper"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"conditions": {
"items": [
{
"tag": "forge:dusts/redstone"
"tag": "c:redstone_dusts"
}
]
}
Expand All @@ -21,7 +21,7 @@
"conditions": {
"items": [
{
"tag": "forge:ingots/iron"
"tag": "c:iron_ingots"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/etched/recipes/album_cover.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"P": {
"tag": "forge:paper"
"tag": "c:paper"
},
"M": {
"item": "etched:music_label"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/data/etched/recipes/album_jukebox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"R": {
"tag": "forge:dusts/redstone"
"tag": "c:redstone_dusts"
},
"H": {
"item": "minecraft:repeater"
Expand All @@ -16,7 +16,7 @@
"item": "minecraft:jukebox"
},
"C": {
"tag": "forge:chests/wooden"
"tag": "c:chests"
}
},
"result": {
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/data/etched/recipes/boombox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
],
"key": {
"R": {
"tag": "forge:dusts/redstone"
"tag": "c:redstone_dusts"
},
"I": {
"tag": "forge:ingots/iron"
"tag": "c:iron_ingots"
},
"J": {
"item": "minecraft:jukebox"
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/data/etched/recipes/etching_table.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
],
"key": {
"D": {
"tag": "forge:gems/diamond"
"tag": "c:diamonds"
},
"I": {
"tag": "forge:ingots/iron"
"tag": "c:iron_ingots"
},
"P": {
"tag": "minecraft:planks"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/data/etched/recipes/music_label.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"key": {
"P": {
"tag": "forge:paper"
"tag": "c:paper"
}
},
"result": {
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/data/etched/recipes/radio.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
],
"key": {
"R": {
"tag": "forge:dusts/redstone"
"tag": "c:redstone_dusts"
},
"I": {
"tag": "forge:ingots/iron"
"tag": "c:iron_ingots"
},
"C": {
"tag": "forge:ingots/copper"
"tag": "c:copper_ingots"
},
"N": {
"item": "minecraft:note_block"
Expand Down

0 comments on commit 956b45e

Please sign in to comment.