2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-06-11 06:58:56 +02:00

Jens poop sound, tiny updates

This commit is contained in:
ACGaming 2021-02-14 10:17:09 +01:00
parent b45484c027
commit 4a24816b52
6 changed files with 1002 additions and 1049 deletions

View file

@ -74,7 +74,7 @@ minecraft {
}
dependencies {
minecraft 'net.minecraftforge:forge:1.16.4-35.1.4'
minecraft 'net.minecraftforge:forge:1.16.5-36.0.22'
}
jar {

View file

@ -9,4 +9,4 @@ mod_id=spackenmobs
# Version
mc_version=1.16.4
version=1.0
version=1.1

View file

@ -22,7 +22,7 @@ public class Spackenmobs
public Spackenmobs()
{
IEventBus eventBus = FMLJavaModLoadingContext.get().getModEventBus();
final IEventBus eventBus = FMLJavaModLoadingContext.get().getModEventBus();
ModLoadingContext.get().registerConfig(ModConfig.Type.COMMON, ConfigurationHandler.spec);
eventBus.register(ConfigurationHandler.class);
@ -33,7 +33,7 @@ public class Spackenmobs
SpackenmobsRegistry.ENTITIES.register(eventBus);
SpackenmobsRegistry.SOUND_EVENTS.register(eventBus);
DistExecutor.runWhenOn(Dist.CLIENT, () -> () ->
DistExecutor.safeRunWhenOn(Dist.CLIENT, () -> () ->
{
eventBus.addListener(ClientHandler::doClientStuff);
eventBus.addListener(ClientHandler::registerItemColors);

File diff suppressed because it is too large Load diff