Jump to content

Game crashes during constructing Cofh world


EnhanceGamer

Recommended Posts

---- Minecraft Crash Report ----

WARNING: coremods are present:
  IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
  ForgelinPlugin (Forgelin-1.8.4.jar)
  MovingWorldCore (movingworld-1.12-6.353-full.jar)
  MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
  Quark Plugin (Quark-r1.6-179.jar)
  Aqua Acrobatics Transformer (AquaAcrobatics-1.10.0.jar)
  ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
  iceandfire (iceandfire-1.9.1-1.12.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  MicdoodlePlugin (Galacticraft-1.12.2-4.0.2.283.jar)
  Plugin (NotEnoughIDs-1.5.4.4.jar)
  llibrary (llibrary-core-1.0.11-1.12.2.jar)
  AstralCore (astralsorcery-1.12.2-1.10.27.jar)
  ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  IvToolkit (IvToolkit-1.3.3-1.12.jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 2/5/22 11:41 AM
Description: Initializing game

java.lang.NoClassDefFoundError: net/minecraft/world/chunk/Chunk
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
    at java.lang.Class.getConstructor0(Class.java:3075)
    at java.lang.Class.getConstructor(Class.java:1825)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
    at cofh.cofhworld.init.WorldHandler.register(WorldHandler.java:87)
    at cofh.cofhworld.CoFHWorld.<init>(CoFHWorld.java:41)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at java.lang.Class.newInstance(Class.java:442)
    at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraft.world.chunk.Chunk
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 51 more
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)
    at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)
    at org.spongepowered.asm.mixin.transformer.Proxy.transform(Proxy.java:72)
    at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
    ... 53 more
Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Variable modifier method setBlockStateInjectGenerateSkylightMapVanilla(Z)Z in mixins.phosphor.json:common.MixinChunk$Vanilla failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap mixins.phosphor.refmap.json
    at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468)
    at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400)
    at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325)
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383)
    at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365)
    at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)
    ... 58 more


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

-- Head --
Thread: Client thread
Stacktrace:
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
    at java.lang.Class.getConstructor0(Class.java:3075)
    at java.lang.Class.getConstructor(Class.java:1825)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:128)
    at net.minecraftforge.fml.common.eventhandler.EventBus.register(EventBus.java:112)
    at cofh.cofhworld.init.WorldHandler.register(WorldHandler.java:87)
    at cofh.cofhworld.CoFHWorld.<init>(CoFHWorld.java:41)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
    at java.lang.Class.newInstance(Class.java:442)
    at net.minecraftforge.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:191)
    at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:599)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
    at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
    at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
    at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
    at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
    at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
    at com.google.common.eventbus.EventBus.post(EventBus.java:217)
    at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
    at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:595)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:232)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- 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: 927391168 bytes (884 MB) / 1817182208 bytes (1733 MB) up to 11215044608 bytes (10695 MB)
    JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12032m -Xms256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2860 Optifine OptiFine_1.12.2_HD_U_G5 200 mods loaded, 200 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                                |
    |:----- |:-------------------------------------------- |:-------------------- |:----------------------------------------------- |:---------------------------------------- |
    | LC    | minecraft                                    | 1.12.2               | minecraft.jar                                   | None                                     |
    | LC    | mcp                                          | 9.42                 | minecraft.jar                                   | None                                     |
    | LC    | FML                                          | 8.0.99.99            | forge-1.12.2-14.23.5.2860.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | forge                                        | 14.23.5.2860         | forge-1.12.2-14.23.5.2860.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | LC    | micdoodlecore                                | 4.0.2.283            | minecraft.jar                                   | None                                     |
    | LC    | ivtoolkit                                    | 1.3.3-1.12           | minecraft.jar                                   | None                                     |
    | LC    | com.elytradev.movingworld.common.asm.coremod |                      | minecraft.jar                                   | None                                     |
    | LC    | obfuscate                                    | 0.4.2                | minecraft.jar                                   | None                                     |
    | LC    | raw_ores                                     | 1.0.2                | 1.0.2 RawOres 1.12.2.jar                        | None                                     |
    | LC    | actuallyadditions                            | 1.12.2-r152          | ActuallyAdditions-1.12.2-r152.jar               | None                                     |
    | LC    | ctm                                          | MC1.12.2-1.0.2.31    | CTM-MC1.12.2-1.0.2.31.jar                       | None                                     |
    | LC    | appliedenergistics2                          | rv6-stable-7         | appliedenergistics2-rv6-stable-7.jar            | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
    | LC    | bdlib                                        | 1.14.3.12            | bdlib-1.14.3.12-mc1.12.2.jar                    | None                                     |
    | LC    | ae2stuff                                     | 0.7.0.4              | ae2stuff-0.7.0.4-mc1.12.2.jar                   | None                                     |
    | LC    | baubles                                      | 1.5.2                | Baubles-1.12-1.5.2.jar                          | None                                     |
    | LC    | endercore                                    | 1.12.2-0.5.76        | EnderCore-1.12.2-0.5.76.jar                     | None                                     |
    | LC    | crafttweaker                                 | 4.1.20               | CraftTweaker2-1.12-4.1.20.673.jar               | None                                     |
    | LC    | jei                                          | 4.16.1.301           | jei_1.12.2-4.16.1.301.jar                       | None                                     |
    | LC    | codechickenlib                               | 3.2.3.358            | CodeChickenLib-1.12.2-3.2.3.358-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
    | LC    | redstoneflux                                 | 2.1.1                | RedstoneFlux-1.12-2.1.1.1-universal.jar         | None                                     |
    | LC    | cofhcore                                     | 4.6.6                | CoFHCore-1.12.2-4.6.6.1-universal.jar           | None                                     |
    | L     | cofhworld                                    | 1.4.0                | CoFHWorld-1.12.2-1.4.0.1-universal.jar          | None                                     |
    | L     | thermalfoundation                            | 2.6.7                | ThermalFoundation-1.12.2-2.6.7.1-universal.jar  | None                                     |
    | L     | thermalexpansion                             | 5.5.7                | ThermalExpansion-1.12.2-5.5.7.1-universal.jar   | None                                     |
    | L     | enderio                                      | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | mantle                                       | 1.12-1.3.3.55        | Mantle-1.12-1.3.3.55.jar                        | None                                     |
    | L     | projecte                                     | 1.12.2-PE1.4.1       | ProjectE-1.12.2-PE1.4.1.jar                     | None                                     |
    | L     | chisel                                       | MC1.12.2-1.0.2.45    | Chisel-MC1.12.2-1.0.2.45.jar                    | None                                     |
    | L     | enderiointegrationtic                        | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | materialispreload                            | 1.2.5                | materialis-1.12.2-1.2.5.jar                     | None                                     |
    | L     | quark                                        | r1.6-179             | Quark-r1.6-179.jar                              | None                                     |
    | L     | twilightforest                               | 3.11.1021            | twilightforest-1.12.2-3.11.1021-universal.jar   | None                                     |
    | L     | tconstruct                                   | 1.12.2-2.13.0.183    | TConstruct-1.12.2-2.13.0.183.jar                | None                                     |
    | L     | p455w0rdslib                                 | 2.3.161              | p455w0rdslib-1.12.2-2.3.161.jar                 | None                                     |
    | L     | ae2wtlib                                     | 1.0.34               | AE2WTLib-1.12.2-1.0.34.jar                      | None                                     |
    | L     | orbis-lib                                    | 0.2.0                | orbis-lib-1.12.2-0.2.0+build411.jar             | None                                     |
    | L     | aether                                       | 0.3.0                | aether_ii-1.12.2-0.3.0+build411-universal.jar   | None                                     |
    | L     | aiimprovements                               | 0.0.1.3              | AIImprovements-1.12-0.0.1b3.jar                 | None                                     |
    | L     | akashictome                                  | 1.2-12               | AkashicTome-1.2-12.jar                          | None                                     |
    | L     | appleskin                                    | 1.0.14               | AppleSkin-mc1.12-1.0.14.jar                     | None                                     |
    | L     | aquaacrobatics                               | 1.10.0               | AquaAcrobatics-1.10.0.jar                       | None                                     |
    | L     | aquaculture                                  | 1.6.8                | Aquaculture-1.12.2-1.6.8.jar                    | None                                     |
    | L     | astralsorcery                                | 1.10.27              | astralsorcery-1.12.2-1.10.27.jar                | None                                     |
    | L     | autoreglib                                   | 1.3-32               | AutoRegLib-1.3-32.jar                           | None                                     |
    | L     | betteradvancements                           | 0.1.0.77             | BetterAdvancements-1.12.2-0.1.0.77.jar          | None                                     |
    | L     | betteranimalsplus                            | @VERSION@            | betteranimalsplusplus-1-29-2022.jar             | None                                     |
    | L     | betterbuilderswands                          | 0.11.1               | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
    | L     | bettercaves                                  | 1.12.2               | bettercaves-1.12.2-2.0.4.jar                    | None                                     |
    | L     | bettermineshafts                             | 1.12.2-2.2.1         | BetterMineshaftsForge-1.12.2-2.2.1.jar          | None                                     |
    | L     | betternether                                 | 0.1.8.6              | betternether-0.1.8.6.jar                        | None                                     |
    | L     | bibliocraft                                  | 2.4.5                | BiblioCraft[v2.4.5][MC1.12.2].jar               | None                                     |
    | L     | biomesoplenty                                | 7.0.1.2445           | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar   | None                                     |
    | L     | bookshelf                                    | 2.3.590              | Bookshelf-1.12.2-2.3.590.jar                    | None                                     |
    | L     | botania                                      | r1.10-364            | Botania r1.10-364.4.jar                         | None                                     |
    | L     | forgelin                                     | 1.8.4                | Forgelin-1.8.4.jar                              | None                                     |
    | L     | bountiful                                    | 2.2.2                | Bountiful-2.2.2.jar                             | None                                     |
    | L     | buildcraftlib                                | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | buildcraftcore                               | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | buildcraftbuilders                           | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | buildcrafttransport                          | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | buildcraftsilicon                            | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | buildcraftenergy                             | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | forestry                                     | 5.8.2.387            | forestry_1.12.2-5.8.2.387.jar                   | None                                     |
    | L     | buildcraftcompat                             | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | buildcraftfactory                            | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | buildcraftrobotics                           | 7.99.24.8            | buildcraft-all-7.99.24.8.jar                    | None                                     |
    | L     | buildinggadgets                              | 2.8.4                | BuildingGadgets-2.8.4.jar                       | None                                     |
    | L     | carryon                                      | 1.12.3               | carryon-1.12.2-1.12.6.20.jar                    | None                                     |
    | L     | caves_and_cliffs                             | 1.0.9                | CC(FG1.12.2) 1.0.9.jar                          | None                                     |
    | L     | chameleon                                    | 1.12-4.1.3           | Chameleon-1.12-4.1.3.jar                        | None                                     |
    | L     | chiselsandbits                               | 14.33                | chiselsandbits-14.33.jar                        | None                                     |
    | L     | cjcm                                         | 1.0                  | cjcm-1.0.jar                                    | None                                     |
    | L     | collective                                   | 3.0                  | collective-1.12.2-3.0.jar                       | None                                     |
    | L     | cyclopscore                                  | 1.6.7                | CyclopsCore-1.12.2-1.6.7.jar                    | None                                     |
    | L     | colossalchests                               | 1.7.3                | ColossalChests-1.12.2-1.7.3.jar                 | None                                     |
    | L     | morpheus                                     | 1.12.2-3.5.106       | Morpheus-1.12.2-3.5.106.jar                     | None                                     |
    | L     | comforts                                     | 1.4.1.3              | comforts-1.12.2-1.4.1.3.jar                     | None                                     |
    | L     | controlling                                  | 3.0.10               | Controlling-3.0.10.jar                          | None                                     |
    | L     | corpse                                       | 1.12.2-1.0.8         | corpse-1.12.2-1.0.8.jar                         | None                                     |
    | L     | ctgui                                        | 1.0.0                | CraftTweaker2-1.12-4.1.20.673.jar               | None                                     |
    | L     | crafttweakerjei                              | 2.0.3                | CraftTweaker2-1.12-4.1.20.673.jar               | None                                     |
    | L     | cucumber                                     | 1.1.3                | Cucumber-1.12.2-1.1.3.jar                       | None                                     |
    | L     | waila                                        | 1.8.26               | Hwyla-1.8.26-B41_1.12.2.jar                     | None                                     |
    | L     | darkutils                                    | 1.8.230              | DarkUtils-1.12.2-1.8.230.jar                    | None                                     |
    | L     | movingworld                                  | 1.12-6.353           | movingworld-1.12-6.353-full.jar                 | None                                     |
    | L     | davincisvessels                              | @DVESSELSVER@        | davincisvessels-1.12-6.340-full.jar             | None                                     |
    | L     | elevatorid                                   | 1.3.14               | ElevatorMod-1.12.2-1.3.14.jar                   | None                                     |
    | L     | eplus                                        | 5.0.176              | EnchantingPlus-1.12.2-5.0.176.jar               | None                                     |
    | L     | enderiobase                                  | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderioconduits                              | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderioconduitsappliedenergistics            | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderioconduitsopencomputers                 | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderioconduitsrefinedstorage                | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderiointegrationforestry                   | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderiointegrationticlate                    | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderioinvpanel                              | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderiomachines                              | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderiopowertools                            | 5.3.70               | EnderIO-1.12.2-5.3.70.jar                       | None                                     |
    | L     | enderstorage                                 | 2.4.6.137            | EnderStorage-1.12.2-2.4.6.137-universal.jar     | None                                     |
    | L     | shetiphiancore                               | 3.5.9                | shetiphiancore-1.12.0-3.5.9.jar                 | None                                     |
    | L     | endertanks                                   | 1.6.8                | endertanks-1.12.0-1.6.8.jar                     | None                                     |
    | L     | endreborn                                    | 0.3.8                | EndReborn [0.3.9].jar                           | None                                     |
    | L     | exnihilocreatio                              | 1.12.2-0.4.7.2       | exnihilocreatio-1.12.2-0.4.7.2.jar              | None                                     |
    | L     | excompressum                                 | 3.0.32               | ExCompressum_1.12.2-3.0.32.jar                  | None                                     |
    | L     | extracells                                   | 2.6.7                | ExtraCells-1.12.2-2.6.7.jar                     | None                                     |
    | L     | extracpus                                    | 1.12.2-1.2.1         | extracpus-1.12.2-1.2.1.jar                      | None                                     |
    | L     | galacticraftcore                             | 4.0.2.283            | Galacticraft-1.12.2-4.0.2.283.jar               | None                                     |
    | L     | galacticraftplanets                          | 4.0.2.283            | Galacticraft-1.12.2-4.0.2.283.jar               | None                                     |
    | L     | mjrlegendslib                                | 1.12.2-1.2.1         | MJRLegendsLib-1.12.2-1.2.1.jar                  | None                                     |
    | L     | extraplanets                                 | 1.12.2-0.7.4         | ExtraPlanets-1.12.2-0.7.4.jar                   | None                                     |
    | L     | extrautils2                                  | 1.0                  | extrautils2-1.12-1.9.9.jar                      | None                                     |
    | L     | fastleafdecay                                | v14                  | FastLeafDecay-v14.jar                           | None                                     |
    | L     | forgemultipartcbe                            | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | None                                     |
    | L     | microblockcbe                                | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | None                                     |
    | L     | minecraftmultipartcbe                        | 2.6.2.83             | ForgeMultipart-1.12.2-2.6.2.83-universal.jar    | None                                     |
    | L     | cfm                                          | 6.3.1                | furniture-6.3.1-1.12.2.jar                      | None                                     |
    | L     | gc-rpc                                       | 2.2.0                | galacticraft-rpc-2.2.0.jar                      | None                                     |
    | L     | galacticrafttweaker                          | 1.12.2-1.0.3         | GalacticraftTweaker-1.12.2-1.0.3.jar            | None                                     |
    | L     | cgm                                          | 0.15.3               | guns-0.15.3-1.12.2.jar                          | None                                     |
    | L     | llibrary                                     | 1.7.20               | llibrary-1.7.20-1.12.2.jar                      | None                                     |
    | L     | iceandfire                                   | 1.9.1                | iceandfire-1.9.1-1.12.2.jar                     | None                                     |
    | L     | ichunutil                                    | 7.2.2                | iChunUtil-1.12.2-7.2.2.jar                      | None                                     |
    | L     | mts                                          | 20.5.2               | Immersive Vehicles-1.12.2-20.5.2.jar            | None                                     |
    | L     | mekanism                                     | 1.12.2-9.8.3.390     | Mekanism-1.12.2-9.8.3.390.jar                   | None                                     |
    | L     | teslacorelib                                 | 1.0.18               | tesla-core-lib-1.12.2-1.0.18.jar                | None                                     |
    | L     | industrialforegoing                          | 1.12.2-1.12.2        | industrialforegoing-1.12.2-1.12.13-237.jar      | None                                     |
    | L     | ironchest                                    | 1.12.2-7.0.67.844    | ironchest-1.12.2-7.0.72.847.jar                 | None                                     |
    | L     | ironfood                                     | 1.0.0                | ironfood.jar                                    | None                                     |
    | L     | ironfurnaces                                 | 1.3.5                | ironfurnaces-1.3.5.jar                          | None                                     |
    | L     | ironjetpacks                                 | 1.1.0                | IronJetpacks-1.12-2-1.1.0.jar                   | None                                     |
    | L     | irontanks                                    | 1.12.2-2.1.0-beta.18 | irontanks-1.12.2-2.1.0-beta.18.jar              | None                                     |
    | L     | jeivillagers                                 | 1.0                  | jeivillagers-1.12-1.0.2.jar                     | None                                     |
    | L     | journeymap                                   | 1.12.2-5.7.1         | journeymap-1.12.2-5.7.1.jar                     | None                                     |
    | L     | jeresources                                  | 0.9.2.60             | JustEnoughResources-1.12.2-0.9.2.60.jar         | None                                     |
    | L     | lootbags                                     | 2.5.8.5              | LootBags-1.12.2-2.5.8.5.jar                     | None                                     |
    | L     | materialis                                   | 1.2.5                | materialis-1.12.2-1.2.5.jar                     | None                                     |
    | L     | mcwbridges                                   | 1.0.6                | mcw-bridges-1.0.6b-mc1.12.2.jar                 | None                                     |
    | L     | mcwdoors                                     | 1.3                  | mcw-doors-1.0.3-mc1.12.2.jar                    | None                                     |
    | L     | mcwfences                                    | 1.0.0                | mcw-fences-1.0.0-mc1.12.2.jar                   | None                                     |
    | L     | mcwfurnitures                                | 1.0.1                | mcw-furniture-1.0.1-mc1.12.2beta.jar            | None                                     |
    | L     | mcwroofs                                     | 1.0.2                | mcw-roofs-1.0.2-mc1.12.2.jar                    | None                                     |
    | L     | mcwtrpdoors                                  | 1.0.2                | mcw-trapdoors-1.0.3-mc1.12.2.jar                | None                                     |
    | L     | mcwwindows                                   | 1.0                  | mcw-windows-1.0.0-mc1.12.2.jar                  | None                                     |
    | L     | mekanismgenerators                           | 1.12.2-9.8.3.390     | MekanismGenerators-1.12.2-9.8.3.390.jar         | None                                     |
    | L     | mekanismtools                                | 1.12.2-9.8.3.390     | MekanismTools-1.12.2-9.8.3.390.jar              | None                                     |
    | L     | mob_grinding_utils                           | 0.3.13               | MobGrindingUtils-0.3.13.jar                     | None                                     |
    | L     | morezombievillagers                          | 1.3                  | morezombievillagers_1.12.2-1.3.jar              | None                                     |
    | L     | morph                                        | 7.2.0                | Morph-1.12.2-7.2.1.jar                          | None                                     |
    | L     | mousetweaks                                  | 2.10                 | MouseTweaks-2.10-mc1.12.2.jar                   | None                                     |
    | L     | mrtjpcore                                    | 2.1.4.43             | MrTJPCore-1.12.2-2.1.4.43-universal.jar         | None                                     |
    | L     | mysticalagriculture                          | 1.7.5                | MysticalAgriculture-1.12.2-1.7.5.jar            | None                                     |
    | L     | neat                                         | 1.4-17               | Neat 1.4-17.jar                                 | None                                     |
    | L     | netherite1_12_2                              | 1.1                  | Netherite(1.12.2).jar                           | None                                     |
    | L     | neid                                         | 1.5.4.4              | NotEnoughIDs-1.5.4.4.jar                        | None                                     |
    | L     | oreexcavation                                | 1.4.150              | OreExcavation-1.4.150.jar                       | None                                     |
    | L     | overpoweredarmorbar                          | @VERSION@            | overloadedarmorbar-1.0.4g.jar                   | None                                     |
    | L     | brewcraft                                    | 1.12.2-1.0.2         | Pam's BrewCraft 1.12.2-1.0.2.jar                | None                                     |
    | L     | clayspawn                                    | 1.12a                | Pam's ClaySpawn 1.12a.jar                       | None                                     |
    | L     | getalltheseeds                               | 1.12a                | Pam's Get all the Seeds! 1.12a.jar              | None                                     |
    | L     | harvestcraft                                 | 1.12.2zb             | Pam's HarvestCraft 1.12.2zg.jar                 | None                                     |
    | L     | pamsbreadcraft                               | 1.1.0                | Pam's+BreadCraft+1.12.2-1.1.2.jar               | None                                     |
    | L     | pamscookables                                | 1.1                  | pamscookables-1.1.jar                           | None                                     |
    | L     | paraglider                                   | 1.0.1.5              | Paraglider-1.12.2-1.0.1.5.jar                   | None                                     |
    | L     | patchouli                                    | 1.0-23.6             | Patchouli-1.0-23.6.jar                          | None                                     |
    | L     | planetprogression                            | 1.12.2-0.4.6         | PlanetProgression-1.12.2-0.4.6.jar              | None                                     |
    | L     | projectred-core                              | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-Base.jar            | None                                     |
    | L     | projectred-compat                            | 1.0                  | ProjectRed-1.12.2-4.9.4.120-compat.jar          | None                                     |
    | L     | projectred-integration                       | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-integration.jar     | None                                     |
    | L     | projectred-transmission                      | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-integration.jar     | None                                     |
    | L     | projectred-fabrication                       | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-fabrication.jar     | None                                     |
    | L     | projectred-illumination                      | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-lighting.jar        | None                                     |
    | L     | projectred-expansion                         | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
    | L     | projectred-relocation                        | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
    | L     | projectred-transportation                    | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-mechanical.jar      | None                                     |
    | L     | projectred-exploration                       | 4.9.4.120            | ProjectRed-1.12.2-4.9.4.120-world.jar           | None                                     |
    | L     | reccomplex                                   | 1.4.8.2              | RecurrentComplex-1.4.8.2.jar                    | None                                     |
    | L     | red_thunderanium                             | 1.0.0                | red_thunderanium_mod-beta-2.jar                 | None                                     |
    | L     | additionalstructures                         | 2.5.0                | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar  | None                                     |
    | L     | roguelike                                    | 1.8.0                | RoguelikeDungeons-1.12.2-1.8.0.jar              | None                                     |
    | L     | screenshotgallery                            | 1.1.0.8              | ScreenshotGallery-1.1.0.8.jar                   | None                                     |
    | L     | sereneseasons                                | 1.2.18               | SereneSeasons-1.12.2-1.2.18-universal.jar       | None                                     |
    | L     | somanyenchantments                           | 0.5.5                | SoManyEnchantments-0.5.5.jar                    | None                                     |
    | L     | spaceambient                                 | 0.0.1                | SpaceAmbient-1.12.2-0.0.1.jar                   | None                                     |
    | L     | storagedrawers                               | 5.2.2                | StorageDrawers-1.12.2-5.4.2.jar                 | None                                     |
    | L     | storagedrawersextra                          | @VERSION@            | StorageDrawersExtras-1.12-3.1.0.jar             | None                                     |
    | L     | stygian                                      | 1.0.4                | stygian-1.0.4.jar                               | None                                     |
    | L     | thermalcultivation                           | 0.3.6                | ThermalCultivation-1.12.2-0.3.6.1-universal.jar | None                                     |
    | L     | thermaldynamics                              | 2.5.6                | ThermalDynamics-1.12.2-2.5.6.1-universal.jar    | None                                     |
    | L     | thermalinnovation                            | 0.3.6                | ThermalInnovation-1.12.2-0.3.6.1-universal.jar  | None                                     |
    | L     | trashslot                                    | 8.4.10               | TrashSlot_1.12.2-8.4.10.jar                     | None                                     |
    | L     | vehicle                                      | 0.44.1               | vehicle-mod-0.44.1-1.12.2.jar                   | None                                     |
    | L     | wailaharvestability                          | 1.1.12               | WailaHarvestability-mc1.12-1.1.12.jar           | None                                     |
    | L     | wawla                                        | 2.6.275              | Wawla-1.12.2-2.6.275.jar                        | None                                     |
    | L     | waystones                                    | 4.1.0                | Waystones_1.12.2-4.1.0.jar                      | None                                     |
    | L     | wct                                          | 3.12.97              | WirelessCraftingTerminal-1.12.2-3.12.97.jar     | None                                     |
    | L     | yungslaw                                     | 1.12.2               | YungsLaw-1.12.2-1.0.4.jar                       | None                                     |
    | L     | phosphor-lighting                            | 1.12.2-0.2.6         | phosphor-1.12.2-0.2.6+build50.jar               | None                                     |
    | L     | galactictweaks                               | 1.7.0                | GalacticTweaks-1.7.0.jar                        | None                                     |
    | L     | immersiveengineering                         | 0.12-98              | ImmersiveEngineering-0.12-98.jar                | None                                     |
    | L     | teslacorelib_registries                      | 1.0.18               | tesla-core-lib-1.12.2-1.0.18.jar                | None                                     |

    Loaded coremods (and transformers): 
IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
SSLoadingPlugin (SereneSeasons-1.12.2-1.2.18-universal.jar)
  sereneseasons.asm.transformer.EntityRendererTransformer
  sereneseasons.asm.transformer.WorldTransformer
SoManyEnchantments ASM (SoManyEnchantments-0.5.5.jar)
  com.Shultrea.Rin.Transformer.SMEASM
ForgelinPlugin (Forgelin-1.8.4.jar)
  
MovingWorldCore (movingworld-1.12-6.353-full.jar)
  
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
  mekanism.coremod.KeybindingMigrationHelper
ParagliderLoadingPlugin (Paraglider-1.12.2-1.0.1.5.jar)
  com.tictim.paraglider.asm.TransformerModelBiped
Quark Plugin (Quark-r1.6-179.jar)
  vazkii.quark.base.asm.ClassTransformer
Aqua Acrobatics Transformer (AquaAcrobatics-1.10.0.jar)
  
ObfuscatePlugin (obfuscate-0.4.2-1.12.2.jar)
  com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
  com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
  team.chisel.ctm.client.asm.CTMTransformer
MicdoodlePlugin (Galacticraft-1.12.2-4.0.2.283.jar)
  micdoodle8.mods.miccore.MicdoodleTransformer
Plugin (NotEnoughIDs-1.5.4.4.jar)
  ru.fewizz.neid.asm.Transformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AstralCore (astralsorcery-1.12.2-1.10.27.jar)
  
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
  shetiphian.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
  com.enderio.core.common.transform.EnderCoreTransformer
  com.enderio.core.common.transform.SimpleMixinPatcher
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
  
