Jump to content

Recommended Posts

Posted

I'd be very grateful if someone can help me!

 

---- Minecraft Crash Report ----

// This doesn't make any sense!

 

Time: 02/07/14 03:59

Description: Initializing game

 

java.lang.NoClassDefFoundError: kris91268/lbd/Blocks/BlockLightBridgeSource

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

Caused by: java.lang.ClassNotFoundException: kris91268.lbd.Blocks.BlockLightBridgeSource

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:188)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 35 more

Caused by: java.lang.NoClassDefFoundError: cpw/mods/fml/common/registry/BlockProxy

at java.lang.ClassLoader.defineClass1(Native Method)

at java.lang.ClassLoader.defineClass(Unknown Source)

at java.security.SecureClassLoader.defineClass(Unknown Source)

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:180)

... 37 more

Caused by: java.lang.ClassNotFoundException: cpw.mods.fml.common.registry.BlockProxy

at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:99)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

... 41 more

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:420)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:491)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:815)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.7.2

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_60, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode, sharing), Oracle Corporation

Memory: 125308688 bytes (119 MB) / 268926976 bytes (256 MB) up to 518979584 bytes (494 MB)

JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 29 mods loaded, 29 mods active

mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed

FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed

Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed

CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed

NotEnoughItems{1.0.1} [Not Enough Items] (Not-Enough-Items-1.7.2.jar) Unloaded->Constructed

grim3212core{V0.1 - 1.7.2} [Grim3212 Core] (Grim3212-Core-1.7.2.jar) Unloaded->Constructed

AdvancedHUD{Version [0.1.7] for 1.7.2} [AdvancedHUD] (Advanced-HUD-Mod-1.7.2.jar) Unloaded->Constructed

Backpack{2.0.0-pre2} [backpack] (Backpacks-Mod-1.7.2.jar) Unloaded->Constructed

AWWayofTime{v1.0.1g} [blood Magic: Alchemical Wizardry] (Blood-Magic-Mod-1.7.2.jar) Unloaded->Constructed

bspkrsCore{6.8(1.7.2)} [bspkrsCore] (BspkrsCore-1.7.2(1).jar) Unloaded->Constructed

ChestTransporter{1.1.8} [Chest Transporter] (Chest-Transporter-Mod-1.7.2.jar) Unloaded->Constructed

DamageIndicatorsMod{3.1.2} [Damage Indicators] (Damage-Indicators-Mod-1.7.2.jar) Unloaded->Constructed

DoggyTalents{v1.6.0a} [Doggy Talents] (Doggy-Talents-Mod-1.7.2.zip) Unloaded->Constructed

eplus{1.7.2-2.0.1.5} [Enchanting Plus] (Enchanting-Plus-Mod-1.7.2.jar) Unloaded->Constructed

fans{1.1} [Fans] (Fans-Mod-1.7.2.jar) Unloaded->Constructed

LLadders{0.2.0} [Luppii's Ladders] (Ladders-Mod-1.7.2.jar) Unloaded->Constructed

LightBridgesAndDoors{0.1.4} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V1.4.zip) Unloaded

radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2.zip) Unloaded

mca{4.0.4} [Minecraft Comes Alive] (MCA-4.0.4 MC-1.7.2.zip) Unloaded

movillages{1.1.0} [Mo' Villages] (Mo-Villages-Mod-1.7.2-by-Pigs_FTW.jar) Unloaded

pokeball{V0.1 - 1.7.2} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.2.jar) Unloaded

simpleores{1.4.0} [simpleOres 2] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded

fusionplugin{1.4.0} [simpleOres 2 Fusion Plugin] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded

netherrocks{1.1.0} [simpleOres 2 Netherrocks Plugin] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded

tlhpoeCore{1.1} [TLHPoE Core] (TLHPoE-Core-1.7.2.jar) Unloaded

TreeCapitator{1.7.2.r02} [TreeCapitator] (Tree-Capitator-Mod-1.7.2(1).jar) Unloaded

tnfultimatetoolsforge{1.12.0.2} [ultimate Tools] (Ultimate-Tools-Mod-1.7.2.jar) Unloaded

taverns{2.2.1-0} [Village Taverns] (VillageTaverns-2.2.1-0.23.jar) Unloaded

voxelmap{1.7.2} [VoxelMap] (VoxelMap-1.7.2.jar) Unloaded

Launched Version: 1.7.2-Forge10.12.2.1121

LWJGL: 2.9.0

OpenGL: AMD Radeon HD 6570 GL version 4.4.12874 Compatibility Profile Context 14.100.0.0, ATI Technologies Inc.

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Anisotropic Filtering: Off (1)

 

Mod folder:

a5a727d242.png

Posted

you are using an outdated version of kris91268's Light Bridges and Doors

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

Thank you!!!

 

Worked until I pressed "E" for Inventory.

 

This happened:

 

---- Minecraft Crash Report ----

// This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]

 

Time: 02/07/14 05:02

Description: Unexpected error

 

java.lang.AbstractMethodError

at codechicken.nei.ItemPanel.slotValid(ItemPanel.java:84)

at codechicken.nei.ItemPanel.updateValidSlots(ItemPanel.java:75)

at codechicken.nei.ItemPanel.resize(ItemPanel.java:52)

at codechicken.nei.LayoutStyleDefault.layout(LayoutStyleDefault.java:41)

at codechicken.nei.LayoutManager.layout(LayoutManager.java:261)

at codechicken.nei.LayoutManager.load(LayoutManager.java:578)

at codechicken.nei.guihook.GuiContainerManager.load(GuiContainerManager.java:301)

at net.minecraft.client.gui.inventory.GuiContainer.func_146280_a(GuiContainer.java)

at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:746)

at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1845)

at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:916)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:835)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at codechicken.nei.ItemPanel.slotValid(ItemPanel.java:84)

at codechicken.nei.ItemPanel.updateValidSlots(ItemPanel.java:75)

at codechicken.nei.ItemPanel.resize(ItemPanel.java:52)

at codechicken.nei.LayoutStyleDefault.layout(LayoutStyleDefault.java:41)

at codechicken.nei.LayoutManager.layout(LayoutManager.java:261)

at codechicken.nei.LayoutManager.load(LayoutManager.java:578)

at codechicken.nei.guihook.GuiContainerManager.load(GuiContainerManager.java:301)

at net.minecraft.client.gui.inventory.GuiContainer.func_146280_a(GuiContainer.java)

at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:746)

 

-- Affected level --

Details:

Level name: MpServer

All players: 1 total; [EntityClientPlayerMP['AntuV'/78, l='MpServer', x=111,70, y=69,62, z=-64,90]]

Chunk stats: MultiplayerChunkCache: 270, 270

