Add Stalinium Sword item

This commit is contained in:
IM23a-spirgif
2025-05-16 10:08:40 +02:00
parent b08d9c8d8d
commit 6e2fa1e621
8 changed files with 35 additions and 2 deletions
@@ -26,6 +26,7 @@ public class ModCreativeModeTabs {
output.accept(ModBlocks.STALINIUM_ORE.get());
output.accept(ModBlocks.COMPRESSED_BEDROCK.get());
output.accept(ModBlocks.STALINIUM_PRESS.get());
output.accept(ModItems.STALINIUM_SWORD.get());
}).build());
public static void register(IEventBus eventBus) {