Skip to content

Commit f972d85

Browse files
authored
Add missing particles to item/fluid passthrough and laser hatches (#3890)
Co-authored-by: jtuc <6748724+jtuc@users.noreply.github.com>
1 parent d6953c5 commit f972d85

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/main/resources/assets/gtceu/models/block/machine/part/fluid_passthrough_hatch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"credit": "Made with Blockbench",
33
"parent": "block/block",
44
"textures": {
5+
"particle": "#side",
56
"overlay_pipe": "gtceu:block/overlay/machine/overlay_pipe",
67
"overlay_pipe_in": "gtceu:block/overlay/machine/overlay_pipe_in_emissive",
78
"overlay_fluid_hatch_input": "gtceu:block/overlay/machine/overlay_fluid_hatch_input",

src/main/resources/assets/gtceu/models/block/machine/part/item_passthrough_hatch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"credit": "Made with Blockbench",
33
"parent": "block/block",
44
"textures": {
5+
"particle": "#side",
56
"overlay_pipe": "gtceu:block/overlay/machine/overlay_pipe",
67
"overlay_pipe_in": "gtceu:block/overlay/machine/overlay_pipe_in_emissive",
78
"overlay_item_hatch_input": "gtceu:block/overlay/machine/overlay_item_hatch_input",

src/main/resources/assets/gtceu/models/block/machine/part/laser_source_hatch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"credit": "Made with Blockbench",
33
"parent": "block/block",
44
"textures": {
5+
"particle": "#side",
56
"overlay_laser": "gtceu:block/overlay/machine/overlay_laser_base",
67
"overlay_laser_source": "gtceu:block/overlay/machine/overlay_laser_source",
78
"overlay_laser_source_emissive": "gtceu:block/overlay/machine/overlay_laser_source_emissive"

src/main/resources/assets/gtceu/models/block/machine/part/laser_target_hatch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"credit": "Made with Blockbench",
33
"parent": "block/block",
44
"textures": {
5+
"particle": "#side",
56
"overlay_laser": "gtceu:block/overlay/machine/overlay_laser_base",
67
"overlay_laser_target": "gtceu:block/overlay/machine/overlay_laser_target",
78
"overlay_laser_target_emissive": "gtceu:block/overlay/machine/overlay_laser_target_emissive"

0 commit comments

Comments
 (0)