Skip to content

Commit

Permalink
Switch to NeoForge face data instead of unlit quads mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Jan 12, 2025
1 parent aec4f38 commit c6ea78b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 49 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import gripe._90.fulleng.block.entity.monitor.ConversionMonitorBlockEntity;

@Mixin(value = PartLeftClickPacket.class, remap = false)
@Mixin(PartLeftClickPacket.class)
public abstract class PartLeftClickPacketMixin {
@Final
@Shadow
Expand Down

This file was deleted.

This file was deleted.

6 changes: 3 additions & 3 deletions src/main/resources/assets/fulleng/models/block/terminal.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"uv": [2, 2, 14, 14],
"texture": "#lightsBright",
"tintindex": 3,
"unlit": true
"neoforge_data": { "block_light": 15, "sky_light": 15 }
}
}
},
Expand All @@ -46,7 +46,7 @@
"uv": [2, 2, 14, 14],
"texture": "#lightsMedium",
"tintindex": 2,
"unlit": true
"neoforge_data": { "block_light": 15, "sky_light": 15 }
}
}
},
Expand All @@ -58,7 +58,7 @@
"uv": [2, 2, 14, 14],
"texture": "#lightsDark",
"tintindex": 1,
"unlit": true
"neoforge_data": { "block_light": 15, "sky_light": 15 }
}
}
}
Expand Down
3 changes: 1 addition & 2 deletions src/main/resources/fulleng.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@
"extendedae.GlodUtilMixin",
"extendedae.ItemPatternAccessTerminalUpgradeMixin",
"merequester.RequesterTerminalBlockEntityMixin"
],
"client": ["client.ModelManagerMixin", "client.UnlitQuadHooksAccessor"]
]
}

0 comments on commit c6ea78b

Please sign in to comment.