functional on 1.21.90

This commit is contained in:
ForestOfLight
2025-06-18 12:03:57 -07:00
Unverified
parent 5c5a4d65fb
commit 59615312c8
7 changed files with 66 additions and 82 deletions
+13 -1
View File
@@ -2098,6 +2098,18 @@ export const blocks = {
"sound" : "stone",
"textures" : "skull"
},
"dried_ghast" : {
"carried_textures" : "dried_ghast_tentacles",
"sound" : "dried_ghast",
"textures" : {
"down" : "dried_ghast_bottom",
"east" : "dried_ghast_left",
"north" : "dried_ghast_back",
"south" : "dried_ghast_front",
"up" : "dried_ghast_top",
"west" : "dried_ghast_right"
}
},
"dried_kelp_block" : {
"carried_textures" : {
"down" : "dried_kelp_block_top",
@@ -6338,4 +6350,4 @@ export const blocks = {
"sound" : "stone",
"textures" : "skull"
}
}
}