I'm not a modder. But I do know how to use google. The game crashed whilst exception while updating neighbours is what it said and it also said that I was using an unsupported version of the game(well duh!) I looked it up online and looked at similar forum posts. they all had to do with the world edit mod not working right. I don't have that mod(not to my knowledge) But I do have something like it. In general, I have absolutely no idea what I am doing. Take a look at the crash report and my mod folder to help he get to the bottom of this:
Crash Report ----
WARNING: coremods are present:
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
MovingWorldCore (movingworld-1.12-6.342-full.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
llibrary (llibrary-core-1.0.8-1.12.2.jar)
Contact their authors BEFORE contacting forge
// I let you down. Sorry
Time: 5/13/19 6:32 PM
Description: Exception while updating neighbours
java.lang.IllegalArgumentException: Cannot set property PropertyBool{name=powered, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in BlockStateContainer{block=minecraft:air, properties=[]}
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:223)
at com.elytradev.davincisvessels.common.object.block.BlockCrate.func_189540_a(BlockCrate.java:161)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:493)
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:495)
at net.minecraft.world.World.func_175722_b(World.java:440)
at net.minecraft.world.World.markAndNotifyBlock(World.java:381)
at net.minecraft.world.World.func_180501_a(World.java:361)
at net.minecraft.block.Block.removedByPlayer(Block.java:1179)
at net.minecraft.server.management.PlayerInteractionManager.removeBlock(PlayerInteractionManager.java:271)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:324)
at oreexcavation.handlers.MiningAgent.tickMiner(MiningAgent.java:262)
at oreexcavation.handlers.MiningScheduler.tickAgents(MiningScheduler.java:166)
at oreexcavation.handlers.EventHandler.onTick(EventHandler.java:211)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_675_EventHandler_onTick_ServerTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_177226_a(BlockStateContainer.java:223)
at com.elytradev.davincisvessels.common.object.block.BlockCrate.func_189540_a(BlockCrate.java:161)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:493)
-- Block being updated --
Details:
Source block type: ID #5 (tile.wood // net.minecraft.block.BlockPlanks // minecraft:planks)
Block: davincisvessels:crate_wood[axis=z,powered=false]
Block location: World: (568,83,606), Chunk: (at 8,5,14 in 35,37; contains blocks 560,0,592 to 575,255,607), Region: (1,1; contains chunks 32,32 to 63,63, blocks 512,0,512 to 1023,255,1023)
Stacktrace:
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:495)
at net.minecraft.world.World.func_175722_b(World.java:440)
at net.minecraft.world.World.markAndNotifyBlock(World.java:381)
at net.minecraft.world.World.func_180501_a(World.java:361)
at net.minecraft.block.Block.removedByPlayer(Block.java:1179)
at net.minecraft.server.management.PlayerInteractionManager.removeBlock(PlayerInteractionManager.java:271)
at net.minecraft.server.management.PlayerInteractionManager.func_180237_b(PlayerInteractionManager.java:324)
at oreexcavation.handlers.MiningAgent.tickMiner(MiningAgent.java:262)
at oreexcavation.handlers.MiningScheduler.tickAgents(MiningScheduler.java:166)
at oreexcavation.handlers.EventHandler.onTick(EventHandler.java:211)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_675_EventHandler_onTick_ServerTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:266)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:712)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:252)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 303558496 bytes (289 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E3 56 mods loaded, 56 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:--------- |:-------------------------------------------- |:----------------- |:-------------------------------------------------- |:---------------------------------------- |
| UCHIJAAAA | minecraft | 1.12.2 | minecraft.jar | None |
| UCHIJAAAA | mcp | 9.42 | minecraft.jar | None |
| UCHIJAAAA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | forge | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCHIJAAAA | com.elytradev.movingworld.common.asm.coremod | | minecraft.jar | None |
| UCHIJAAAA | obfuscate | 0.2.6 | minecraft.jar | None |
| UCHIJAAAA | appliedenergistics2 | rv6-stable-4 | appliedenergistics2-rv6-stable-4.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| UCHIJAAAA | baubles | 1.5.2 | Baubles-1.12-1.5.2.jar | None |
| UCHIJAAAA | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
| UCHIJAAAA | jei | 4.13.1.222 | jei_1.12.2-4.13.1.222.jar | None |
| UCHIJAAAA | thaumcraft | 6.1.BETA26 | Thaumcraft-1.12.2-6.1.BETA26.jar | None |
| UCHIJAAAA | twilightforest | 3.8.689 | twilightforest-1.12.2-3.8.689-universal.jar | None |
| UCHIJAAAA | tconstruct | 1.12.2-2.11.0.106 | TConstruct-1.12.2-2.11.0.106.jar | None |
| UCHIJAAAA | bhc | 1.2.1 | baubley-heart-canisters-1.12.2-1.2.1.jar | None |
| UCHIJAAAA | biomesoplenty | 7.0.1.2402 | BiomesOPlenty-1.12.2-7.0.1.2402-universal.jar | None |
| UCHIJAAAA | bookshelf | 2.3.568 | Bookshelf-1.12.2-2.3.568.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCHIJAAAA | redstoneflux | 2.1.0 | RedstoneFlux-1.12-2.1.0.6-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | brandonscore | 2.4.7 | BrandonsCore-1.12.2-2.4.7.189-universal.jar | None |
| UCHIJAAAA | cfm | 5.16.0 | cfm-5.16.0-mc1.12.2.jar | None |
| UCHIJAAAA | cofhcore | 4.6.1 | CoFHCore-1.12.2-4.6.1.22-universal.jar | None |
| UCHIJAAAA | cofhworld | 1.2.0 | CoFHWorld-1.12.2-1.2.0.5-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | conarm | 1.2.0.1 | conarm-1.12.2-1.2.0.1.jar | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
| UCHIJAAAA | miccw | 1.0 | CosmicArmory-1.6.jar | None |
| UCHIJAAAA | customspawner | 3.11.4 | CustomMobSpawner-3.11.4.jar | None |
| UCHIJAAAA | darkutils | 1.8.217 | DarkUtils-1.12.2-1.8.217.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCHIJAAAA | movingworld | 1.12-6.342 | movingworld-1.12-6.342-full.jar | None |
| UCHIJAAAA | davincisvessels | @DVESSELSVER@ | davincisvessels-1.12-6.340-full.jar | None |
| UCHIJAAAA | thermalfoundation | 2.6.1 | ThermalFoundation-1.12.2-2.6.1.22-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | draconicevolution | 2.3.17 | Draconic-Evolution-1.12.2-2.3.17.321-universal.jar | None |
| UCHIJAAAA | ebwizardry | 4.1.2 | Electroblob's+Wizardry+-+4.1.2+-+MC+1.12.2.jar | None |
| UCHIJAAAA | extrautils2 | 1.0 | extrautils2-1.12-1.9.8.jar | None |
| UCHIJAAAA | gravestone | 1.10.2 | gravestone-1.10.2.jar | None |
| UCHIJAAAA | cgm | 0.8.2 | guns-0.8.2-1.12.2.jar | None |
| UCHIJAAAA | hardcorequesting | 1.12.2 | HQM-1.12-5.3.4.jar | None |
| UCHIJAAAA | journeymap | 1.12.2-5.5.2 | journeymap-1.12.2-5.5.2.jar | None |
| UCHIJAAAA | radixcore | 1.12.x-2.2.1 | RadixCore-1.12.x-2.2.1-universal.jar | None |
| UCHIJAAAA | mca | 1.12.2-5.3.1 | MCA-1.12.x-5.3.1-universal.jar | None |
| UCHIJAAAA | mcjtylib_ng | 3.0.7 | mcjtylib-1.12-3.0.7.jar | None |
| UCHIJAAAA | refinedstorage | 1.6.9 | refinedstorage-1.6.9.jar | None |
| UCHIJAAAA | moartinkers | 0.6.0 | moartinkers-0.6.0.jar | None |
| UCHIJAAAA | naturescompass | 1.5.1 | NaturesCompass-1.12.2-1.5.1.jar | None |
| UCHIJAAAA | nvlforcefields | 1.12.2.2491.1.0 | nvlforcefields-1.12.2.2491.1.0.jar | None |
| UCHIJAAAA | oreexcavation | 1.4.129 | OreExcavation-1.4.129.jar | None |
| UCHIJAAAA | randomthings | 4.2.4 | RandomThings-MC1.12.2-4.2.4.jar | d72e0dd57935b3e9476212aea0c0df352dd76291 |
| UCHIJAAAA | xreliquary | 1.12.2-1.3.4.780 | Reliquary-1.12.2-1.3.4.780.jar | None |
| UCHIJAAAA | rftools | 7.58 | rftools-1.12-7.58.jar | None |
| UCHIJAAAA | rftoolsdim | 5.63 | rftoolsdim-1.12-5.63.jar | None |
| UCHIJAAAA | skylandsforge | 1.12.2_0.2 | SkyLandsForge-1.12.2_0.2.jar | None |
| UCHIJAAAA | thermalexpansion | 5.5.2 | ThermalExpansion-1.12.2-5.5.2.39-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| UCHIJAAAA | vc | 5.9.13 | ViesCraft-1.12.2-5.9.13.jar | None |
| UCHIJAAAA | wanionlib | 1.12.2-1.9 | WanionLib-1.12.2-1.9.jar | None |
| UCHIJAAAA | warpbook | @VERSION@ | Warpbook-1.12.2-3.1.3a.jar | None |
| UCHIJAAAA | llibrary | 1.7.15 | llibrary-1.7.15-1.12.2.jar | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| UCHIJAAAA | superores | 1.9.0_1.12 | superores-1.9.0-1.12.jar | None |
| UCHIJAAAA | unidict | 1.12.2-2.9.1 | UniDict-1.12.2-2.9.1.jar | None |
Loaded coremods (and transformers):
ObfuscatePlugin (obfuscate-0.2.6-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
MovingWorldCore (movingworld-1.12-6.342-full.jar)
LoadingPlugin (RandomThings-MC1.12.2-4.2.4.jar)
lumien.randomthings.asm.ClassTransformer
llibrary (llibrary-core-1.0.8-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
AE2 Version: stable rv6-stable-4 for Forge 14.23.5.2768
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
AE2 Integration: IC2:OFF, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:OFF, JEI:ON, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
Profiler Position: N/A (disabled)
Player Count: 1 / 8; [EntityPlayerMP['Ultrasaber_VX'/4987, l='Worldfinders', x=569.69, y=81.00, z=609.00]]
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
OptiFine Version: OptiFine_1.12.2_HD_U_E3
OptiFine Build: 20181210-121000
Render Distance Chunks: 6
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.3.0 - Build 20.19.15.4531
OpenGlRenderer: Intel(R) HD Graphics 4400
OpenGlVendor: Intel
CpuCount: 4
https://www.minecraftforge.net/forum/applications/core/interface/file/attachment.php?id=o_1dapn63601f6g1kckcmvq0r145sb
modshttps://www.minecraftforge.net/forum/applications/core/interface/file/attachment.php?id=o_1dapn63601f6g1kckcmvq0r145sbmodsmodsmodsmodsmods