Added Stalinium Shovel to the Creativemode Tab

Signed-off-by: IM23a-cernik <cernik@bzz.ch>
This commit is contained in:
IM23a-cernik
2025-05-21 09:15:01 +02:00
parent 06699ce9ac
commit 5679e323e4
2 changed files with 2 additions and 1 deletions
@@ -28,6 +28,7 @@ public class ModCreativeModeTabs {
output.accept(ModBlocks.STALINIUM_PRESS.get());
output.accept(ModItems.STALINIUM_SWORD.get());
output.accept(ModItems.STALINIUM_AXE.get());
output.accept(ModItems.STALINIUM_SHOVEL.get());
}).build());
public static void register(IEventBus eventBus) {