Mars grass and water (#1437)
* mars grass and water and all that fun stuff * removing the heavy water
This commit is contained in:
parent
fb53d1de86
commit
f860056940
51 changed files with 12766 additions and 10803 deletions
36
kubejs/assets/tfg/models/item/grass/rusticus_mycelium.json
Normal file
36
kubejs/assets/tfg/models/item/grass/rusticus_mycelium.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"parent": "minecraft:block/cube",
|
||||
"textures": {
|
||||
"0": "tfg:block/grass/mars_dirt",
|
||||
"1": "tfg:block/grass/rusticus_side_1",
|
||||
"2": "tfg:block/grass/rusticus_top_1",
|
||||
"particle": "#2"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"north": {
|
||||
"texture": "#1"
|
||||
},
|
||||
"east": {
|
||||
"texture": "#1"
|
||||
},
|
||||
"south": {
|
||||
"texture": "#1"
|
||||
},
|
||||
"west": {
|
||||
"texture": "#1"
|
||||
},
|
||||
"up": {
|
||||
"texture": "#2"
|
||||
},
|
||||
"down": {
|
||||
"texture": "#0"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue