fix: add creative property to suspicious sand/gravel
This commit is contained in:
parent
b48d691573
commit
b89111d3c3
1 changed files with 4 additions and 2 deletions
|
|
@ -2628,14 +2628,16 @@
|
||||||
"version": 1200,
|
"version": 1200,
|
||||||
"id": "suspicious_gravel",
|
"id": "suspicious_gravel",
|
||||||
"color": [131, 127, 126, 255],
|
"color": [131, 127, 126, 255],
|
||||||
"fallable": true
|
"fallable": true,
|
||||||
|
"creative": true
|
||||||
},
|
},
|
||||||
"suspicious_sand_0": {
|
"suspicious_sand_0": {
|
||||||
"name": "Suspicious Sand",
|
"name": "Suspicious Sand",
|
||||||
"version": 1200,
|
"version": 1200,
|
||||||
"id": "suspicious_sand",
|
"id": "suspicious_sand",
|
||||||
"color": [218, 205, 160, 255],
|
"color": [218, 205, 160, 255],
|
||||||
"fallable": true
|
"fallable": true,
|
||||||
|
"creative": true
|
||||||
},
|
},
|
||||||
"target_side": {
|
"target_side": {
|
||||||
"name": "Target",
|
"name": "Target",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue