diff --git a/src/main/resources/assets/desire-paths/models/block/block_one_side_one_top_overlay_on_top.json b/src/main/resources/assets/desire-paths/models/block/block_one_side_one_top_overlay_on_top.json new file mode 100644 index 0000000..b82dcd8 --- /dev/null +++ b/src/main/resources/assets/desire-paths/models/block/block_one_side_one_top_overlay_on_top.json @@ -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" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/desire-paths/models/block/mycelium_dirt_inter_1.json b/src/main/resources/assets/desire-paths/models/block/mycelium_dirt_inter_1.json index 689ca35..2f87c67 100644 --- a/src/main/resources/assets/desire-paths/models/block/mycelium_dirt_inter_1.json +++ b/src/main/resources/assets/desire-paths/models/block/mycelium_dirt_inter_1.json @@ -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" } } \ No newline at end of file diff --git a/src/main/resources/assets/desire-paths/models/block/mycelium_dirt_inter_2.json b/src/main/resources/assets/desire-paths/models/block/mycelium_dirt_inter_2.json index a30060a..f03034e 100644 --- a/src/main/resources/assets/desire-paths/models/block/mycelium_dirt_inter_2.json +++ b/src/main/resources/assets/desire-paths/models/block/mycelium_dirt_inter_2.json @@ -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" } } \ No newline at end of file diff --git a/src/main/resources/assets/desire-paths/models/block/podzol_dirt_inter_1.json b/src/main/resources/assets/desire-paths/models/block/podzol_dirt_inter_1.json index d6bc4fa..94e4621 100644 --- a/src/main/resources/assets/desire-paths/models/block/podzol_dirt_inter_1.json +++ b/src/main/resources/assets/desire-paths/models/block/podzol_dirt_inter_1.json @@ -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" } } \ No newline at end of file diff --git a/src/main/resources/assets/desire-paths/models/block/podzol_dirt_inter_2.json b/src/main/resources/assets/desire-paths/models/block/podzol_dirt_inter_2.json index 103f51a..10b57e2 100644 --- a/src/main/resources/assets/desire-paths/models/block/podzol_dirt_inter_2.json +++ b/src/main/resources/assets/desire-paths/models/block/podzol_dirt_inter_2.json @@ -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" } } \ No newline at end of file diff --git a/src/main/resources/assets/desire-paths/textures/block/mycelium_dirt_inter_top_1.png b/src/main/resources/assets/desire-paths/textures/block/mycelium_dirt_inter_top_1.png index 8f3a8d6..c62b569 100644 Binary files a/src/main/resources/assets/desire-paths/textures/block/mycelium_dirt_inter_top_1.png and b/src/main/resources/assets/desire-paths/textures/block/mycelium_dirt_inter_top_1.png differ diff --git a/src/main/resources/assets/desire-paths/textures/block/mycelium_dirt_inter_top_2.png b/src/main/resources/assets/desire-paths/textures/block/mycelium_dirt_inter_top_2.png index 45ff23c..bf2d59e 100644 Binary files a/src/main/resources/assets/desire-paths/textures/block/mycelium_dirt_inter_top_2.png and b/src/main/resources/assets/desire-paths/textures/block/mycelium_dirt_inter_top_2.png differ diff --git a/src/main/resources/assets/desire-paths/textures/block/podzol_dirt_inter_top_1.png b/src/main/resources/assets/desire-paths/textures/block/podzol_dirt_inter_top_1.png index 3892b9d..4cce3e5 100644 Binary files a/src/main/resources/assets/desire-paths/textures/block/podzol_dirt_inter_top_1.png and b/src/main/resources/assets/desire-paths/textures/block/podzol_dirt_inter_top_1.png differ diff --git a/src/main/resources/assets/desire-paths/textures/block/podzol_dirt_inter_top_2.png b/src/main/resources/assets/desire-paths/textures/block/podzol_dirt_inter_top_2.png index 995e26e..c04b29e 100644 Binary files a/src/main/resources/assets/desire-paths/textures/block/podzol_dirt_inter_top_2.png and b/src/main/resources/assets/desire-paths/textures/block/podzol_dirt_inter_top_2.png differ