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();
|
"crimson_goban").type(BlockGoban.class).build();
|
||||||
public static final Block MANGROVE_GOBAN_BLOCK = Blocks.register().name(
|
public static final Block MANGROVE_GOBAN_BLOCK = Blocks.register().name(
|
||||||
"mangrove_goban").type(BlockGoban.class).build();
|
"mangrove_goban").type(BlockGoban.class).build();
|
||||||
|
|
||||||
public static final Block MAILBOX_BLOCK = Blocks.register().name("mailbox").type(
|
public static final Block MAILBOX_BLOCK = Blocks.register().name("mailbox").type(
|
||||||
BlockMailbox.class).build();
|
BlockMailbox.class).build();
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onInitialize(ModContainer mod) {
|
public void onInitialize(ModContainer mod) {
|
||||||
Menus.init();
|
Menus.init();
|
||||||
|
|
|
@ -11,6 +11,6 @@
|
||||||
"..."
|
"..."
|
||||||
],
|
],
|
||||||
"result": {
|
"result": {
|
||||||
"item": "skunkstuff:mailbox"
|
"item": "disabledskunkstuff:mailbox"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue