Skip to content

Commit

Permalink
Merge branch 'architectury-1.18.2' into architectury-1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
UnlikePaladin committed Jan 2, 2024
2 parents d8541a8 + 20caadf commit 7cc605f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void emitBlockQuads(BlockRenderView world, BlockState state, BlockPos pos
}

if (north && south && !east) {
((FabricBakedModel) getTemplateBakedModels().get(2)).emitBlockQuads(world, state, pos, randomSupplier, context);
((FabricBakedModel) getTemplateBakedModels().get(12)).emitBlockQuads(world, state, pos, randomSupplier, context);
}
if (north && south && !west) {
((FabricBakedModel) getTemplateBakedModels().get(11)).emitBlockQuads(world, state, pos, randomSupplier, context);
Expand Down
1 change: 0 additions & 1 deletion fabric/src/main/resources/pfm.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"PFMAbstractTagProvider$ObjectBuilderMixin",
"PFMCookingPotBlockEntityMixin",
"PFMMinecraftServerMixin",
"PFMMixinPointOfInterestType",
"PFMReloadableResourceManagerImplMixin",
"PFMSaveLoaderMixin",
"PFMModResourcePackCreatorMixin"
Expand Down

0 comments on commit 7cc605f

Please sign in to comment.