Jump to content

Recommended Posts

Posted (edited)

Hello,

 

I'm having trouble with adding recipes to moddedblocks.

I'm having no problem when modItem + minecraftBlock = minecraftBlock

But when I use a modded block: modItem + minecraftBlock = ModBlock the recipe stops working. 

Also this minecraftBlock is supposed to be every variant of a log block.

 

Does someone see a mistake I made or a possible fix to it.

 

GitHub: https://github.com/AlmightyElement/AeAddon

 

Edited by AlmightyElement
Posted
@SidedProxy(clientSide = Reference.CLIENTPROXY)
public static ClientProxy proxy;

Didn't I tell you about this 4 times already?.. You NEED to fix this. Even if it isn't related to your current issue, it still is a huge issue that will net you a crash and multiple problems later down the line.

 

As for the recipe issue: Your json syntax is invalid. Use a json plugin for your IDE(you will have to install it using the marketplace with eclipse and I believe IDEA comes built-in with one) or an online validator like jsonlint.

Posted
  On 10/31/2018 at 1:22 AM, AlmightyElement said:

Does someone see a mistake I made or a possible fix to it.

Expand  

Post your log it should have the error in it.

However I think you Json doesn't have the right syntax.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
[02:32:31] [main/INFO] [GradleStart]: Extra: []
[02:32:31] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, /Users/jessyregnier/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[02:32:31] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[02:32:31] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[02:32:31] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[02:32:31] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[02:32:31] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2768 for Minecraft 1.12.2 loading
[02:32:31] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Mac OS X:x86_64:10.13.6, installed at /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/jre
[02:32:31] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory.
[02:32:31] [main/ERROR] [FML]: Full: /Users/jessyregnier/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4/maven-artifact-3.5.3.jar
[02:32:31] [main/ERROR] [FML]: Trimmed: /users/jessyregnier/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/
[02:32:31] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation
[02:32:31] [main/INFO] [FML]: Detected deobfuscated environment, loading log configs for colored console logs.
2018-10-31 02:32:32,216 main WARN Disabling terminal, you're running in an unsupported environment.
[02:32:32] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin
[02:32:32] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin
[02:32:32] [main/INFO] [FML]: Searching /Users/jessyregnier/Desktop/Modding/1.13 Extras/run/./mods for mods
[02:32:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker
[02:32:32] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin
[02:32:32] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin
[02:32:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:32:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[02:32:32] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[02:32:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:32:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[02:32:32] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:32:34] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
[02:32:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[02:32:34] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[02:32:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker
[02:32:35] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
[02:32:35] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
[02:32:35] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main}
[02:32:37] [main/INFO] [minecraft/Minecraft]: Setting user: Player773
[02:32:41] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[02:32:41] [main/INFO] [minecraft/Minecraft]: LWJGL Version: 2.9.2
[02:32:41] [main/INFO] [FML]: -- System Details --
Details:
	Minecraft Version: 1.12.2
	Operating System: Mac OS X (x86_64) version 10.13.6
	Java Version: 1.8.0_131, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 928708232 bytes (885 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
	JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: 
	Loaded coremods (and transformers): 
	GL info: ' Vendor: 'ATI Technologies Inc.' Version: '2.1 ATI-1.68.20' Renderer: 'AMD Radeon HD 6750M OpenGL Engine'
[02:32:41] [main/INFO] [FML]: MinecraftForge v14.23.5.2768 Initialized
[02:32:41] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
[02:32:42] [main/INFO] [FML]: Replaced 1036 ore ingredients
[02:32:42] [main/INFO] [FML]: Searching /Users/jessyregnier/Desktop/Modding/1.13 Extras/run/./mods for mods
[02:32:43] [main/INFO] [FML]: Forge Mod Loader has identified 5 mods to load
[02:32:44] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, almightyelement] at CLIENT
[02:32:44] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, almightyelement] at SERVER
[02:32:44] [Thread-3/INFO] [FML]: Using sync timing. 200 frames of Display.update took 803970364 nanos
[02:32:44] [main/INFO] [minecraft/SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Ae Addon
[02:32:45] [main/INFO] [FML]: Processing ObjectHolder annotations
[02:32:45] [main/INFO] [FML]: Found 1168 ObjectHolder annotations
[02:32:45] [main/INFO] [FML]: Identifying ItemStackHolder annotations
[02:32:45] [main/INFO] [FML]: Found 0 ItemStackHolder annotations
[02:32:45] [main/INFO] [FML]: Configured a dormant chunk cache size of 0
[02:32:45] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:iskallium} has been registered twice for the same name almightyelement:iskallium.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:kryptonite_ore} has been registered twice for the same name almightyelement:kryptonite_ore.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:kryptonite_ore_nether} has been registered twice for the same name almightyelement:kryptonite_ore_nether.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:kryptonite_ore_end} has been registered twice for the same name almightyelement:kryptonite_ore_end.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:kryptonite_block} has been registered twice for the same name almightyelement:kryptonite_block.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:kryptonite_stairs} has been registered twice for the same name almightyelement:kryptonite_stairs.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:stripped_log} has been registered twice for the same name almightyelement:stripped_log.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:smooth_sandstone} has been registered twice for the same name almightyelement:smooth_sandstone.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:block3} has been registered twice for the same name almightyelement:block3.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Block: The object Block{almightyelement:block4} has been registered twice for the same name almightyelement:block4.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerBlocks(BlockInit.java:82)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_6_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/INFO] [FML]: Applying holder lookups
[02:32:45] [main/INFO] [FML]: Holder lookups applied
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object almightyelement.AeAddon.init.armour.CustomArmour@29701f1f has been registered twice for the same name almightyelement:kryptonite_helmet.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.ArmourInit$RegistrationHandler.registerBlocks(ArmourInit.java:68)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object almightyelement.AeAddon.init.armour.CustomArmour@2c36c62a has been registered twice for the same name almightyelement:kryptonite_chestplate.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.ArmourInit$RegistrationHandler.registerBlocks(ArmourInit.java:68)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object almightyelement.AeAddon.init.armour.CustomArmour@3a273e53 has been registered twice for the same name almightyelement:kryptonite_leggings.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.ArmourInit$RegistrationHandler.registerBlocks(ArmourInit.java:68)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object almightyelement.AeAddon.init.armour.CustomArmour@2a4edf0b has been registered twice for the same name almightyelement:kryptonite_boots.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.ArmourInit$RegistrationHandler.registerBlocks(ArmourInit.java:68)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_4_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@2c427287 has been registered twice for the same name almightyelement:iskallium.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@306cb0a0 has been registered twice for the same name almightyelement:kryptonite_ore.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@c822a3 has been registered twice for the same name almightyelement:kryptonite_ore_nether.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@5f09e952 has been registered twice for the same name almightyelement:kryptonite_ore_end.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@60e06e7e has been registered twice for the same name almightyelement:kryptonite_block.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@355c2b72 has been registered twice for the same name almightyelement:kryptonite_stairs.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@74c0da40 has been registered twice for the same name almightyelement:stripped_log.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@6413fef3 has been registered twice for the same name almightyelement:smooth_sandstone.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@763ff91 has been registered twice for the same name almightyelement:block3.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object net.minecraft.item.ItemBlock@533053b4 has been registered twice for the same name almightyelement:block4.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.BlockInit$RegistrationHandler.registerItemBlocks(BlockInit.java:135)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_RegistrationHandler_registerItemBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object almightyelement.AeAddon.init.items.CustomIngot@364bbba9 has been registered twice for the same name almightyelement:kryptonite.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.ItemInit$RegistrationHandler.registerBlocks(ItemInit.java:70)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_7_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/WARN] [FML]: * Registry Item: The object almightyelement.AeAddon.init.items.CustomItem@141962b8 has been registered twice for the same name almightyelement:saw.
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:308)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.add(ForgeRegistry.java:289)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.register(ForgeRegistry.java:122)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.registries.ForgeRegistry.registerAll(ForgeRegistry.java:163)
[02:32:45] [main/WARN] [FML]: *  at almightyelement.AeAddon.init.ItemInit$RegistrationHandler.registerBlocks(ItemInit.java:70)
[02:32:45] [main/WARN] [FML]: *  at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_7_RegistrationHandler_registerBlocks_Register.invoke(.dynamic)...
[02:32:45] [main/WARN] [FML]: ****************************************
[02:32:45] [main/INFO] [FML]: Applying holder lookups
[02:32:45] [main/INFO] [FML]: Holder lookups applied
[02:32:45] [main/INFO] [FML]: Applying holder lookups
[02:32:45] [main/INFO] [FML]: Holder lookups applied
[02:32:45] [main/INFO] [FML]: Applying holder lookups
[02:32:45] [main/INFO] [FML]: Holder lookups applied
[02:32:45] [main/INFO] [FML]: Injecting itemstacks
[02:32:45] [main/INFO] [FML]: Itemstack injection complete
[02:32:48] [Sound Library Loader/INFO] [minecraft/SoundManager]: Starting up SoundSystem...
[02:32:48] [Thread-4/INFO] [minecraft/SoundManager]: Initializing LWJGL OpenAL
[02:32:48] [Thread-4/INFO] [minecraft/SoundManager]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[02:32:49] [Thread-4/INFO] [minecraft/SoundManager]: OpenAL initialized.
[02:32:49] [Sound Library Loader/INFO] [minecraft/SoundManager]: Sound engine started
[02:32:54] [main/INFO] [FML]: Max texture size: 8192
[02:32:55] [main/INFO] [minecraft/TextureMap]: Created: 512x512 textures-atlas
[02:32:57] [main/ERROR] [FML]: Parsing error loading recipe almightyelement:stripped_log
com.google.gson.JsonParseException: com.google.gson.stream.MalformedJsonException: Unterminated object at line 9 column 4 path $.ingredients[1].item
	at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:439) ~[JsonUtils.class:?]
	at net.minecraft.util.JsonUtils.fromJson(JsonUtils.java:485) ~[JsonUtils.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:708) ~[CraftingHelper.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:822) ~[CraftingHelper.class:?]
	at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:668) ~[CraftingHelper.class:?]
	at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_131]
	at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:620) [CraftingHelper.class:?]
	at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:742) [Loader.class:?]
	at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?]
	at net.minecraft.client.Minecraft.init(Minecraft.java:581) [Minecraft.class:?]
	at net.minecraft.client.Minecraft.run(Minecraft.java:421) [Minecraft.class:?]
	at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
	at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
	at GradleStart.main(GradleStart.java:25) [start/:?]