Level seed: 0

Level generator: ID 00 - default, ver 1. Features enabled: false

Level generator options:

Level spawn location: World: (88,64,-68), Chunk: (at 8,4,12 in 5,-5; contains blocks 80,0,-80 to 95,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)

Level time: 545 game time, 545 day time

Level dimension: 0

Level storage version: 0x00000 - Unknown?

Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false

Forced entities: 210 total; [EntitySkeleton['Esqueleto'/1119, l='MpServer', x=32,50, y=23,00, z=-10,50], EntityClientPlayerMP['AntuV'/78, l='MpServer', x=111,70, y=69,62, z=-64,90], EntityPig['Chancho'/29, l='MpServer', x=49,50, y=66,00, z=-132,50], EntityPig['Chancho'/31, l='MpServer', x=47,50, y=65,00, z=-130,50], EntityPig['Chancho'/30, l='MpServer', x=46,50, y=66,00, z=-132,50], EntityPig['Chancho'/32, l='MpServer', x=44,50, y=64,00, z=-130,50], EntitySheep['Oveja'/33, l='MpServer', x=67,16, y=63,00, z=-143,16], EntityBat['Murciélago'/2236, l='MpServer', x=185,59, y=24,32, z=-6,88], EntitySheep['Oveja'/36, l='MpServer', x=62,19, y=64,00, z=-144,19], EntitySkeleton['Esqueleto'/1122, l='MpServer', x=32,50, y=23,00, z=-13,50], EntitySquid['Calamar'/1036, l='MpServer', x=157,50, y=52,31, z=-85,50], EntitySquid['Calamar'/1037, l='MpServer', x=160,41, y=48,72, z=-93,16], EntitySquid['Calamar'/1038, l='MpServer', x=160,56, y=50,91, z=-88,56], EntitySquid['Calamar'/1039, l='MpServer', x=164,47, y=52,38, z=-89,53], EntitySquid['Calamar'/1041, l='MpServer', x=159,56, y=50,16, z=-87,41], EntitySquid['Calamar'/1040, l='MpServer', x=155,03, y=50,13, z=-93,69], EntitySquid['Calamar'/1043, l='MpServer', x=159,50, y=51,13, z=-84,50], EntitySquid['Calamar'/1042, l='MpServer', x=159,31, y=52,25, z=-91,06], EntitySquid['Calamar'/1044, l='MpServer', x=161,28, y=48,13, z=-89,56], EntitySquid['Calamar'/1066, l='MpServer', x=174,16, y=52,78, z=-111,38], EntitySquid['Calamar'/1067, l='MpServer', x=174,31, y=53,75, z=-115,22], EntitySquid['Calamar'/1064, l='MpServer', x=171,63, y=54,34, z=-100,44], EntitySquid['Calamar'/1065, l='MpServer', x=165,44, y=54,38, z=-101,81], EntitySquid['Calamar'/1068, l='MpServer', x=168,75, y=54,34, z=-114,16], EntitySquid['Calamar'/1058, l='MpServer', x=169,28, y=53,88, z=-98,59], EntitySquid['Calamar'/1059, l='MpServer', x=172,97, y=51,25, z=-106,47], EntitySquid['Calamar'/1057, l='MpServer', x=170,75, y=54,31, z=-105,34], EntitySquid['Calamar'/1062, l='MpServer', x=163,38, y=54,34, z=-92,28], EntitySquid['Calamar'/1063, l='MpServer', x=171,31, y=54,34, z=-93,25], EntitySquid['Calamar'/1061, l='MpServer', x=163,66, y=50,81, z=-104,50], EntityZombie['Zombi'/137, l='MpServer', x=151,50, y=34,00, z=-69,50], EntityZombie['Zombi'/136, l='MpServer', x=150,50, y=34,00, z=-70,50], EntityZombie['Zombi'/1220, l='MpServer', x=36,50, y=25,00, z=-101,50], EntityBat['Murciélago'/143, l='MpServer', x=166,03, y=16,45, z=-29,28], EntityZombie['Zombi'/1219, l='MpServer', x=36,50, y=25,00, z=-102,50], EntityZombie['Zombi'/1218, l='MpServer', x=35,50, y=25,00, z=-100,50], EntityZombie['Zombi'/135, l='MpServer', x=151,50, y=37,00, z=-80,03], EntitySkeleton['Esqueleto'/1238, l='MpServer', x=41,69, y=23,00, z=-6,69], EntitySquid['Calamar'/171, l='MpServer', x=97,09, y=46,34, z=-10,50], EntitySquid['Calamar'/170, l='MpServer', x=92,13, y=44,06, z=-14,59], EntitySquid['Calamar'/169, l='MpServer', x=88,41, y=46,38, z=-12,84], EntitySquid['Calamar'/168, l='MpServer', x=101,44, y=45,81, z=-9,72], EntitySquid['Calamar'/172, l='MpServer', x=93,13, y=43,22, z=-1,69], EntitySquid['Calamar'/163, l='MpServer', x=96,50, y=44,03, z=-12,81], EntitySquid['Calamar'/162, l='MpServer', x=94,84, y=45,22, z=-12,47], EntitySquid['Calamar'/161, l='MpServer', x=93,88, y=42,72, z=-11,53], EntitySquid['Calamar'/167, l='MpServer', x=90,84, y=46,38, z=-13,63], EntitySquid['Calamar'/166, l='MpServer', x=92,91, y=43,91, z=-8,53], EntitySquid['Calamar'/165, l='MpServer', x=95,22, y=43,66, z=-20,53], EntitySquid['Calamar'/164, l='MpServer', x=101,88, y=45,38, z=-8,53], EntityCreeper['Creeper'/1278, l='MpServer', x=162,56, y=14,00, z=-29,72], EntityCreeper['Creeper'/2137, l='MpServer', x=116,00, y=13,00, z=-106,66], EntityCreeper['Creeper'/2136, l='MpServer', x=111,50, y=13,00, z=-104,50], EntitySkeleton['Esqueleto'/2139, l='MpServer', x=110,50, y=13,00, z=-104,50], EntityZombie['Zombi'/2175, l='MpServer', x=190,50, y=12,00, z=-102,50], EntityZombie['Zombi'/2174, l='MpServer', x=190,50, y=12,00, z=-103,50], EntitySkeleton['Esqueleto'/2173, l='MpServer', x=191,50, y=12,00, z=-101,50], EntityCreeper['Creeper'/2155, l='MpServer', x=164,50, y=20,00, z=-45,50], EntityBat['Murciélago'/1344, l='MpServer', x=155,53, y=34,10, z=-67,25], EntitySkeleton['Esqueleto'/1405, l='MpServer', x=190,50, y=14,00, z=-128,50], EntityZombie['Zombi'/4165, l='MpServer', x=190,50, y=14,00, z=-111,50], EntityZombie['Zombi'/1333, l='MpServer', x=79,31, y=23,18, z=-29,63], EntitySkeleton['Esqueleto'/1320, l='MpServer', x=107,50, y=18,00, z=-123,50], EntityItem['item.item.arrow'/4181, l='MpServer', x=104,81, y=20,13, z=-122,31], EntitySkeleton['Esqueleto'/1322, l='MpServer', x=103,50, y=18,00, z=-122,50], EntityBat['Murciélago'/1324, l='MpServer', x=190,25, y=19,45, z=-6,53], EntityItem['item.item.arrow'/4176, l='MpServer', x=108,72, y=19,13, z=-125,19], EntityItem['item.item.bone'/4177, l='MpServer', x=107,63, y=18,13, z=-125,75], EntityCreeper['Creeper'/1316, l='MpServer', x=165,50, y=21,00, z=-35,50], EntityCreeper['Creeper'/1317, l='MpServer', x=164,50, y=21,00, z=-36,50], EntityCreeper['Creeper'/1318, l='MpServer', x=168,38, y=21,00, z=-38,94], EntityEnderman['Enderman'/4264, l='MpServer', x=161,31, y=23,00, z=-42,22], EntitySquid['Calamar'/404, l='MpServer', x=48,47, y=59,38, z=-50,28], EntitySquid['Calamar'/405, l='MpServer', x=48,03, y=56,25, z=-52,53], EntitySquid['Calamar'/433, l='MpServer', x=69,38, y=55,06, z=-2,16], EntitySpider['Araña'/4225, l='MpServer', x=91,50, y=18,00, z=-123,66], EntitySpider['Araña'/4227, l='MpServer', x=91,50, y=18,00, z=-125,50], EntityCreeper['Creeper'/4228, l='MpServer', x=118,50, y=12,00, z=-87,50], EntitySpider['Araña'/1425, l='MpServer', x=173,50, y=18,00, z=-133,50], EntitySkeleton['Esqueleto'/2397, l='MpServer', x=108,50, y=13,00, z=-116,50], EntityBat['Murciélago'/4299, l='MpServer', x=46,44, y=18,77, z=-15,49], EntitySquid['Calamar'/507, l='MpServer', x=115,53, y=50,72, z=-118,50], EntitySquid['Calamar'/516, l='MpServer', x=175,47, y=49,34, z=-14,53], EntitySquid['Calamar'/517, l='MpServer', x=171,41, y=49,88, z=-19,44], EntitySquid['Calamar'/518, l='MpServer', x=170,09, y=50,38, z=-15,44], EntitySquid['Calamar'/519, l='MpServer', x=170,59, y=48,66, z=-19,69], EntitySquid['Calamar'/520, l='MpServer', x=163,06, y=49,97, z=-22,19], EntitySquid['Calamar'/521, l='MpServer', x=169,19, y=50,34, z=-24,81], EntitySquid['Calamar'/522, l='MpServer', x=169,78, y=46,81, z=-27,22], EntitySkeleton['Esqueleto'/2814, l='MpServer', x=151,50, y=37,00, z=-57,50], EntityZombie['Zombi'/2813, l='MpServer', x=175,50, y=19,00, z=-131,50], EntitySquid['Calamar'/627, l='MpServer', x=61,13, y=45,22, z=-54,63], EntitySquid['Calamar'/625, l='MpServer', x=50,91, y=46,34, z=-51,28], EntitySquid['Calamar'/631, l='MpServer', x=58,56, y=44,84, z=-47,50], EntitySquid['Calamar'/630, l='MpServer', x=65,72, y=45,31, z=-50,81], EntitySquid['Calamar'/629, l='MpServer', x=63,09, y=44,19, z=-57,31], EntitySquid['Calamar'/628, l='MpServer', x=62,47, y=45,28, z=-57,72], EntitySquid['Calamar'/635, l='MpServer', x=65,94, y=46,38, z=-60,75], EntitySquid['Calamar'/634, l='MpServer', x=72,66, y=45,88, z=-58,53], EntitySquid['Calamar'/632, l='MpServer', x=70,06, y=42,28, z=-48,28], EntitySquid['Calamar'/636, l='MpServer', x=69,47, y=46,38, z=-52,06], EntitySquid['Calamar'/577, l='MpServer', x=94,88, y=49,94, z=-27,69], EntitySquid['Calamar'/578, l='MpServer', x=88,25, y=52,38, z=-26,03], EntitySquid['Calamar'/580, l='MpServer', x=95,72, y=48,25, z=-25,81], EntitySquid['Calamar'/581, l='MpServer', x=86,69, y=50,94, z=-19,50], EntitySquid['Calamar'/582, l='MpServer', x=80,25, y=47,94, z=-20,94], EntitySquid['Calamar'/583, l='MpServer', x=84,31, y=50,38, z=-9,94], EntitySquid['Calamar'/584, l='MpServer', x=78,72, y=51,38, z=-9,97], EntitySquid['Calamar'/585, l='MpServer', x=80,50, y=52,34, z=-12,53], EntitySquid['Calamar'/587, l='MpServer', x=87,06, y=51,31, z=-24,41], EntitySquid['Calamar'/588, l='MpServer', x=91,81, y=51,84, z=-21,69], EntitySquid['Calamar'/589, l='MpServer', x=92,28, y=55,38, z=-30,63], EntitySquid['Calamar'/590, l='MpServer', x=82,11, y=55,39, z=-47,18], EntitySquid['Calamar'/591, l='MpServer', x=89,44, y=55,25, z=-30,50], EntitySquid['Calamar'/593, l='MpServer', x=90,19, y=50,31, z=-28,50], EntitySquid['Calamar'/592, l='MpServer', x=79,50, y=53,91, z=-34,94], EntitySquid['Calamar'/595, l='MpServer', x=104,30, y=54,40, z=-42,27], EntitySquid['Calamar'/594, l='MpServer', x=94,13, y=53,34, z=-30,72], EntitySquid['Calamar'/597, l='MpServer', x=84,34, y=54,34, z=-35,88], EntitySquid['Calamar'/596, l='MpServer', x=98,19, y=52,16, z=-34,13], EntitySquid['Calamar'/599, l='MpServer', x=78,34, y=51,84, z=-32,56], EntitySquid['Calamar'/598, l='MpServer', x=84,72, y=54,13, z=-30,28], EntitySquid['Calamar'/600, l='MpServer', x=84,91, y=53,31, z=-32,91], EntitySquid['Calamar'/687, l='MpServer', x=162,72, y=48,34, z=-32,66], EntitySquid['Calamar'/686, l='MpServer', x=166,66, y=46,25, z=-35,34], EntitySquid['Calamar'/685, l='MpServer', x=170,69, y=48,25, z=-36,88], EntitySquid['Calamar'/672, l='MpServer', x=68,28, y=60,06, z=-114,66], EntitySquid['Calamar'/696, l='MpServer', x=163,16, y=46,94, z=-28,78], EntitySquid['Calamar'/694, l='MpServer', x=160,28, y=48,16, z=-29,06], EntitySquid['Calamar'/695, l='MpServer', x=158,91, y=48,06, z=-34,44], EntitySquid['Calamar'/692, l='MpServer', x=156,88, y=45,97, z=-26,56], EntitySquid['Calamar'/693, l='MpServer', x=166,56, y=48,91, z=-35,47], EntitySquid['Calamar'/691, l='MpServer', x=160,69, y=49,38, z=-35,16], EntitySquid['Calamar'/688, l='MpServer', x=168,75, y=46,78, z=-24,13], EntitySquid['Calamar'/689, l='MpServer', x=169,28, y=47,09, z=-30,28], EntitySquid['Calamar'/668, l='MpServer', x=65,72, y=59,13, z=-111,50], EntitySquid['Calamar'/669, l='MpServer', x=76,81, y=61,38, z=-107,28], EntitySquid['Calamar'/671, l='MpServer', x=77,09, y=61,34, z=-112,06], EntitySquid['Calamar'/664, l='MpServer', x=77,28, y=58,75, z=-118,44], EntitySquid['Calamar'/665, l='MpServer', x=77,22, y=57,72, z=-119,09], EntitySquid['Calamar'/666, l='MpServer', x=71,94, y=61,34, z=-106,66], EntitySquid['Calamar'/667, l='MpServer', x=73,50, y=59,38, z=-110,19], EntitySquid['Calamar'/661, l='MpServer', x=76,44, y=59,28, z=-119,56], EntitySquid['Calamar'/662, l='MpServer', x=68,34, y=60,34, z=-116,91], EntitySquid['Calamar'/747, l='MpServer', x=136,16, y=46,38, z=-31,22], EntitySquid['Calamar'/746, l='MpServer', x=143,06, y=45,94, z=-23,31], EntityEnderman['Enderman'/1701, l='MpServer', x=88,25, y=19,00, z=-128,72], EntityEnderman['Enderman'/1700, l='MpServer', x=88,47, y=17,00, z=-127,41], EntitySquid['Calamar'/751, l='MpServer', x=144,06, y=44,09, z=-25,91], EntityCreeper['Creeper'/1699, l='MpServer', x=39,69, y=23,00, z=-7,63], EntitySquid['Calamar'/750, l='MpServer', x=144,53, y=43,69, z=-29,91], EntityCreeper['Creeper'/1698, l='MpServer', x=40,75, y=23,00, z=-6,31], EntitySquid['Calamar'/749, l='MpServer', x=138,69, y=46,38, z=-33,03], EntityCreeper['Creeper'/1697, l='MpServer', x=36,50, y=23,00, z=-8,50], EntitySquid['Calamar'/748, l='MpServer', x=136,84, y=46,31, z=-22,44], EntityZombie['Zombi'/1696, l='MpServer', x=35,91, y=23,00, z=-6,44], EntitySquid['Calamar'/743, l='MpServer', x=138,72, y=44,66, z=-26,09], EntitySquid['Calamar'/742, l='MpServer', x=135,44, y=43,66, z=-23,56], EntitySquid['Calamar'/741, l='MpServer', x=136,84, y=46,34, z=-27,06], EntitySquid['Calamar'/740, l='MpServer', x=143,16, y=44,69, z=-27,09], EntitySquid['Calamar'/713, l='MpServer', x=61,41, y=51,28, z=-68,97], EntitySquid['Calamar'/712, l='MpServer', x=58,09, y=52,66, z=-71,34], EntitySquid['Calamar'/715, l='MpServer', x=64,13, y=52,69, z=-62,97], EntitySquid['Calamar'/714, l='MpServer', x=65,53, y=52,38, z=-66,22], EntitySquid['Calamar'/717, l='MpServer', x=57,63, y=54,31, z=-67,50], EntitySquid['Calamar'/716, l='MpServer', x=53,31, y=54,34, z=-66,63], EntitySquid['Calamar'/719, l='MpServer', x=52,91, y=52,78, z=-66,16], EntitySquid['Calamar'/718, l='MpServer', x=57,03, y=52,31, z=-75,28], EntitySquid['Calamar'/709, l='MpServer', x=56,75, y=54,34, z=-68,69], EntitySquid['Calamar'/710, l='MpServer', x=59,53, y=52,31, z=-70,09], EntitySquid['Calamar'/720, l='MpServer', x=55,69, y=52,38, z=-62,19], EntityCreeper['Creeper'/1694, l='MpServer', x=32,50, y=23,00, z=-8,50], EntitySquid['Calamar'/821, l='MpServer', x=146,50, y=57,16, z=-112,53], EntitySquid['Calamar'/823, l='MpServer', x=147,78, y=57,97, z=-116,44], EntitySquid['Calamar'/822, l='MpServer', x=146,28, y=58,28, z=-110,31], EntitySquid['Calamar'/829, l='MpServer', x=138,50, y=56,00, z=-113,50], EntitySquid['Calamar'/828, l='MpServer', x=161,59, y=54,19, z=-117,22], EntitySquid['Calamar'/831, l='MpServer', x=140,53, y=58,38, z=-110,09], EntitySquid['Calamar'/830, l='MpServer', x=140,56, y=56,94, z=-116,38], EntitySquid['Calamar'/825, l='MpServer', x=145,53, y=55,16, z=-116,13], EntitySquid['Calamar'/824, l='MpServer', x=141,50, y=56,28, z=-115,16], EntitySquid['Calamar'/827, l='MpServer', x=154,69, y=58,34, z=-106,91], EntitySquid['Calamar'/826, l='MpServer', x=154,16, y=55,91, z=-109,72], EntityCreeper['Creeper'/1859, l='MpServer', x=84,50, y=20,00, z=-32,50], EntitySquid['Calamar'/851, l='MpServer', x=118,39, y=59,31, z=-38,31], EntitySquid['Calamar'/850, l='MpServer', x=127,61, y=57,68, z=-42,95], EntitySquid['Calamar'/849, l='MpServer', x=123,34, y=59,25, z=-34,59], EntitySquid['Calamar'/848, l='MpServer', x=121,01, y=58,31, z=-46,23], EntitySquid['Calamar'/855, l='MpServer', x=121,75, y=59,44, z=-35,96], EntitySquid['Calamar'/853, l='MpServer', x=118,50, y=57,11, z=-39,51], EntitySquid['Calamar'/852, l='MpServer', x=117,34, y=59,00, z=-34,39], EntitySquid['Calamar'/856, l='MpServer', x=124,94, y=58,16, z=-32,94], EntitySquid['Calamar'/832, l='MpServer', x=146,06, y=58,38, z=-107,72], EntitySquid['Calamar'/846, l='MpServer', x=122,61, y=58,97, z=-42,22], EntitySquid['Calamar'/847, l='MpServer', x=124,89, y=57,94, z=-54,34], EntitySquid['Calamar'/845, l='MpServer', x=124,47, y=57,25, z=-37,42], EntitySquid['Calamar'/956, l='MpServer', x=100,66, y=62,22, z=-123,44], EntitySquid['Calamar'/957, l='MpServer', x=99,78, y=60,97, z=-116,69], EntitySquid['Calamar'/958, l='MpServer', x=92,47, y=60,03, z=-122,16], EntitySquid['Calamar'/959, l='MpServer', x=89,69, y=60,78, z=-128,03], EntitySquid['Calamar'/953, l='MpServer', x=97,97, y=61,97, z=-115,84], EntitySquid['Calamar'/954, l='MpServer', x=101,53, y=62,00, z=-113,41], EntitySquid['Calamar'/955, l='MpServer', x=101,84, y=60,34, z=-115,53], EntitySpider['Araña'/2045, l='MpServer', x=167,50, y=16,00, z=-37,50], EntitySquid['Calamar'/912, l='MpServer', x=174,59, y=59,34, z=-5,69], EntitySquid['Calamar'/911, l='MpServer', x=171,13, y=59,38, z=-5,19], EntitySquid['Calamar'/909, l='MpServer', x=173,13, y=59,34, z=-2,50], EntitySquid['Calamar'/962, l='MpServer', x=97,19, y=62,16, z=-113,91], EntitySquid['Calamar'/961, l='MpServer', x=107,69, y=61,88, z=-115,41], EntitySquid['Calamar'/960, l='MpServer', x=90,47, y=62,34, z=-125,25]]

