Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
StarskyXIII committed Jan 13, 2025
1 parent dd4c67d commit 63ac981
Show file tree
Hide file tree
Showing 42 changed files with 584 additions and 892 deletions.
143 changes: 0 additions & 143 deletions src/main/java/appeng/hooks/UnlitQuadHooks.java

This file was deleted.

53 changes: 0 additions & 53 deletions src/main/java/appeng/mixins/unlitquad/BlockModelMixin.java

This file was deleted.

This file was deleted.

55 changes: 0 additions & 55 deletions src/main/java/appeng/mixins/unlitquad/ModelManagerMixin.java

This file was deleted.

3 changes: 0 additions & 3 deletions src/main/resources/ae2.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
"UnbreakingMixin"
],
"client": [
"unlitquad.ModelManagerMixin",
"unlitquad.BlockModelMixin",
"unlitquad.BlockPartFaceDeserializerMixin",
"AbstractContainerScreenMixin",
"GuiGraphicsMixin",
"WrappedGenericStackTooltipModIdMixin",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"up": {
"texture": "#lights_bright",
"tintindex": 3,
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
}
}
},
Expand All @@ -23,7 +23,7 @@
"up": {
"texture": "#lights_medium",
"tintindex": 2,
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
}
}
},
Expand All @@ -34,7 +34,7 @@
"up": {
"texture": "#lights_dark",
"tintindex": 1,
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,32 @@
"down": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
},
"east": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
},
"north": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
},
"south": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
},
"up": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
},
"west": {
"texture": "#lights",
"uv": [0, 0, 16, 16],
"unlit": true
"forge_data": { "block_light": 15, "sky_light": 15 }
}
},
"from": [0, 0, 0],
Expand Down
Loading

0 comments on commit 63ac981

Please sign in to comment.