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 ],