Skip to content

Commit

Permalink
hell
Browse files Browse the repository at this point in the history
  • Loading branch information
Leclowndu93150 committed Oct 5, 2024
1 parent d2ef4c2 commit 10eff32
Show file tree
Hide file tree
Showing 15 changed files with 124 additions and 241 deletions.
20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/bronze_plate.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/copper_plate.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/gold_plate.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/iron_plate.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/lead_plate.json

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/osmium_plate.json

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/steel_plate.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/tin_plate.json

This file was deleted.

20 changes: 0 additions & 20 deletions src/generated/resources/data/moreplates/recipe/uranium_plate.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package com.portingdeadmods.moreplates;

import com.portingdeadmods.moreplates.datagen.DynamicDataPack;
import com.portingdeadmods.moreplates.datagen.DynamicPack;
import com.portingdeadmods.moreplates.registries.MPCreativeTabs;
import com.portingdeadmods.moreplates.registries.MPItems;
Expand All @@ -23,6 +24,7 @@ public MorePlatesMod(IEventBus modEventBus, ModContainer modContainer) {
MPCreativeTabs.CREATIVE_MODE_TABS.register(modEventBus);
modEventBus.addListener(MorePlatesMod::onCreativeTab);
DynamicPack.init();
DynamicDataPack.INSTANCE.register();
}

public static void onCreativeTab(BuildCreativeModeTabContentsEvent event) {
Expand Down
Loading

0 comments on commit 10eff32

Please sign in to comment.