-
Recently Browsing
No registered users viewing this page.
-
Posts
-
By gamer650xd · Posted
crash-2021-01-16_21.37.09-client.txt -
I initially removed the .gitignore because i wanted to preserve the world saves, ill add it back in with the necessary exceptions. Just to clarify. If you set enableOakWood to false in extraarmor-common.toml the line System.out.println(ArmorConfig.COMMON.enableOakWood.get()); //Always True returns false as expected? As i'm not getting the same behavior
-
By gamer650xd · Posted
internal exception: com.google.common.util.concurrent.UncheckedExecutionException:net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minecraft Forge (forge) crash-2021-01-16_21.37.09-client.txt -
By diesieben07 · Posted
I can't reproduce this. I cloned your repo and re-enabled the commented-out config registration. Setting a value to false in the common config file worked fine. Your Git repository contains a lot of unnecessary stuff and is therefor slow to clone. The MDK comes with a gitignore file for a reason - please use it. -
It works! It works! public static void onPlayerTick(TickEvent.PlayerTickEvent event){ if (event.phase != Phase.START || event.player == null) return; if (!event.player.world.isRemote) { PlayerEntity player = event.player; Vector3d v3 = player.getLook(1); SmallFireballEntity fireball = new SmallFireballEntity(player.getEntityWorld(), player.getPosX(), player.getPosY() + player.getEyeHeight(), player.getPosZ(), v3.x, v3.y, v3.z); fireball.setShooter(player); player.getEntityWorld().addEntity(fireball); } }
-
-
Topics
-
Who's Online (See full list)