Fixed chests not being picked up
This commit is contained in:
parent
e1da67a250
commit
e01cc75e5d
|
|
@ -1,9 +1,9 @@
|
|||
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
||||
# This is required to provide enough memory for the Minecraft decompilation process.
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
version=1.17.1
|
||||
version=1.17.2
|
||||
minecraft_version=1.18.2
|
||||
mappings_version=2022.09.04-1.18.2
|
||||
forge_version=40.2.2
|
||||
forge_version=40.2.14
|
||||
org.gradle.daemon=false
|
||||
# chorg.gradle.java.home=C:/Program Files/AdoptOpenJDK/jdk-17.0.1/
|
||||
|
|
@ -50,8 +50,6 @@ public class CarryOn
|
|||
ModLoadingContext.get().registerConfig(ModConfig.Type.SERVER, Configs.SERVER_CONFIG);
|
||||
|
||||
info = ModLoadingContext.get().getActiveContainer().getModInfo();
|
||||
|
||||
InterModComms.sendTo("carryon", "blacklistBlock", () -> "minecraft:chest");
|
||||
}
|
||||
|
||||
private void setup(final FMLCommonSetupEvent event)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user