From 6045077025629cabc1831a281fec532faa7781dd Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 17 Nov 2024 18:33:29 +0100 Subject: fix: Fix position of inventory buttons during preset importing --- .../nea/firmament/mixins/custommodels/ReferenceCustomModelsPatch.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main/java') diff --git a/src/main/java/moe/nea/firmament/mixins/custommodels/ReferenceCustomModelsPatch.java b/src/main/java/moe/nea/firmament/mixins/custommodels/ReferenceCustomModelsPatch.java index 14c84ab..bb9cd10 100644 --- a/src/main/java/moe/nea/firmament/mixins/custommodels/ReferenceCustomModelsPatch.java +++ b/src/main/java/moe/nea/firmament/mixins/custommodels/ReferenceCustomModelsPatch.java @@ -29,7 +29,6 @@ public abstract class ReferenceCustomModelsPatch { private void addFirmamentReferencedModels( BlockStatesLoader.BlockStateDefinition definition, CallbackInfo ci ) { - inputs.keySet().stream().filter(it->it.toString().contains("firm")).forEach(System.out::println); BakeExtraModelsEvent.Companion.publish(new BakeExtraModelsEvent( (modelIdentifier, identifier) -> addTopLevelModel(modelIdentifier, new ItemModel(identifier)))); -- cgit