Skip to content

Commit 42979e2

Browse files
committed
Add nether blocks
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
1 parent 41a2494 commit 42979e2

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

resource_packs/fluoroscopy/subpacks/xray/blocks.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11
{
22
"format_version": "1.19.30",
3+
"basalt": {
4+
"blockshape": "invisible"
5+
},
6+
"blackstone": {
7+
"blockshape": "invisible"
8+
},
39
"clay": {
410
"blockshape": "invisible"
511
},
12+
"crimson_nylium": {
13+
"blockshape": "invisible"
14+
},
615
"deepslate": {
716
"blockshape": "invisible"
817
},
@@ -21,12 +30,18 @@
2130
"ice": {
2231
"blockshape": "invisible"
2332
},
33+
"magma": {
34+
"blockshape": "invisible"
35+
},
2436
"moss_block": {
2537
"blockshape": "invisible"
2638
},
2739
"moss_carpet": {
2840
"blockshape": "invisible"
2941
},
42+
"netherrack": {
43+
"blockshape": "invisible"
44+
},
3045
"podzol": {
3146
"blockshape": "invisible"
3247
},
@@ -42,10 +57,19 @@
4257
"snow_layer": {
4358
"blockshape": "invisible"
4459
},
60+
"soul_sand": {
61+
"blockshape": "invisible"
62+
},
63+
"soul_soil": {
64+
"blockshape": "invisible"
65+
},
4566
"stone": {
4667
"blockshape": "invisible"
4768
},
4869
"tuff": {
4970
"blockshape": "invisible"
71+
},
72+
"warped_nylium": {
73+
"blockshape": "invisible"
5074
}
5175
}

0 commit comments

Comments
 (0)