Skip to content

Commit

Permalink
Fixed calibrated sculk sensor and sniffer egg
Browse files Browse the repository at this point in the history
  • Loading branch information
RavinMaddHatter committed Oct 3, 2023
1 parent d2f7def commit 0662bec
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 41 deletions.
4 changes: 2 additions & 2 deletions Vanilla_Resource_Pack/blocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4133,8 +4133,8 @@
"textures": {
"down": "sculk_sensor_bottom",
"east": "sculk_sensor_side",
"north": "sculk_sensor_side",
"south": "calibrated_sculk_sensor_input_side",
"north": "calibrated_sculk_sensor_input_side",
"south": "sculk_sensor_side",
"up": "calibrated_sculk_sensor_top",
"west": "sculk_sensor_side"
}
Expand Down
30 changes: 30 additions & 0 deletions Vanilla_Resource_Pack/textures/terrain_texture.json
Original file line number Diff line number Diff line change
Expand Up @@ -3493,6 +3493,36 @@
"tuff": {
"textures": "textures/blocks/tuff"
},
"sniffer_egg_east": {
"textures": ["textures/blocks/sniffer_egg_not_cracked_east",
"textures/blocks/sniffer_egg_slightly_cracked_east",
"textures/blocks/sniffer_egg_very_cracked_east"]
},
"sniffer_egg_west": {
"textures": ["textures/blocks/sniffer_egg_not_cracked_west",
"textures/blocks/sniffer_egg_slightly_cracked_west",
"textures/blocks/sniffer_egg_very_cracked_west"]
},
"sniffer_egg_north": {
"textures": ["textures/blocks/sniffer_egg_not_cracked_north",
"textures/blocks/sniffer_egg_slightly_cracked_north",
"textures/blocks/sniffer_egg_very_cracked_north"]
},
"sniffer_egg_south": {
"textures": ["textures/blocks/sniffer_egg_not_cracked_south",
"textures/blocks/sniffer_egg_slightly_cracked_south",
"textures/blocks/sniffer_egg_very_cracked_south"]
},
"sniffer_egg_top": {
"textures": ["textures/blocks/sniffer_egg_not_cracked_top",
"textures/blocks/sniffer_egg_slightly_cracked_top",
"textures/blocks/sniffer_egg_very_cracked_top"]
},
"sniffer_egg_bottom": {
"textures": ["textures/blocks/sniffer_egg_not_cracked_bottom",
"textures/blocks/sniffer_egg_slightly_cracked_bottom",
"textures/blocks/sniffer_egg_very_cracked_bottom"]
},
"turtle_egg": {
"textures": [
"textures/blocks/turtle_egg_not_cracked",
Expand Down
4 changes: 2 additions & 2 deletions lookups/block_definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
"acacia_door": "door",
"dark_oak_door": "door",
"iron_door": "door",
"chiseled_bookshelf":"cube",
"chiseled_bookshelf":"furnace",
"double_plant": "double_plant",
"dragon_egg": "dragon_egg",
"enchanting_table": "enchanting_table",
Expand Down Expand Up @@ -928,7 +928,7 @@
"piston_arm_collision":"ignore",
"small_dripleaf_block": "ignore",
"sticky_piston_arm_collision":"ignore",
"sniffer_egg":"ignore",
"sniffer_egg":"sniffer_egg",
"pitcher_crop":"ignore",
"torchflower":"ignore",
"torchflower_crop":"ignore",
Expand Down
6 changes: 6 additions & 0 deletions lookups/block_rotation.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"sculk_sensor":{
"south": [0, 0, 0 ],
"east": [0, 270, 0 ],
"west": [0, 90, 0 ],
"north": [0, 180, 0]
},
"observer": {
"south": [0, 180, 0 ],
"east": [0, 90, 0 ],
Expand Down
9 changes: 9 additions & 0 deletions lookups/block_shapes.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
"center": [0.5, 0.5, 0.5]
}
},
"sniffer_egg":{
"default": {
"size": [
[0.75, 1, 0.875]
],
"center": [0.5, 0.5, 0.5]
}
},
"hive": {
"default": {
"size": [
Expand Down Expand Up @@ -325,6 +333,7 @@
"center": [0.5, 0.5, 0.5]
}
},

"coral_fan": {
"default": {
"size": [
Expand Down
71 changes: 34 additions & 37 deletions lookups/block_uv.json
Original file line number Diff line number Diff line change
@@ -1,48 +1,45 @@
{
"cube": {
"sniffer_egg": {
"default": {
"uv_sizes": {
"up": [
[1, 1]
],
"down": [
[1, 1]
],
"north": [
[1, 1]
],
"south": [
[1, 1]
],
"east": [
[1, 1]
],
"west": [
[1, 1]
]
"up": [[0.875, 0.75]],
"down": [[0.875, 0.75]],
"north": [[0.75, 1]],
"south": [[0.75, 1]],
"east": [[0.75, 1]],
"west": [[0.75, 1]]
},
"offset": {
"up": [
[0, 0]
],
"down": [
[0, 0]
],
"north": [
[0, 0]
],
"south": [
[0, 0]
],
"east": [
[0, 0]
],
"west": [
[0, 0]
]
"up": [[0, 0]],
"down": [[0, 0]],
"north": [[0, 0]],
"south": [[0, 0]],
"east": [[0, 0]],
"west": [[0, 0]]
}
}
},
"cube":{
"default": {
"uv_sizes": {
"up": [[1, 1]],
"down": [[1, 1]],
"north": [[1, 1]],
"south": [[1, 1]],
"east": [[1, 1]],
"west": [[1, 1]]
},
"offset": {
"up": [[0, 0]],
"down": [[0, 0]],
"north": [[0, 0]],
"south": [[0, 0]],
"east": [[0, 0]],
"west": [[0, 0]]
}
}

},
"hive": {
"default": {
"uv_sizes": {
Expand Down

0 comments on commit 0662bec

Please sign in to comment.