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,
|
||||
"id": "suspicious_gravel",
|
||||
"color": [131, 127, 126, 255],
|
||||
"fallable": true
|
||||
"fallable": true,
|
||||
"creative": true
|
||||
},
|
||||
"suspicious_sand_0": {
|
||||
"name": "Suspicious Sand",
|
||||
"version": 1200,
|
||||
"id": "suspicious_sand",
|
||||
"color": [218, 205, 160, 255],
|
||||
"fallable": true
|
||||
"fallable": true,
|
||||
"creative": true
|
||||
},
|
||||
"target_side": {
|
||||
"name": "Target",
|
||||
|
|
|
|||
Loading…
Reference in a new issue