Skip to content

Commit

Permalink
✔ Refmap
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiYueCommentary committed Apr 10, 2024
1 parent 5b59403 commit b200fde
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ subprojects {

loom {
silentMojangMappingsLicense()

mixin {
defaultRefmapName.set("tjmetro-refmap.json")
}
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@

public abstract class RenderRouteBase<T extends BlockPSDTop.TileEntityRouteBase> extends BlockEntityRendererMapper<T> implements IGui, IBlock
{

protected final float topPadding;
protected final float bottomPadding;
protected final float sidePadding;
Expand Down
3 changes: 2 additions & 1 deletion common/src/main/resources/tjmetro.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
"EffectRenderingInventoryScreenMixin",
"EntityRenderDispatcherMixin",
"MinecartRendererMixin"
]
],
"refmap": "tjmetro-refmap.json"
}

0 comments on commit b200fde

Please sign in to comment.