Skip to content

Commit

Permalink
adds new model that has texturepack dirt below modded trampled texture
Browse files Browse the repository at this point in the history
  • Loading branch information
matjojo committed Jan 15, 2020
1 parent b9328af commit 31086ff
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"parent": "block/block",
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"down": { "texture": "#bottom", "cullface": "down"},
"up": { "texture": "#top", "cullface": "up" },
"north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side", "cullface": "east" }
}
},
{
"from": [0, 0, 0 ],
"to": [16, 16, 16 ],
"faces": {
"up": { "uv": [0, 0, 16, 16 ], "texture": "#overlaytop", "tintindex": 0, "cullface": "up" }
}
}
]
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"parent": "desire-paths:block/one_side_one_top",
"parent": "desire-paths:block/block_one_side_one_top_overlay_on_top",
"textures": {
"bottom": "block/dirt",
"particle" : "block/dirt",
"top": "desire-paths:block/mycelium_dirt_inter_top_1",
"side": "block/mycelium_side"
"bottom": "block/dirt",
"particle": "block/dirt",
"top": "block/dirt",
"side": "block/mycelium_side",
"overlaytop": "desire-paths:block/mycelium_dirt_inter_top_1"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"parent": "desire-paths:block/one_side_one_top",
"parent": "desire-paths:block/block_one_side_one_top_overlay_on_top",
"textures": {
"bottom": "block/dirt",
"particle" : "block/dirt",
"top": "desire-paths:block/mycelium_dirt_inter_top_2",
"side": "block/mycelium_side"
"bottom": "block/dirt",
"particle": "block/dirt",
"top": "block/dirt",
"side": "block/mycelium_side",
"overlaytop": "desire-paths:block/mycelium_dirt_inter_top_2"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"parent": "desire-paths:block/one_side_one_top",
"parent": "desire-paths:block/block_one_side_one_top_overlay_on_top",
"textures": {
"bottom": "block/dirt",
"particle" : "block/dirt",
"top": "desire-paths:block/podzol_dirt_inter_top_1",
"side": "block/podzol_side"
"bottom": "block/dirt",
"particle": "block/dirt",
"top": "block/dirt",
"side": "block/podzol_side",
"overlaytop": "desire-paths:block/podzol_dirt_inter_top_1"
}
}
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"parent": "desire-paths:block/one_side_one_top",
"parent": "desire-paths:block/block_one_side_one_top_overlay_on_top",
"textures": {
"bottom": "block/dirt",
"particle" : "block/dirt",
"top": "desire-paths:block/podzol_dirt_inter_top_2",
"side": "block/podzol_side"
"bottom": "block/dirt",
"particle": "block/dirt",
"top": "block/dirt",
"side": "block/podzol_side",
"overlaytop": "desire-paths:block/podzol_dirt_inter_top_2"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 31086ff

Please sign in to comment.