From 45668d94ee2bfefb6e8b11bf680ec5f3ce25ef3e Mon Sep 17 00:00:00 2001 From: "yrsegal@gmail.com" Date: Sat, 23 Sep 2023 16:15:13 -0400 Subject: [PATCH] close #4347 --- .../assets/quark/models/block/template/custom_fence_gate.json | 2 +- .../quark/models/block/template/custom_fence_gate_open.json | 2 +- .../quark/models/block/template/custom_fence_gate_wall.json | 2 +- .../models/block/template/custom_fence_gate_wall_open.json | 2 +- .../assets/quark/models/block/template/custom_fence_post.json | 2 +- .../quark/models/block/template/custom_post_inventory.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/assets/quark/models/block/template/custom_fence_gate.json b/src/main/resources/assets/quark/models/block/template/custom_fence_gate.json index 5150d9d22c..510344bd0e 100644 --- a/src/main/resources/assets/quark/models/block/template/custom_fence_gate.json +++ b/src/main/resources/assets/quark/models/block/template/custom_fence_gate.json @@ -1,7 +1,7 @@ { "parent": "block/block", "textures": { - "particle": "#particle" + "particle": "#texture" }, "elements": [ { diff --git a/src/main/resources/assets/quark/models/block/template/custom_fence_gate_open.json b/src/main/resources/assets/quark/models/block/template/custom_fence_gate_open.json index 4784d9108f..aca1eae073 100644 --- a/src/main/resources/assets/quark/models/block/template/custom_fence_gate_open.json +++ b/src/main/resources/assets/quark/models/block/template/custom_fence_gate_open.json @@ -1,6 +1,6 @@ { "textures": { - "particle": "#particle" + "particle": "#texture" }, "elements": [ { diff --git a/src/main/resources/assets/quark/models/block/template/custom_fence_gate_wall.json b/src/main/resources/assets/quark/models/block/template/custom_fence_gate_wall.json index bc46d981bb..9d8e66ac5b 100644 --- a/src/main/resources/assets/quark/models/block/template/custom_fence_gate_wall.json +++ b/src/main/resources/assets/quark/models/block/template/custom_fence_gate_wall.json @@ -1,7 +1,7 @@ { "ambientocclusion": true, "textures": { - "particle": "#particle" + "particle": "#texture" }, "elements": [ { diff --git a/src/main/resources/assets/quark/models/block/template/custom_fence_gate_wall_open.json b/src/main/resources/assets/quark/models/block/template/custom_fence_gate_wall_open.json index 38b154a52b..d6a4719ccf 100644 --- a/src/main/resources/assets/quark/models/block/template/custom_fence_gate_wall_open.json +++ b/src/main/resources/assets/quark/models/block/template/custom_fence_gate_wall_open.json @@ -1,7 +1,7 @@ { "ambientocclusion": true, "textures": { - "particle": "#particle" + "particle": "#texture" }, "elements": [ { diff --git a/src/main/resources/assets/quark/models/block/template/custom_fence_post.json b/src/main/resources/assets/quark/models/block/template/custom_fence_post.json index 1ba56583b8..ae862e398d 100644 --- a/src/main/resources/assets/quark/models/block/template/custom_fence_post.json +++ b/src/main/resources/assets/quark/models/block/template/custom_fence_post.json @@ -1,6 +1,6 @@ { "textures": { - "particle": "#particle" + "particle": "#texture" }, "elements": [ { "from": [ 6, 0, 6 ], diff --git a/src/main/resources/assets/quark/models/block/template/custom_post_inventory.json b/src/main/resources/assets/quark/models/block/template/custom_post_inventory.json index bc5b517552..5c06587429 100644 --- a/src/main/resources/assets/quark/models/block/template/custom_post_inventory.json +++ b/src/main/resources/assets/quark/models/block/template/custom_post_inventory.json @@ -14,7 +14,7 @@ }, "ambientocclusion": false, "textures": { - "particle": "#particle" + "particle": "#texture" }, "elements": [ { "from": [ 6, 0, 6 ],