Retry entities: 0 total; []

Server brand: fml,forge

Server type: Integrated singleplayer server

Stacktrace:

at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:368)

at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2382)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:864)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.7.2

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_60, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode, sharing), Oracle Corporation

Memory: 110034192 bytes (104 MB) / 518979584 bytes (494 MB) up to 518979584 bytes (494 MB)

JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M

AABB Pool Size: 24818 (1389808 bytes; 1 MB) allocated, 2 (112 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95

FML: MCP v9.03 FML v7.2.211.1121 Minecraft Forge 10.12.2.1121 30 mods loaded, 30 mods active

mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

FML{7.2.211.1121} [Forge Mod Loader] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Forge{10.12.2.1121} [Minecraft Forge] (forge-1.7.2-10.12.2.1121.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

NotEnoughItems{1.0.1} [Not Enough Items] (Not-Enough-Items-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

grim3212core{V0.1 - 1.7.2} [Grim3212 Core] (Grim3212-Core-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

AdvancedHUD{Version [0.1.7] for 1.7.2} [AdvancedHUD] (Advanced-HUD-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Backpack{2.0.0-pre2} [backpack] (Backpacks-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

AWWayofTime{v1.0.1g} [blood Magic: Alchemical Wizardry] (Blood-Magic-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

bspkrsCore{6.8(1.7.2)} [bspkrsCore] (BspkrsCore-1.7.2(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

ChestTransporter{1.1.8} [Chest Transporter] (Chest-Transporter-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

DamageIndicatorsMod{3.1.2} [Damage Indicators] (Damage-Indicators-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

DoggyTalents{v1.6.0a} [Doggy Talents] (Doggy-Talents-Mod-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

eplus{1.7.2-2.0.1.5} [Enchanting Plus] (Enchanting-Plus-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

fans{1.1} [Fans] (Fans-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

LLadders{0.2.0} [Luppii's Ladders] (Ladders-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

LightBridgesAndDoors{0.2.0} [kris91268's Light Bridges and Doors] (Light Bridges and Doors V 2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

radixcore{1.2.0} [RadixCore] (RadixCore-1.2.0 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

mca{4.0.4} [Minecraft Comes Alive] (MCA-4.0.4 MC-1.7.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

movillages{1.1.0} [Mo' Villages] (Mo-Villages-Mod-1.7.2-by-Pigs_FTW.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

pokeball{V0.1 - 1.7.2} [Pokeball] (Pokeball-Mod-by-grim3212-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

simpleores{1.4.0} [simpleOres 2] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

fusionplugin{1.4.0} [simpleOres 2 Fusion Plugin] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

netherrocks{1.1.0} [simpleOres 2 Netherrocks Plugin] (SimpleOres-Mod-1.7.2-Plugins.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

TheCreep{3.3.03_1.7.2} [The Creep Mod] (The Creep Mod V3.3.03_1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

tlhpoeCore{1.1} [TLHPoE Core] (TLHPoE-Core-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

TreeCapitator{1.7.2.r02} [TreeCapitator] (Tree-Capitator-Mod-1.7.2(1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

tnfultimatetoolsforge{1.12.0.2} [ultimate Tools] (Ultimate-Tools-Mod-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

taverns{2.2.1-0} [Village Taverns] (VillageTaverns-2.2.1-0.23.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

voxelmap{1.7.2} [VoxelMap] (VoxelMap-1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available

Launched Version: 1.7.2-Forge10.12.2.1121

LWJGL: 2.9.0

OpenGL: AMD Radeon HD 6570 GL version 4.4.12874 Compatibility Profile Context 14.100.0.0, ATI Technologies Inc.

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: [Ovos Rustic Redemption v1.1.4 - 1.7.X.zip]

Current Language: Español (Argentino)

Profiler Position: N/A (disabled)

Vec3 Pool Size: 134519 (7533064 bytes; 7 MB) allocated, 25 (1400 bytes; 0 MB) used

Anisotropic Filtering: Off (1)

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

    • so, i'm on 1.12.2, and i can't even load my Minecraft because the CodeChickenLib mod is giving me an error message. i already tried deleting the config file of the mod, reinstaling the mod, but nothing works! can someone help me?  
    • mclo.gs only shows 25000 lines - add the rest with another link
    • I am having trouble getting the game to load. I changed nothing about my code but one day it chose to start doing this for some reason. I also get this error message aswell: Caused by: java.lang.NullPointerException: Registry Object not present: wonderfulwoodlands:turkey_tail_mushrooms. So I tried changing my registering to use a supplier of my block which corrected that error before but now it no longer changes anything. My blocks class: public class ModBlocks { public static final DeferredRegister<Block> BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, WonderfulWoodlands.MOD_ID); public static final RegistryObject<Block> TURKEY_TAIL_MUSHROOMS = registerBlock("turkey_tail_mushrooms", () -> new SmallShelfridgeBlock(BlockBehaviour.Properties.of() .setId(BLOCKS.key("turkey_tail_mushrooms")) .noCollission() .sound(SoundType.WOOD) )); public static <T extends Block> RegistryObject<T> registerBlock(String name, Supplier<T> block) { RegistryObject<T> registeredBlock = BLOCKS.register(name, block); registerBlockItem(name, registeredBlock); return registeredBlock; } public static <T extends Block> void registerBlockItem(String name, RegistryObject<T> block) { ModItems.ITEMS.register(name, () -> new BlockItem(block.get(), new Item.Properties().setId(ModItems.ITEMS.key(name)))); } public static void register(IEventBus eventBus) { BLOCKS.register(eventBus); } } The SmallShelfridgeBlock class: public class SmallShelfridgeBlock extends Block { public static final EnumProperty<Direction> FACING = BlockStateProperties.HORIZONTAL_FACING; public static final IntegerProperty AMOUNT = BlockStateProperties.FLOWER_AMOUNT; public static final VoxelShape NORTH_SHAPE = Block.box(0, 0, 13, 16, 16, 3); public static final VoxelShape EAST_SHAPE = Block.box(0, 0, 0, 3, 16, 16); public static final VoxelShape SOUTH_SHAPE = Block.box(0, 0, 0, 16, 16, 3); public static final VoxelShape WEST_SHAPE = Block.box(0, 0, 13, 3, 16, 16); public SmallShelfridgeBlock(Properties properties) { super(properties); this.registerDefaultState(this.stateDefinition.any().setValue(FACING, Direction.NORTH).setValue(AMOUNT, 1)); } @Override protected void createBlockStateDefinition(StateDefinition.Builder<Block, BlockState> pBuilder) { pBuilder.add(FACING, AMOUNT); } @Override public boolean canBeReplaced(@NotNull BlockState blockState, BlockPlaceContext blockPlaceContext) { return !blockPlaceContext.isSecondaryUseActive() && blockPlaceContext.getItemInHand().is(this.asItem()) && blockState.getValue(AMOUNT) < 4 || super.canBeReplaced(blockState, blockPlaceContext); } @Override public @NotNull VoxelShape getShape(BlockState blockState, @NotNull BlockGetter blockGetter, @NotNull BlockPos blockPos, @NotNull CollisionContext collisionContext) { Direction direction = blockState.getValue(FACING); switch(direction) { default -> { return NORTH_SHAPE; } case EAST -> { return EAST_SHAPE; } case SOUTH -> { return SOUTH_SHAPE; } case WEST -> { return WEST_SHAPE; } } } @Override public BlockState getStateForPlacement(BlockPlaceContext blockPlaceContext) { BlockState blockstate = blockPlaceContext.getLevel().getBlockState(blockPlaceContext.getClickedPos()); return blockstate.is(this) ? blockstate.setValue(AMOUNT, Math.min(4, blockstate.getValue(AMOUNT) + 1)) : this.defaultBlockState().setValue(FACING, blockPlaceContext.getHorizontalDirection().getOpposite()); } } My latest.log: [22Feb2025 14:13:00.602] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--launchTarget, forge_userdev_client, --version, MOD_DEV, --assetIndex, 19, --assetsDir, C:\Users\campb\.gradle\caches\forge_gradle\assets, --gameDir, ., --mixin.config, wonderfulwoodlands.mixins.json] [22Feb2025 14:13:00.605] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: JVM identified as Eclipse Adoptium OpenJDK 64-Bit Server VM 21.0.4+7-LTS [22Feb2025 14:13:00.606] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 10.2.4 starting: java version 21.0.4 by Eclipse Adoptium; OS Windows 11 arch amd64 version 10.0 [22Feb2025 14:13:00.791] [main/INFO] [net.minecraftforge.fml.loading.ImmediateWindowHandler/]: Loading ImmediateWindowProvider fmlearlywindow [22Feb2025 14:13:00.988] [main/INFO] [EARLYDISPLAY/]: Trying GL version 4.6 [22Feb2025 14:13:01.035] [main/INFO] [EARLYDISPLAY/]: Requested GL version 4.6 got version 4.6 [22Feb2025 14:13:01.504] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.7 Source=jar:file:///C:/Users/campb/.gradle/caches/modules-2/files-2.1/org.spongepowered/mixin/0.8.7/8ab114ac385e6dbdad5efafe28aba4df8120915f/mixin-0.8.7.jar!/ Service=ModLauncher Env=CLIENT [22Feb2025 14:13:02.124] [EarlyDisplay/INFO] [EARLYDISPLAY/]: GL info: Intel(R) UHD Graphics GL version 4.6.0 - Build 26.20.100.6911, Intel [22Feb2025 14:13:04.063] [main/INFO] [net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator/]: No dependencies to load found. Skipping! [22Feb2025 14:13:05.719] [main/INFO] [mixin/]: Compatibility level set to JAVA_21 [22Feb2025 14:13:05.774] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'forge_userdev_client' with arguments [--version, MOD_DEV, --gameDir, ., --assetsDir, C:\Users\campb\.gradle\caches\forge_gradle\assets, --assetIndex, 19] [22Feb2025 14:13:05.927] [main/WARN] [mixin/]: Reference map 'wonderfulwoodlands.refmap.json' for wonderfulwoodlands.mixins.json could not be read. If this is a development environment you can ignore this message [22Feb2025 14:13:10.506] [Datafixer Bootstrap/INFO] [com.mojang.datafixers.DataFixerBuilder/]: 243 Datafixer optimizations took 996 milliseconds [22Feb2025 14:13:18.985] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:root [22Feb2025 14:13:18.985] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:sound_event [22Feb2025 14:13:18.985] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:fluid [22Feb2025 14:13:18.985] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:particle_type [22Feb2025 14:13:18.986] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:attribute [22Feb2025 14:13:18.987] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:mob_effect [22Feb2025 14:13:18.987] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:block [22Feb2025 14:13:18.987] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:enchantment_effect_component_type [22Feb2025 14:13:18.987] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:data_component_type [22Feb2025 14:13:18.988] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:entity_type [22Feb2025 14:13:18.988] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:item [22Feb2025 14:13:18.991] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:game_event [22Feb2025 14:13:18.991] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:potion [22Feb2025 14:13:18.991] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:block_entity_type [22Feb2025 14:13:18.992] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:stat_type [22Feb2025 14:13:18.992] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:custom_stat [22Feb2025 14:13:18.992] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:chunk_status [22Feb2025 14:13:18.992] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:rule_test [22Feb2025 14:13:18.993] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:rule_block_entity_modifier [22Feb2025 14:13:18.993] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:pos_rule_test [22Feb2025 14:13:18.993] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:menu [22Feb2025 14:13:18.993] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:recipe_type [22Feb2025 14:13:18.994] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:recipe_serializer [22Feb2025 14:13:18.995] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:position_source_type [22Feb2025 14:13:18.996] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:command_argument_type [22Feb2025 14:13:18.996] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:villager_type [22Feb2025 14:13:18.996] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:villager_profession [22Feb2025 14:13:18.998] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:point_of_interest_type [22Feb2025 14:13:19.001] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:memory_module_type [22Feb2025 14:13:19.017] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:sensor_type [22Feb2025 14:13:19.018] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:activity [22Feb2025 14:13:19.018] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:schedule [22Feb2025 14:13:19.018] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:loot_score_provider_type [22Feb2025 14:13:19.018] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:loot_number_provider_type [22Feb2025 14:13:19.019] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:map_decoration_type [22Feb2025 14:13:19.019] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:loot_nbt_provider_type [22Feb2025 14:13:19.019] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:loot_function_type [22Feb2025 14:13:19.019] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:loot_pool_entry_type [22Feb2025 14:13:19.019] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:loot_condition_type [22Feb2025 14:13:19.022] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:float_provider_type [22Feb2025 14:13:19.022] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:int_provider_type [22Feb2025 14:13:19.022] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:height_provider_type [22Feb2025 14:13:19.023] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:block_predicate_type [22Feb2025 14:13:19.023] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/carver [22Feb2025 14:13:19.023] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/structure_processor [22Feb2025 14:13:19.023] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/feature [22Feb2025 14:13:19.024] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/structure_placement [22Feb2025 14:13:19.024] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/structure_piece [22Feb2025 14:13:19.024] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/structure_type [22Feb2025 14:13:19.024] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/placement_modifier_type [22Feb2025 14:13:19.024] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/block_state_provider_type [22Feb2025 14:13:19.025] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/foliage_placer_type [22Feb2025 14:13:19.025] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/trunk_placer_type [22Feb2025 14:13:19.025] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/root_placer_type [22Feb2025 14:13:19.025] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/tree_decorator_type [22Feb2025 14:13:19.027] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/feature_size_type [22Feb2025 14:13:19.028] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/biome_source [22Feb2025 14:13:19.030] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/chunk_generator [22Feb2025 14:13:19.030] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/material_condition [22Feb2025 14:13:19.030] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/material_rule [22Feb2025 14:13:19.030] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/density_function_type [22Feb2025 14:13:19.031] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:block_type [22Feb2025 14:13:19.031] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/structure_pool_element [22Feb2025 14:13:19.031] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:worldgen/pool_alias_binding [22Feb2025 14:13:19.031] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:cat_variant [22Feb2025 14:13:19.031] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:frog_variant [22Feb2025 14:13:19.032] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:decorated_pot_pattern [22Feb2025 14:13:19.032] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:creative_mode_tab [22Feb2025 14:13:19.032] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:trigger_type [22Feb2025 14:13:19.032] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:number_format_type [22Feb2025 14:13:19.032] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:entity_sub_predicate_type [22Feb2025 14:13:19.034] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:item_sub_predicate_type [22Feb2025 14:13:19.034] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:enchantment_level_based_value_type [22Feb2025 14:13:19.035] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:enchantment_entity_effect_type [22Feb2025 14:13:19.035] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:enchantment_location_based_effect_type [22Feb2025 14:13:19.035] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:enchantment_value_effect_type [22Feb2025 14:13:19.036] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:enchantment_provider_type [22Feb2025 14:13:19.037] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:consume_effect_type [22Feb2025 14:13:19.037] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:recipe_display [22Feb2025 14:13:19.037] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:slot_display [22Feb2025 14:13:19.037] [pool-5-thread-1/INFO] [net.minecraftforge.registries.GameData/REGISTRIES]: minecraft:recipe_book_category [22Feb2025 14:13:19.595] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/campb/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4/forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar%230!/assets/.mcassetsroot' uses unexpected schema [22Feb2025 14:13:19.597] [Render thread/WARN] [net.minecraft.server.packs.VanillaPackResourcesBuilder/]: Assets URL 'union:/C:/Users/campb/.gradle/caches/forge_gradle/minecraft_user_repo/net/minecraftforge/forge/1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4/forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar%230!/data/.mcassetsroot' uses unexpected schema [22Feb2025 14:13:19.639] [Render thread/INFO] [com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService/]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD] [22Feb2025 14:13:19.654] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Setting user: Dev [22Feb2025 14:13:19.860] [Render thread/INFO] [net.minecraft.client.Minecraft/]: Backend library: LWJGL version 3.3.3+5 [22Feb2025 14:13:21.001] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Forge mod loading, version 54.0.26, for MC 1.21.4 with MCP 20241203.143248 [22Feb2025 14:13:21.002] [modloading-worker-0/INFO] [net.minecraftforge.common.MinecraftForge/FORGE]: MinecraftForge v54.0.26 Initialized [22Feb2025 14:13:21.021] [modloading-worker-0/INFO] [net.minecraftforge.common.ForgeMod/FORGEMOD]: Opening jdk.naming.dns/com.sun.jndi.dns to java.naming [22Feb2025 14:13:21.448] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: null Index: 3 Listeners: 0: NORMAL 1: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@30548a28 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 2: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@446f7e86 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 3: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@523fad04 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V java.lang.ExceptionInInitializerError at TRANSFORMER/[email protected]/net.Saveloy_Master.Wonderful_Woodlands.block.ModBlocks.lambda$static$0(ModBlocks.java:27) at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister$EventDispatcher.lambda$handleEvent$0(DeferredRegister.java:381) at TRANSFORMER/[email protected]/net.minecraftforge.registries.RegisterEvent.register(RegisterEvent.java:55) at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister$EventDispatcher.handleEvent(DeferredRegister.java:381) at TRANSFORMER/[email protected]/net.minecraftforge.registries.__EventDispatcher_handleEvent_RegisterEvent.invoke(.dynamic) at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:46) at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:288) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:184) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$postEventWithWrapInModOrder$19(ModLoader.java:400) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:148) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.postEventWithWrapInModOrder(ModLoader.java:398) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.postEventWrapContainerInModOrder(ModLoader.java:387) at TRANSFORMER/[email protected]/net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:351) at TRANSFORMER/[email protected]/net.minecraftforge.common.ForgeStatesProvider.lambda$gather$0(ForgeStatesProvider.java:34) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:258) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:247) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:214) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:48) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:68) at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:48) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:485) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:224) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:96) at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$makeService$0(CommonLaunchHandler.java:79) at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:77) at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:97) at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:116) at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapEntry.main(BootstrapEntry.java:17) at [email protected]/net.minecraftforge.bootstrap.Bootstrap.moduleMain(Bootstrap.java:188) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at net.minecraftforge.bootstrap.Bootstrap.bootstrapMain(Bootstrap.java:133) at net.minecraftforge.bootstrap.Bootstrap.start(Bootstrap.java:53) at net.minecraftforge.bootstrap.ForgeBootstrap.main(ForgeBootstrap.java:19) Caused by: java.lang.IllegalArgumentException: The min values need to be smaller or equals to the max values at TRANSFORMER/[email protected]/net.minecraft.world.phys.shapes.Shapes.box(Shapes.java:50) at TRANSFORMER/[email protected]/net.minecraft.world.level.block.Block.box(Block.java:145) at TRANSFORMER/[email protected]/net.Saveloy_Master.Wonderful_Woodlands.block.custom.SmallShelfridgeBlock.<clinit>(SmallShelfridgeBlock.java:25) ... 39 more [22Feb2025 14:13:21.453] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Caught exception during event RegisterEvent dispatch for modid wonderfulwoodlands java.lang.ExceptionInInitializerError: null at TRANSFORMER/[email protected]/net.Saveloy_Master.Wonderful_Woodlands.block.ModBlocks.lambda$static$0(ModBlocks.java:27) ~[main/:?] at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister$EventDispatcher.lambda$handleEvent$0(DeferredRegister.java:381) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar%231!/:?] at TRANSFORMER/[email protected]/net.minecraftforge.registries.RegisterEvent.register(RegisterEvent.java:55) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar%231!/:?] at TRANSFORMER/[email protected]/net.minecraftforge.registries.DeferredRegister$EventDispatcher.handleEvent(DeferredRegister.java:381) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar%231!/:?] at TRANSFORMER/[email protected]/net.minecraftforge.registries.__EventDispatcher_handleEvent_RegisterEvent.invoke(.dynamic) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar%231!/:?] at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:46) ~[eventbus-6.2.26.jar:?] at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-6.2.26.jar:?] at SECURE-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:288) ~[eventbus-6.2.26.jar:?] at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:184) ~[javafmllanguage-1.21.4-54.0.26.jar:54.0.26] at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$postEventWithWrapInModOrder$19(ModLoader.java:400) ~[fmlcore-1.21.4-54.0.26.jar:1.0] at java.base/java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:148) ~[fmlcore-1.21.4-54.0.26.jar:1.0] at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.postEventWithWrapInModOrder(ModLoader.java:398) ~[fmlcore-1.21.4-54.0.26.jar:1.0] at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.postEventWrapContainerInModOrder(ModLoader.java:387) ~[fmlcore-1.21.4-54.0.26.jar:1.0] at TRANSFORMER/[email protected]/net.minecraftforge.registries.GameData.postRegisterEvents(GameData.java:351) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at TRANSFORMER/[email protected]/net.minecraftforge.common.ForgeStatesProvider.lambda$gather$0(ForgeStatesProvider.java:34) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.handleInlineTransition(ModLoader.java:258) ~[fmlcore-1.21.4-54.0.26.jar:1.0] at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:247) ~[fmlcore-1.21.4-54.0.26.jar:1.0] at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:214) ~[fmlcore-1.21.4-54.0.26.jar:1.0] at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$begin$1(ClientModLoader.java:48) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:68) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at TRANSFORMER/[email protected]/net.minecraftforge.client.loading.ClientModLoader.begin(ClientModLoader.java:48) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:485) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:224) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:96) ~[fmlloader-1.21.4-54.0.26.jar!/:?] at SECURE-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.lambda$makeService$0(CommonLaunchHandler.java:79) ~[fmlloader-1.21.4-54.0.26.jar!/:?] at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:77) [modlauncher-10.2.4.jar!/:?] at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:97) [modlauncher-10.2.4.jar!/:?] at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:116) [modlauncher-10.2.4.jar!/:?] at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:75) [modlauncher-10.2.4.jar!/:?] at SECURE-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapEntry.main(BootstrapEntry.java:17) [modlauncher-10.2.4.jar!/:?] at [email protected]/net.minecraftforge.bootstrap.Bootstrap.moduleMain(Bootstrap.java:188) [bootstrap-2.1.8.jar!/:?] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] at net.minecraftforge.bootstrap.Bootstrap.bootstrapMain(Bootstrap.java:133) [bootstrap-2.1.8.jar:2.1.8] at net.minecraftforge.bootstrap.Bootstrap.start(Bootstrap.java:53) [bootstrap-2.1.8.jar:2.1.8] at net.minecraftforge.bootstrap.ForgeBootstrap.main(ForgeBootstrap.java:19) [bootstrap-2.1.8.jar:2.1.8] Caused by: java.lang.IllegalArgumentException: The min values need to be smaller or equals to the max values at TRANSFORMER/[email protected]/net.minecraft.world.phys.shapes.Shapes.box(Shapes.java:50) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at TRANSFORMER/[email protected]/net.minecraft.world.level.block.Block.box(Block.java:145) ~[forge-1.21.4-54.0.26_mapped_parchment_2025.01.19-1.21.4-recomp.jar:?] at TRANSFORMER/[email protected]/net.Saveloy_Master.Wonderful_Woodlands.block.custom.SmallShelfridgeBlock.<clinit>(SmallShelfridgeBlock.java:25) ~[main/:?] ... 39 more [22Feb2025 14:13:21.488] [Render thread/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/]: Exception caught during firing event: Registry Object not present: wonderfulwoodlands:turkey_tail_mushrooms Index: 2 Listeners: 0: NORMAL 1: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@30548a28 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 2: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@446f7e86 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V 3: ASM: net.minecraftforge.registries.DeferredRegister$EventDispatcher@523fad04 handleEvent(Lnet/minecraftforge/registries/RegisterEvent;)V java.lang.NullPointerException: Registry Object not present: wonderfulwoodlands:turkey_tail_mushrooms  
    • actually, the thing is that forge is an client that was developed well for mods back in the day, (i know that i  write it 11 years later), and the downside was that forge needs a long of time to load (yes i tested it i need sometimes 2 minutes for optifine in forge to run it) and that will probably not change. if you are 1.16+ i suggest you to use fabric as the load times are lower than 10 seconds and yes i do have a lot of mods there. not to mehtion there is an better optimization client and yes i do get more fps on 1.21 fabric with sodium lithium and much more than with forge and optifine on 1.8.9
  • Topics

×
×
  • Create New...

Important Information

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