Skip to content

Commit

Permalink
fix: Colorizers not showing up when using Oculus
Browse files Browse the repository at this point in the history
Fixes #751 #762
  • Loading branch information
Kamefrede committed Nov 7, 2023
1 parent 449f01d commit 9458736
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/assets/psi/models/item/cad.json
@@ -1,6 +1,8 @@
{
"__comment": "_model generated using _mr_crayfish's _model _creator (http://mrcrayfish.com/modelcreator/)",
"textures": {
"layer0": "psi:blocks/empty",
"-1": "psi:blocks/empty",
"layer1": "psi:items/cad_color"
},
"gui_light": "front",
Expand Down
Expand Up @@ -3,6 +3,7 @@
"ambientocclusion": false,
"texture_size": [32, 32],
"textures": {
"missing": "psi:blocks/empty",
"1": "psi:items/cad_color",
"3": "psi:items/cad_assembly_1",
"4": "psi:items/cad_creative_gizmo"
Expand Down
Expand Up @@ -3,6 +3,7 @@
"ambientocclusion": false,
"texture_size": [32, 32],
"textures": {
"missing": "psi:blocks/empty",
"1": "psi:items/cad_color",
"3": "psi:items/cad_assembly_1"
},
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/assets/psi/models/item/cad_iron.json
Expand Up @@ -3,6 +3,7 @@
"ambientocclusion": false,
"texture_size": [32, 32],
"textures": {
"missing": "psi:blocks/empty",
"1": "psi:items/cad_color",
"2": "psi:items/cad_assembly_0"
},
Expand Down
Expand Up @@ -3,6 +3,7 @@
"ambientocclusion": false,
"texture_size": [32, 32],
"textures": {
"missing": "psi:blocks/empty",
"1": "psi:items/cad_color",
"3": "psi:items/cad_assembly_1"
},
Expand Down
Expand Up @@ -3,6 +3,7 @@
"ambientocclusion": false,
"texture_size": [32, 32],
"textures": {
"missing": "psi:blocks/empty",
"1": "psi:items/cad_color",
"2": "psi:items/cad_assembly_0"
},
Expand Down

0 comments on commit 9458736

Please sign in to comment.