IvToolkit (IvToolkit-1.3.3-1.12.jar)
  
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 511.65' Renderer: 'NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2'
    AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
    Launched Version: forge-14.23.5.2860
    LWJGL: 2.9.4
    OpenGL: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 511.65, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    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)
    CPU: 8x Intel(R) Core(TM) i7-9700F CPU @ 3.00GHz
    OptiFine Version: OptiFine_1.12.2_HD_U_G5
    OptiFine Build: 20210124-142939
    Render Distance Chunks: 8
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 511.65
    OpenGlRenderer: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 8

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I have: Minecraft.getInstance().player.sendChatMessage(command); but im getting an error saying: Cannot resolve method 'sendChatMessage' in 'LocalPlayer':49 Now, I know what this error means, but I have no clue how to fix it. I am knew to java and forge modding. I was thinking maybe it was an import issue? here are all my imports:   import net.minecraft.client.Minecraft; import net.minecraftforge.common.MinecraftForge; import net.minecraftforge.event.entity.player.PlayerEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.client.event.ClientChatEvent; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import java.util.Timer; import java.util.TimerTask;     Does anybody know the solution?
    • ROTER88 : Waspada Situs Scam dengan Withdraw Tidak Dibayar Di era digital saat ini, banyak orang yang mencari keberuntungan melalui situs perjudian online. Namun, dibalik gemerlap janji-janji manis kemenangan, ada bahaya yang mengintai. Salah satu situs yang patut diwaspadai adalah ROTER88. Situs ini mendapat reputasi buruk karena banyak laporan dari pengguna yang mengklaim bahwa mereka tidak bisa menarik dana kemenangan mereka. Dalam artikel ini, kita akan membahas mengapa ROTER88 dianggap sebagai situs scam dan bagaimana Anda bisa melindungi diri dari penipuan serupa. Pengalaman Pengguna: Penarikan Tidak Dibayar Beberapa pengguna telah melaporkan pengalaman buruk mereka dengan ROTER88. Mereka mengaku bahwa setelah memenangkan sejumlah uang dan mencoba menariknya, proses penarikan mereka ditolak tanpa alasan yang jelas. Bahkan, beberapa pengguna melaporkan bahwa akun mereka tiba-tiba diblokir setelah mencoba melakukan penarikan, sehingga mereka kehilangan akses ke dana mereka sama sekali.
    • Hello! Im trying to get biome on player's position, if the player is in desert biome the variable "temperature" should increase but it doesn't. am i missing something? package net.mcreator.drowningbelow.procedures; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.eventbus.api.Event; import net.minecraftforge.event.TickEvent; import net.minecraft.world.entity.player.Player; import net.minecraft.world.entity.Entity; import net.minecraft.network.chat.Component; import net.minecraft.resources.ResourceLocation; import net.mcreator.drowningbelow.network.DrowningbelowModVariables; import javax.annotation.Nullable; import net.minecraft.world.level.LevelAccessor; import net.minecraft.core.BlockPos; import net.minecraft.world.level.Level; import net.minecraft.client.Minecraft; import net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator; import net.minecraft.server.MinecraftServer; import net.minecraft.world.level.biome.Biome; import java.io.Console; @Mod.EventBusSubscriber public class TemperaturaProcedure { private static final int TICKS_INTERVAL = 60; // 60 ticks = 3 segundos private static int tickCounter = 0; private static final int TICK_BIOME_INTERVAL = 60; private static int tickBiomeCounter = 0; @SubscribeEvent public static void onPlayerTick(TickEvent.PlayerTickEvent event) { if (event.phase == TickEvent.Phase.END) { tickCounter++; tickBiomeCounter++; if (tickCounter >= TICKS_INTERVAL) { tickCounter = 0; checkAndUpdateTemperature(event.player); } if (tickBiomeCounter >= TICK_BIOME_INTERVAL) { tickBiomeCounter = 0; execute(event, event.player.level(), event.player); } displayTemperature(event.player); } } private static void checkAndUpdateTemperature(Entity entity) { if (entity == null) return; if (entity.isInWaterRainOrBubble()) { double newTemperature = (entity.getCapability(DrowningbelowModVariables.PLAYER_VARIABLES_CAPABILITY, null) .orElse(new DrowningbelowModVariables.PlayerVariables())).Temperatura - 2; entity.getCapability(DrowningbelowModVariables.PLAYER_VARIABLES_CAPABILITY, null).ifPresent(capability -> { capability.Temperatura = newTemperature; capability.syncPlayerVariables(entity); }); } } private static void displayTemperature(Entity entity) { if (entity == null) return; if (entity instanceof Player _player && !_player.level().isClientSide()) { double temperatura = (entity.getCapability(DrowningbelowModVariables.PLAYER_VARIABLES_CAPABILITY, null) .orElse(new DrowningbelowModVariables.PlayerVariables())).Temperatura; _player.displayClientMessage(Component.literal("\u00A76\u00A7l\u2600\u00A7e\u00A7l Temperatura \u00A76\u00A7l\u2600 \u00A7e\u00A7l" + temperatura + "\u00B0"), true); } } private static void execute(@Nullable Event event, LevelAccessor world, Entity entity) { System.out.println("Esto si se mando 2"); if (world.getBiome(BlockPos.containing(entity.getX(), entity.getY(), entity.getX())).is(new ResourceLocation("desert"))) { System.out.println("Esto si se mando 3"); double _setval = (entity.getCapability(DrowningbelowModVariables.PLAYER_VARIABLES_CAPABILITY, null).orElse(new DrowningbelowModVariables.PlayerVariables())).Temperatura + 2; entity.getCapability(DrowningbelowModVariables.PLAYER_VARIABLES_CAPABILITY, null).ifPresent(capability -> { capability.Temperatura = _setval; capability.syncPlayerVariables(entity); }); System.out.println("Esto si se mando 4"); } } }  
    • Also, before he disconnects this appears on the log:  [18:07:30] [Render thread/WARN]: Failed to get file path of mod fastpaintings: / 2648[18:07:30] [Render thread/WARN]: Failed to get file path of mod moonlight: / 2649[18:07:30] [Render thread/WARN]: Failed to get file path of mod dummmmmmy: / 2650[18:07:30] [Render thread/WARN]: Failed to get file path of mod amendments: / 2651[18:07:30] [Render thread/WARN]: Failed to get file path of mod supplementaries: / Does this have anything to do with the error?
  • Topics

×
×
  • Create New...

Important Information

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