Skip to content

Commit

Permalink
Add item frame UP, DOWN and frog light states
Browse files Browse the repository at this point in the history
  • Loading branch information
Alemiz112 committed Dec 4, 2024
1 parent a4d71e7 commit 3cc5cb3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ junit = "5.9.2"

jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-databind", version = "2.14.2" }
lombok = { group = "org.projectlombok", name = "lombok", version = "1.18.26" }
nbt = { group = "org.cloudburstmc", name = "nbt", version = "3.0.1.Final" }
nbt = { group = "org.cloudburstmc", name = "nbt", version = "3.0.3.Final" }
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit" }
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" }
49 changes: 49 additions & 0 deletions src/main/resources/legacy_block_data_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -8838,6 +8838,14 @@
{
"item_frame_map_bit": true,
"weirdo_direction": 3
},
{
"item_frame_map_bit": false,
"facing_direction": 0
},
{
"item_frame_map_bit": false,
"facing_direction": 1
}
],
"minecraft:colored_torch_bp": [
Expand Down Expand Up @@ -14911,6 +14919,14 @@
{
"item_frame_map_bit": true,
"facing_direction": 2
},
{
"item_frame_map_bit": false,
"facing_direction": 0
},
{
"item_frame_map_bit": false,
"facing_direction": 1
}
],
"minecraft:big_dripleaf": [
Expand Down Expand Up @@ -18790,5 +18806,38 @@
{
"huge_mushroom_bits": 15
}
],
"minecraft:ochre_froglight": [
{
"pillar_axis": "y"
},
{
"pillar_axis": "x"
},
{
"pillar_axis": "z"
}
],
"minecraft:pearlescent_froglight": [
{
"pillar_axis": "y"
},
{
"pillar_axis": "x"
},
{
"pillar_axis": "z"
}
],
"minecraft:verdant_froglight": [
{
"pillar_axis": "y"
},
{
"pillar_axis": "x"
},
{
"pillar_axis": "z"
}
]
}

0 comments on commit 3cc5cb3

Please sign in to comment.