mailbox temporary disabled, for release
This commit is contained in:
parent
ecce95c09f
commit
e7a76234e4
|
@ -32,9 +32,11 @@ public class SkunkStuff implements ModInitializer {
|
|||
"crimson_goban").type(BlockGoban.class).build();
|
||||
public static final Block MANGROVE_GOBAN_BLOCK = Blocks.register().name(
|
||||
"mangrove_goban").type(BlockGoban.class).build();
|
||||
|
||||
public static final Block MAILBOX_BLOCK = Blocks.register().name("mailbox").type(
|
||||
BlockMailbox.class).build();
|
||||
|
||||
|
||||
@Override
|
||||
public void onInitialize(ModContainer mod) {
|
||||
Menus.init();
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
"..."
|
||||
],
|
||||
"result": {
|
||||
"item": "skunkstuff:mailbox"
|
||||
"item": "disabledskunkstuff:mailbox"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue