Skip to content

Commit

Permalink
Merge pull request retrooper#1053 from Axionize/fix-legacy-grass-and-…
Browse files Browse the repository at this point in the history
…tallgrass-mappings

Fix legacy mappings for grass and tallgrass variants
  • Loading branch information
booky10 authored Dec 22, 2024
2 parents 52e182e + 6afe377 commit f603b49
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 deletions mappings/block/legacy_block_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1131,11 +1131,16 @@
"32:15": {}
},
"tall_grass": {
"31:1": {},
"175:2": {
"half": "lower"
},
"175:10": {
"half": "upper"
}
},
"short_grass": {
"31:1": {}
},
"fern": {
"31:2": {}
},
Expand Down Expand Up @@ -7826,16 +7831,25 @@
"lilac": {
"175:1": {
"half": "lower"
},
"175:9": {
"half": "upper"
}
},
"large_fern": {
"175:3": {
"half": "lower"
},
"175:11": {
"half": "upper"
}
},
"rose_bush": {
"175:4": {
"half": "lower"
},
"175:12": {
"half": "upper"
}
},
"peony": {
Expand All @@ -7845,18 +7859,6 @@
"175:8": {
"half": "upper"
},
"175:9": {
"half": "upper"
},
"175:10": {
"half": "upper"
},
"175:11": {
"half": "upper"
},
"175:12": {
"half": "upper"
},
"175:13": {
"half": "upper"
},
Expand Down
2 changes: 1 addition & 1 deletion mappings/item/item_type_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19001,7 +19001,7 @@
"detector_rail": 28,
"sticky_piston": 29,
"cobweb": 30,
"tall_grass": 31,
"short_grass": 31,
"dead_bush": 32,
"piston": 33,
"white_wool": 35,
Expand Down

0 comments on commit f603b49

Please sign in to comment.