Skip to content

Commit

Permalink
Fixed missing changes for 1.21.30
Browse files Browse the repository at this point in the history
Not sure how these were omitted but they weren't in the r16 data for 1.21.30 either. Blockstate mappings suggest that this is the correct target version.
  • Loading branch information
dktapps committed Nov 12, 2024
1 parent 1dee9bb commit 1cf8130
Showing 1 changed file with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"remappedMetas": {
"minecraft:chemistry_table": {
"0": "minecraft:compound_creator"
"0": "minecraft:compound_creator",
"10": "minecraft:element_constructor",
"11": "minecraft:element_constructor",
"12": "minecraft:lab_table",
"13": "minecraft:lab_table",
"14": "minecraft:lab_table",
"15": "minecraft:lab_table",
"4": "minecraft:material_reducer",
"5": "minecraft:material_reducer",
"6": "minecraft:material_reducer",
"7": "minecraft:material_reducer",
"8": "minecraft:element_constructor",
"9": "minecraft:element_constructor"
},
"minecraft:cobblestone_wall": {
"1": "minecraft:mossy_cobblestone_wall",
Expand Down Expand Up @@ -47,6 +59,10 @@
},
"minecraft:sponge": {
"1": "minecraft:wet_sponge"
},
"minecraft:tnt": {
"2": "minecraft:underwater_tnt",
"3": "minecraft:underwater_tnt"
}
}
}

0 comments on commit 1cf8130

Please sign in to comment.