Skip to content

Commit

Permalink
fix waterwheel models
Browse files Browse the repository at this point in the history
  • Loading branch information
TropheusJ committed Aug 1, 2023
1 parent df9f04e commit b2fa876
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ reach_entity_attributes_version = 2.4.0
registrate_version = 1.3.61-MC1.20
milk_lib_version = 1.2.60

port_lib_version = 2.1.1087+1.20
port_lib_version = 2.1.1089+1.20
# adding a module also requires adding a dependency to the FMJ
port_lib_modules = accessors,base,entity,extensions,fake_players,networking,obj_loader,tags,transfer,models,tool_actions,client_events,brewing

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public static void cropAndMove(MutableQuadView quad, TextureAtlasSprite sprite,
}

public static BakedModel generateModel(BakedModel template, UnaryOperator<TextureAtlasSprite> spriteSwapper) {
if (true) return template; // TODO: convert this to use emitBlockQuads
RandomSource random = RandomSource.create();

Map<Direction, List<BakedQuad>> culledFaces = new EnumMap<>(Direction.class);
Expand Down

0 comments on commit b2fa876

Please sign in to comment.