Caused by: com.google.gson.stream.MalformedJsonException: Unterminated object at line 9 column 4 path $.ingredients[1].item
	at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1559) ~[JsonReader.class:?]
	at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:491) ~[JsonReader.class:?]
	at com.google.gson.stream.JsonReader.hasNext(JsonReader.java:414) ~[JsonReader.class:?]
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:738) ~[TypeAdapters$29.class:?]
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:731) ~[TypeAdapters$29.class:?]
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:739) ~[TypeAdapters$29.class:?]
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:714) ~[TypeAdapters$29.class:?]
	at com.google.gson.internal.bind.TypeAdapters$35$1.read(TypeAdapters.java:910) ~[TypeAdapters$35$1.class:?]
	at net.minecraft.util.JsonUtils.gsonDeserialize(JsonUtils.java:435) ~[JsonUtils.class:?]
	... 23 more
[02:32:57] [main/INFO] [FML]: Applying holder lookups
[02:32:57] [main/INFO] [FML]: Holder lookups applied
[02:32:57] [main/INFO] [FML]: Injecting itemstacks
[02:32:57] [main/INFO] [FML]: Itemstack injection complete
[02:32:57] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 5 mods
[02:32:57] [main/WARN] [minecraft/GameSettings]: Skipping bad option: lastServer:
[02:33:00] [Realms Notification Availability checker #1/INFO] [mojang/RealmsClient]: Could not authorize you against Realms server: Invalid session id

 

Posted
  On 10/31/2018 at 1:28 AM, V0idWa1k3r said:
@SidedProxy(clientSide = Reference.CLIENTPROXY)
public static ClientProxy proxy;

Didn't I tell you about this 4 times already?.. You NEED to fix this. Even if it isn't related to your current issue, it still is a huge issue that will net you a crash and multiple problems later down the line.

Expand  

Hey V0idWa1k3r,

Could you give some extra information on how I could change this?

Posted (edited)
  On 10/31/2018 at 1:41 AM, AlmightyElement said:

Could you give some extra information on how I could change this?

Expand  

Well, what do you think you made the IProxy interface for? Both the ServerProxy and the ClientProxy implement it, meaning they both can be injected into a field of an IProxy type. And it also allows you to define methods that your proxies should have and thus give you the ability to call them without caring about accidentally loading client-only classes on a server(and vice-versa).

 

Also you are registering your stuff twice.

registry.registerAll(blocks);
ForgeRegistries.BLOCKS.registerAll(blocks);

Why? why are you registering your blocks to the registry the correct way and then immediately repeat the operation with the same registry in the way I told you to never ever do? The same applies to your items aswell.

 

  Quote

ModelLoader.setCustomModelResourceLocation(Item.getItemFromBlock(block), 0, new ModelResourceLocation(block.getRegistryName(), "inventory"));

Expand  

And I have already told you 3 times that you can't do this in the registry event because you will crash the server and you must do this in a ModelRegistryEvent.

 

  Quote

GameRegistry.registerTileEntity(tileEntityClass, Reference.MODID + ":" + name);

Expand  

And I have also told you to not use this outdated method and use the overload that takes in a ResourceLocation.

Please fix the issues we(or in this case I) tell you to fix before starting to code in new stuff. Your code barely works and does all the wrong things, and when I tell you to fix all those issues you just add more. This is not how programming works. You fix the issues you have first, then you start implementing new stuff. Don't just put the issues aside, it will start a "chain reaction" at some point.

 

  On 10/31/2018 at 1:45 AM, AlmightyElement said:

but yet this doesn't work.

Expand  

Post the new log. I suspect that this happens because you haven't specified the domain for your recipe type and since your recipes are the one being loaded the game appends your modid to the recipe and can't find the recipe type. Actually I am 99.9% sure that is at least one of the issues.

 

Edit: I kinda feel guilty a bit so I will add this. I am not trying to be mean to you or anything, I am trying to help you by making you learn, since this is the best way to help a person with programming in my opinion. I kinda see how I may seem harsh but I assure you it's not my intention. You are doing pretty well correcting some of the issues I've pointed out but you need to fix them all, and that's what I am trying to say here I guess. Sorry if I sound rude or something, that's just my way of relaying information.

Edited by V0idWa1k3r
Posted (edited)

Hello there,

So as you told me I fixed what you suggested.

I think the proxies are right now.

I made a separate event for registration models etc.

I'm not using the old method anymore and I found out what broke my recipes:

 

{
    "type": "crafting_shapeless", <---- this was the problem
    "ingredients": [
        {
            "item": "almightyelement:saw"
        },
        {
            "item": "minecraft:log",
            "data": 32767
        }
    ],
    "result": {
        "item": "almightyelement:stripped_log",
        "count": 1
    }
}

Because I didn't specify minecraft:crafting_shapeless it instead used almightyelement:crafting_shapeless which didn't exist.

 

However now it only works for 50%, the recipe works once, but the JSON files don't seem to work with my damages.

My item: saw is a 'containerItem' that gets damaged and breaks when it reaches the durability of 0,

and at the moment it loses 1 durability the recipe stops working. (The log doesn't show any errors)

 

Edit: Never mind I fixed this too. :D

 

Thanks for all the help!

Edited by AlmightyElement

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Temu  bunch of Coupon Codes for Temu  to get FTemuREE GIFTS, DISCOUNTS, SAVINGS, and MORE. Check out below and download the Temu  app now !!! Temu  Coupon Code ( acy240173) 30% Off + 100€ OFF in Coupons + Free Shipping + More for Temu  NEW / EXISTING Users. Get 100€ OFF in Coupons + 30% OFF + More; Temu  promo code ( acy240173 ). Temu  Sitewide Sales up to 95% OFF sitewide. Temu  30% Off and 100€ Off in Coupons for NEW and EXISTING users. Use promo code ( acy240173) at checkout!!   Temu  coupon codes for New users 100€ Off - acy240173 Temu  discount code for New customers- acy240173 Temu  100€ coupon code- acy240173 what are Temu  codes - acy240173  does Temu  give you €300- acy240173 Yes Verified Temu  coupon code October2025- acy240173 Temu  New customer offer acy240173 Temu  discount code2025 acy240173 100 off coupon code Temu  acy240173 Temu  100 off any order acy240173 100 dollar off Temu  code acy240173 Temu  Coupon Code ( acy240173 ) 30% Off + 100€ OFF in Coupons + Free Shipping + More for Temu  NEW / EXISTING Users. Get 100€ OFF in Coupons + 30% OFF + More; Temu  promo code (acy240173 ) or ( acy240173 ). Temu  Sitewide Sales up to 95% OFF sitewide. Temu  30% Off and 100€ Off in Coupons for NEW and EXISTING users. Use promo code ( acy240173 ) at checkout!! Temu  coupon code for First Order - {acy240173} Temu  coupon code for New Users- {acy240173} Temu  coupon code for Existing Users- {acy240173} Temu  coupon code 100€ Off- {acy240173} Temu  coupon 30% Off code - {acy240173} - Temu  new user coupon code: acy240173 - Free gift on Temu : acy240173 - Temu  90% discount coupon code: acy240173 - Temu  100€ coupon code for first order: acy240173   Is the Temu  100€ Coupon Legit?  Yes, there are several legit Temu  coupon codes [ acy240173] available for 100€ off. Here are the options you can use: Code [acy240173]: This code provides a 100€ discount legit on your first order when you register and is reported to work effectively during checkout. Code [acy240173]: New users can also use this code to receive a 100€ discount on purchases over €249. Code [acy240173]: This code is available for both new and existing users, offering a 100€ discount on your order. Code [acy240173]: Another option for both new and existing users, this code allows you to save 100€ on your purchase.   Temu  Coupon code 100€ off for this month For October2025, several active Temu  coupon codes can help you save on your purchases: 40% Off Site-Wide: Use code "acy240173" to get 40% off everything. This code is widely used and verified for site-wide discounts on orders over €20. 40€ Off for New Customers: New customers can receive a €20 voucher by downloading the Temu  app and participating in an H5 page game. This voucher can be redeemed using a specific coupon “acy240173”. 40% Off Selected Items: There is also a 40% off coupon “acy240173” available for select items on the Temu  website. Remember to check the specific terms and conditions for each coupon, such as minimum purchase requirements and applicable product categories.   Temu  coupon code 100€ off for new and existing customer Temu  90% OFF promo code "acy240173 " will save you 100€ on your order. To get a discount, click on the item to purchase and enter the code. Yes, Temu  offers 100€ off coupon code [acy240173] Temu  Coupon code [acy240173 ] for existing users can get up to 50% discount on product during checkout. Temu  Coupon Codes for Existing Customers-[acy240173 ] Temu  values its loyal customers and offers various promo codes, including the Legit Temu  Coupon Code [acy240173 ] or [acy240173 ], which existing users can use. This ensures that repeat shoppers can also benefit from significant discounts on their purchases. Keep an eye out for special promotions and offers that are periodically available to enhance your shopping experience.   Temu  Coupon Code 100€ Off for all users  There are specific Temu  coupon codes [acy240173] mentioned for South Africa in the provided search results. The results focus on general Temu  coupon codes [acy240173] and discounts, as well as codes for other countries like the Germany, UK, Canada, Mexico, Kuwait, Austria, Italy, Australia, France , Switzerland, Poland, Saudi Arabia, Germany, Sweden, Portugal, New Zealand, UAE, Belgium, Germany, and France.   Temu  Coupon Code 30% Off: acy240173 Temu  Coupon Code 100€ Off: acy240173 Temu  Coupon Code 100€ Off United States : acy240173 Temu  Coupon Code 100€ Off Germany: acy240173 Temu  Coupon Code 100€ Off Sweden : acy240173 Temu  Coupon Code 100€ Off Finland : acy240173 Temu  Coupon Code 50% : acy240173 Temu  Coupon Code 100€ Off United Kingdom : acy240173 Temu  Coupon Code 100€ Off : acy240173 Temu  Coupon Code 100€ Off : acy240173 Temu  Coupon Code 100€ Off Italy : acy240173 Temu  Coupon Code  100€ Off : acy240173 Temu  Coupon Code 100€ Off Austria : acy240173 Temu  Coupon Code 100€ Off Belgium : acy240173 Temu  Coupon Code 100€ Off : acy240173 Temu  Coupon Code 100€ Off Canada : acy240173 Temu  Coupon Code 100€ Off : acy240173 Temu  Coupon Code 100€ Off Estonia : acy240173 Temu  Coupon Code 100€ Off Switzerland : acy240173 Temu  Coupon Code  100€ Off : acy240173 Temu  Coupon 30% Off + Free Shipping & More There are a bunch of Coupon Codes for Temu  to get FREE GIFTS, DISCOUNTS, SAVINGS, and MORE. Check out below and download the Temu  app now !!! Temu  Coupon Code ( acy240173) 30% Off + 100€ OFF in Coupons + Free Shipping + More for Temu  NEW / EXISTING Users. Get 100€ OFF in Coupons + 30% OFF + More; Temu  promo code (acy240173) \ Temu  Sitewide Sales up to 95% OFF sitewide. Temu  30% Off and 100€ Off in Coupons for NEW and EXISTING users. Use promo code ( acy240173) at checkout!!Temu  Coupon Code Mexico : acy240173 Temu  Coupon Code 100€ Off Ireland : acy240173 Temu  Coupon Code 100€ Off Norway: acy240173 Temu  Coupon Code 100€ Off New Zealand : acy240173 Temu  Coupon Code 100€ Off Poland : acy240173 Temu  Coupon Code 100€ Off Serbia : acy240173 Temu  Coupon Code 100€ Off Armenia : acy240173 Temu  Coupon Code 100€ Off Austria : acy240173 Temu  Coupon Code 100€ Off Greece : acy240173 Temu  Coupon Code 100€ Off Japan : acy240173 Temu  Coupon Code 100€ Off Iceland : acy240173 Temu  Coupon Code 100€ Off Bahrain : acy240173 Temu  Coupon Code 100€ Off Philippines : acy240173 Temu  Coupon Code 100€ Off Portugal : acy240173 Temu  Coupon Code 100€ Off Romania: acy240173 Temu  Coupon Code 100€ Off Slovakia : acy240173 Temu  Coupon Code 100€ Off Malta: acy240173 Temu  Coupon Code 100€ Off France  : acy240173 Temu  Coupon Code 100€ Off South Africa : acy240173 Temu  Coupon Code 100€ Off Hungary : acy240173 Temu  Coupon Code 100€ Off Brazil : acy240173 Temu  Coupon Code 100€ Off Finland : acy240173 Temu  Coupon Code 100€ Off Morocco : acy240173 Temu  Coupon Code 100€ Off Kazakhstan : acy240173 Temu  Coupon Code 100€ Off Colombia : acy240173 Temu  Coupon Code 100€ Off Chile : acy240173 Temu  Coupon Code 100€ Off Israel : acy240173 Temu  Coupon Code 100€ Off Qatar: acy240173 Temu  Coupon Code 100€ Off Slovenia : acy240173 Temu  Coupon Code 100€ Off Uruguay : acy240173 Temu  Coupon Code 100€ Off Latvia: acy240173 Temu  Coupon Code 100€ Off Jordan : acy240173 Temu  Coupon Code 100€ Off Ukraine : acy240173 Temu  Coupon Code 100€ Off Moldova : acy240173 Temu  Coupon Code 100€ Off Oman: acy240173 Temu  Coupon Code 100€ Off Mauritius : acy240173 Temu  Coupon Code 100€ Off Republic of Korea : acy240173 Temu  Coupon Code 100€ Off Dominican Republic: acy240173 Temu  Coupon Code 100€ Off Czech Republic : acy240173 Temu  Coupon Code 100€ Off United Arab Emirates : acy240173 Temu  Coupon Code 100€ Off Peru : acy240173 Temu  Coupon Code 100€ Off Azerbaijan : acy240173 Temu  Coupon Code 100€ Off Saudi Arabia : acy240173 Temu  Coupon Code 100€ Off Croatia : acy240173   Conclusion The Temu  Coupon Code 100€ Off "acy240173" provides a significant discount of 100€ for users in Bahrain. This offer is available for both new and existing customers, allowing them to save substantially on their purchases.In addition to the 100€ discount, customers can also enjoy a 50% off on their orders. To redeem this coupon, simply sign up for a Temu  account, add items worth 100€ or more to your cart, and enter the code during checkout to apply the discounts automatically.   FAQs about the 100€ Off Coupon Code Q1: Who can use the 100€ off coupon? A: The coupon is available for both new and existing users, although different codes may apply to each group. Q2: Can multiple coupon codes be used at once? A: Generally, only one coupon code can be applied per transaction. However, some codes may offer bundled benefits. Q3: Do these coupons expire? A: Many Temu  coupons do not have an expiration date, making them convenient for users to redeem at their leisure. Q4: Are there specific conditions for using these coupons? A: Yes, some coupons may require a minimum purchase amount or specific item categories to be eligible for the discount. Q5: How can I find the latest Temu  Coupon Code 100€ Off 100€ Offs? A: Users can check within their account under "Coupons & offers" or look for updates on promotional websites and forums.
    • You could try this script: https://inconnu-plugins.de/tutorial/server-auto-restart
    • I have already tried other versions of MCP, from 2841 to 2860.
    • Update your AMD/ATI drivers - get the drivers from their website - do not update via system  
    • The official documentation says next to nothing and I have had no success finding reference snippets (e.g. minimap mods and other stuff that involves directly drawing to the screen). Google searches and GPT outputs reference deprecated and/or removed content from older versions. Legends speak of a layered rendering system that also has next to no documentation. Any help is appreciated. Even drawing just a single pixel is enough.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.