Skip to content

Commit

Permalink
reran gendata and log workstation replacements
Browse files Browse the repository at this point in the history
  • Loading branch information
TelepathicGrunt committed Sep 23, 2023
1 parent cb30f41 commit 06baabd
Show file tree
Hide file tree
Showing 13 changed files with 95 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,10 @@ public enum LOG_WARNING_MODES {
createMapEntry(RegistryKeys.BLOCK, "glass_pane", net.fabricmc.fabric.api.tag.convention.v2.ConventionalBlockTags.GLASS_PANES),
createMapEntry(RegistryKeys.BLOCK, "immobile", net.fabricmc.fabric.api.tag.convention.v2.ConventionalBlockTags.RELOCATION_NOT_SUPPORTED),
createMapEntry(RegistryKeys.BLOCK, "stone", net.fabricmc.fabric.api.tag.convention.v2.ConventionalBlockTags.STONES),
createMapEntry(RegistryKeys.BLOCK, "workbench", "workbenches"),
createMapEntry(RegistryKeys.BLOCK, "workbench", net.fabricmc.fabric.api.tag.convention.v2.ConventionalBlockTags.VILLAGER_JOB_SITES),
createMapEntry(RegistryKeys.BLOCK, "workbenches", net.fabricmc.fabric.api.tag.convention.v2.ConventionalBlockTags.VILLAGER_JOB_SITES),
createMapEntry(RegistryKeys.BLOCK, "workstation", net.fabricmc.fabric.api.tag.convention.v2.ConventionalBlockTags.VILLAGER_JOB_SITES),
createMapEntry(RegistryKeys.BLOCK, "workstations", net.fabricmc.fabric.api.tag.convention.v2.ConventionalBlockTags.VILLAGER_JOB_SITES),

createMapEntry(RegistryKeys.ITEM, "axes", ItemTags.AXES),
createMapEntry(RegistryKeys.ITEM, "pickaxes", ItemTags.PICKAXES),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"replace": false,
"values": [
"minecraft:chest",
"minecraft:ender_chest",
"minecraft:trapped_chest"
"#c:chests/wooden",
"minecraft:ender_chest"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"replace": false,
"values": [
"minecraft:chest",
"minecraft:trapped_chest",
{
"id": "#c:wooden_chests",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"replace": false,
"values": [
"minecraft:andesite",
"minecraft:diorite",
"minecraft:granite",
"minecraft:infested_stone",
"minecraft:stone",
"minecraft:deepslate",
"minecraft:infested_deepslate",
"minecraft:tuff"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"replace": false,
"values": [
"minecraft:barrel",
{
"id": "#c:wooden_barrels",
"required": false
},
{
"id": "#c:wooden_barrels",
"required": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"replace": false,
"values": [
"minecraft:chest",
"minecraft:ender_chest",
"minecraft:trapped_chest"
"#c:chests/wooden",
"minecraft:ender_chest"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"replace": false,
"values": [
"minecraft:chest",
"minecraft:trapped_chest",
{
"id": "#c:wooden_chests",
"required": false
},
{
"id": "#c:wooden_chests",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"replace": false,
"values": [
"minecraft:glowstone_dust"
"minecraft:glowstone_dust",
{
"id": "#c:glowstone_dusts",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"replace": false,
"values": [
"minecraft:redstone"
"minecraft:redstone",
{
"id": "#c:redstone_dusts",
"required": false
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"replace": false,
"values": [
{
"id": "#c:rods/wooden",
"required": false
},
"minecraft:blaze_rod"
]
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"replace": false,
"values": [
"minecraft:stick"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"replace": false,
"values": [
"minecraft:andesite",
"minecraft:diorite",
"minecraft:granite",
"minecraft:infested_stone",
"minecraft:stone",
"minecraft:deepslate",
"minecraft:infested_deepslate",
"minecraft:tuff"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"replace": false,
"values": [
"minecraft:string",
{
"id": "#c:strings",
"required": false
}
]
}

0 comments on commit 06baabd

Please sign in to comment.