fix: Fix position of inventory buttons during preset importing

This commit is contained in:
Linnea Gräf
2024-11-17 18:33:29 +01:00
parent e00c21b2ad
commit 6045077025
3 changed files with 198 additions and 166 deletions

View File

@@ -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))));