Меню

Galacticraft mars any ошибка

By

Ju2H3brc0t · Posted 1 hour ago

Bonjour,j’utilise régulièrement forge pour installer et jouer avec des modes et,récemment,j’ai décider d’installer forge 1.19.2 (la version 43.2.4) et d’installer le mod create (et donc par la suite également le mod flywheel).Lors’que je lance mon jeu,tout marche bien,je peut utiliser create sans aucun soucis mais lors’que je décide de crée un train,lors de l’assemblage,mon jeu plante. Le rapport de plantage est le suivant :

 

 

—- Minecraft Crash Report —-
// Shall we play a game?

Time: 2023-01-28 19:18:44
Description: Unexpected error

java.lang.NullPointerException: Cannot invoke «net.minecraft.server.MinecraftServer.m_129880_(net.minecraft.resources.ResourceKey)» because the return value of «net.minecraft.world.level.Level.m_7654_()» is null
    at com.simibubi.create.content.logistics.trains.entity.Carriage.manageEntities(Carriage.java:253) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.content.logistics.trains.entity.Carriage.travel(Carriage.java:194) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.content.logistics.trains.entity.Train.tick(Train.java:377) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.content.logistics.trains.GlobalRailwayManager.tickTrains(GlobalRailwayManager.java:223) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.content.logistics.trains.GlobalRailwayManager.tick(GlobalRailwayManager.java:197) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.events.CommonEvents.onWorldTick(CommonEvents.java:97) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.events.__CommonEvents_onWorldTick_LevelTickEvent.invoke(.dynamic) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading,pl:eventbus:B}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2374!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2374!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2374!/:?] {}
    at net.minecraftforge.event.ForgeEventFactory.onPostLevelTick(ForgeEventFactory.java:820) ~[forge-1.19.2-43.2.4-universal.jar%23151!/:?] {re:classloading}
    at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1831) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1078) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.4.jar%2390!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

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

— Head —
Thread: Render thread
Stacktrace:
    at com.simibubi.create.content.logistics.trains.entity.Carriage.manageEntities(Carriage.java:253) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.content.logistics.trains.entity.Carriage.travel(Carriage.java:194) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.content.logistics.trains.entity.Train.tick(Train.java:377) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.content.logistics.trains.GlobalRailwayManager.tickTrains(GlobalRailwayManager.java:223) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.content.logistics.trains.GlobalRailwayManager.tick(GlobalRailwayManager.java:197) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.events.CommonEvents.onWorldTick(CommonEvents.java:97) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading}
    at com.simibubi.create.events.__CommonEvents_onWorldTick_LevelTickEvent.invoke(.dynamic) ~[create-1.19.2-0.5.0.h.jar%23144!/:0.5.0.h] {re:classloading,pl:eventbus:B}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2374!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2374!/:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2374!/:?] {}
    at net.minecraftforge.event.ForgeEventFactory.onPostLevelTick(ForgeEventFactory.java:820) ~[forge-1.19.2-43.2.4-universal.jar%23151!/:?] {re:classloading}
— Affected level —
Details:
    All players: 1 total; [LocalPlayer[‘Ju2H3brc0t’/240, l=’ClientLevel’, x=-65.84, y=69.87, z=25.79]]
    Chunk stats: 2209, 1309
    Level dimension: minecraft:overworld
    Level spawn location: World: (-48,71,-16), Section: (at 0,7,0 in -3,4,-1; chunk contains blocks -48,-64,-16 to -33,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
    Level time: 3951 game time, 3951 day time
    Server brand: forge
    Server type: Integrated singleplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:450) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2280) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:722) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23146!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.2.4.jar%2390!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2377!/:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}

— Last reload —
Details:
    Reload number: 1
    Reload reason: initial
    Finished: Yes
    Packs: Mod Resources, Default

— System Details —
Details:
    Minecraft Version: 1.19.2
    Minecraft Version ID: 1.19.2
    Operating System: Linux (amd64) version 5.10.0-19-amd64
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 561472136 bytes (535 MiB) / 2147483648 bytes (2048 MiB) up to 2147483648 bytes (2048 MiB)
    CPUs: 4
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i3-4170 CPU @ 3.70GHz
    Identifier: Intel64 Family 6 Model 60 Stepping 3
    Microarchitecture: Haswell (Client)
    Frequency (GHz): 3.70
    Number of physical packages: 1
    Number of physical CPUs: 2
    Number of logical CPUs: 4
    Graphics card #0 name: Cedar [Radeon HD 5000/6000/7350/8350 Series]
    Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002)
    Graphics card #0 VRAM (MB): 256.00
    Graphics card #0 deviceId: 0x68f9
    Graphics card #0 versionInfo: unknown
    Virtual memory max (MB): 4928.22
    Virtual memory used (MB): 5339.00
    Swap memory total (MB): 976.00
    Swap memory used (MB): 52.00
    JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    Launched Version: 1.19.2-forge-43.2.4
    Backend library: LWJGL version 3.3.1 build 7
    Backend API: AMD CEDAR (DRM 2.50.0 / 5.10.0-19-amd64, LLVM 11.0.1) GL version 3.3 (Core Profile) Mesa 20.3.5, X.Org
    Window size: 1366×768
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to ‘forge’; Server brand changed to ‘forge’
    Type: Integrated Server (map_client.txt)
    Graphics mode: fast
    Resource Packs: vanilla
    Current Language: Français (France)
    CPU: 4x Intel(R) Core(TM) i3-4170 CPU @ 3.70GHz
    Server Running: true
    Player Count: 1 / 8; [ServerPlayer[‘Ju2H3brc0t’/240, l=’ServerLevel[Tst create]’, x=-65.84, y=69.87, z=25.79]]
    Data Packs: vanilla, mod:forge, mod:flywheel (incompatible), mod:create
    World Generation: Stable
    ModLauncher: 10.0.8+10.0.8+main.0ef7e830
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
        mixin-0.8.5.jar mixin PLUGINSERVICE 
        eventbus-6.0.3.jar eventbus PLUGINSERVICE 
        fmlloader-1.19.2-43.2.4.jar slf4jfixer PLUGINSERVICE 
        fmlloader-1.19.2-43.2.4.jar object_holder_definalize PLUGINSERVICE 
        fmlloader-1.19.2-43.2.4.jar runtime_enum_extender PLUGINSERVICE 
        fmlloader-1.19.2-43.2.4.jar capability_token_subclass PLUGINSERVICE 
        accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE 
        fmlloader-1.19.2-43.2.4.jar runtimedistcleaner PLUGINSERVICE 
        modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE 
        modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        minecraft@1.0
        lowcodefml@null
        javafml@null
    Mod List: 
        client-1.19.2-20220805.130853-srg.jar             |Minecraft                     |minecraft                     |1.19.2              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
        forge-1.19.2-43.2.4-universal.jar                 |Forge                         |forge                         |43.2.4              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
        flywheel-forge-1.19.2-0.6.8.a.jar                 |Flywheel                      |flywheel                      |0.6.8.a             |DONE      |Manifest: NOSIGNATURE
        create-1.19.2-0.5.0.h.jar                         |Create                        |create                        |0.5.0.h             |DONE      |Manifest: NOSIGNATURE
    Flywheel Backend: GL33 Instanced Arrays
    Crash Report UUID: aefbdd72-4916-4b28-bbe5-e5a70f1a692b
    FML: 43.2
    Forge: net.minecraftforge:43.2.4

 

 

 

(Je joue a Minecraft sur Linux (Debian 11) et comme c’est déja bien galère d’installer des truc,create et flywheel sont les seul mod présent sur mon pc)

крашится мир при входе
подробный текст ошибки:
 

—- Minecraft Crash Report —-
// Don’t do that.

Time: 08.12.19 22:20
Description: Exception while updating neighbours

java.lang.ClassCastException: micdoodle8.mods.galacticraft.core.tile.TileEntityNasaWorkbench cannot be cast to micdoodle8.mods.galacticraft.core.tile.TileEntityParaChest
    at micdoodle8.mods.galacticraft.core.blocks.BlockParaChest.func_149695_a(BlockParaChest.java:104)
    at net.minecraft.world.World.func_147460_e(World.java:697)
    at net.minecraft.world.World.func_147459_d(World.java:649)
    at net.minecraft.world.World.func_147444_c(World.java:613)
    at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
    at net.minecraft.world.World.func_147465_d(World.java:466)
    at net.minecraftforge.fluids.BlockFluidClassic.flowIntoBlock(BlockFluidClassic.java:278)
    at net.minecraftforge.fluids.BlockFluidClassic.func_149674_a(BlockFluidClassic.java:139)
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:550)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:181)
    at WorldServerOF.func_72835_b(WorldServerOF.java:234)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)


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

— Head —
Stacktrace:
    at micdoodle8.mods.galacticraft.core.blocks.BlockParaChest.func_149695_a(BlockParaChest.java:104)

— Block being updated —
Details:
    Source block type: ID #0 (tile.air // net.minecraft.block.BlockAir)
    Block type: ID #774 (tile.parachest // micdoodle8.mods.galacticraft.core.blocks.BlockParaChest)
    Block data value: 0 / 0x0 / 0b0000
    Block location: World: (171,62,88), Chunk: (at 11,3,8 in 10,5; contains blocks 160,0,80 to 175,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
    at net.minecraft.world.World.func_147460_e(World.java:697)
    at net.minecraft.world.World.func_147459_d(World.java:649)
    at net.minecraft.world.World.func_147444_c(World.java:613)
    at net.minecraft.world.World.markAndNotifyBlock(World.java:488)
    at net.minecraft.world.World.func_147465_d(World.java:466)
    at net.minecraftforge.fluids.BlockFluidClassic.flowIntoBlock(BlockFluidClassic.java:278)
    at net.minecraftforge.fluids.BlockFluidClassic.func_149674_a(BlockFluidClassic.java:139)

— Block being ticked —
Details:
    Block type: ID #859 (tile.fluid.grc.honeyMead4 // growthcraft.cellar.common.block.BlockFluidBooze)
    Block data value: 1 / 0x1 / 0b0001
    Block location: World: (170,63,88), Chunk: (at 10,3,8 in 10,5; contains blocks 160,0,80 to 175,255,95), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Stacktrace:
    at net.minecraft.world.WorldServer.func_72955_a(WorldServer.java:550)
    at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:181)
    at WorldServerOF.func_72835_b(WorldServerOF.java:234)

— Affected level —
Details:
    Level name: MMO Game MAGNITOFONC
    All players: 0 total; []
    Chunk stats: ServerChunkCache: 625 Drop: 0
    Level seed: -3217012631239445277
    Level generator: ID 00 — default, ver 1. Features enabled: true
    Level generator options: 
    Level spawn location: World: (36,68,210), Chunk: (at 4,4,2 in 2,13; contains blocks 32,0,208 to 47,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 10232799 game time, 1533736 day time
    Level dimension: 0
    Level storage version: 0x04ABD — Anvil
    Level weather: Rain time: 83897 (now: false), thunder time: 1581 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:625)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
    at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:186)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

— System Details —
Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 8.1 (amd64) version 6.3
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1612218248 bytes (1537 MB) / 2449473536 bytes (2336 MB) up to 5066719232 bytes (4832 MB)
    JVM Flags: 8 total; -Xmn128M -Xmx4822M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 96
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 49 mods loaded, 49 mods active
    States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored
    UCHIJAAAA    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    UCHIJAAAA    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
    UCHIJAAAA    Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
    UCHIJAAAA    CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar) 
    UCHIJAAAA    Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) 
    UCHIJAAAA    NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems_1.7.10_1.0.5.120_universal.jar) 
    UCHIJAAAA    PlayerAPI{1.4} [Player API] (minecraft.jar) 
    UCHIJAAAA    ThaumicTinkerer-preloader{0.1} [Thaumic Tinkerer Core] (minecraft.jar) 
    UCHIJAAAA    BiblioCraft{1.11.6} [BiblioCraft] (BiblioCraftv1.11.6MC1.7.10.jar) 
    UCHIJAAAA    BiomesOPlenty{2.1.0} [Biomes O’ Plenty] (BiomesOPlenty_1.7.10_2.1.0.2308_universal.jar) 
    UCHIJAAAA    bookshelf{1.0.4.187} [Bookshelf] (Bookshelf_1.7.10_1.0.4.187.jar) 
    UCHIJAAAA    BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar) 
    UCHIJAAAA    BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar) 
    UCHIJAAAA    BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar) 
    UCHIJAAAA    BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar) 
    UCHIJAAAA    BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar) 
    UCHIJAAAA    BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar) 
    UCHIJAAAA    BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar) 
    UCHIJAAAA    CustomSpawner{3.3.0} [DrZhark’s CustomSpawner] (CustomMobSpawner-1.7.10-3.3.0.zip) 
    UCHIJAAAA    customnpcs{1.7.10d} [CustomNpcs] (CustomNPCs_1.7.10d29oct17.jar) 
    UCHIJAAAA    lootablebodies{1.3.7} [DrCyano’s Lootable Bodies] (CyanosLootableBodies_1.7.10_backport_1.3.7.jar) 
    UCHIJAAAA    MoCreatures{6.3.1} [DrZhark’s Mo’Creatures Mod] (DrZharks MoCreature-1.7.10-6.3.1.zip) 
    UCHIJAAAA    endercore{1.7.10-0.2.0.36_beta} [EnderCore] (EnderCore-1.7.10-0.2.0.36_beta.jar) 
    UCHIJAAAA    Baubles{1.0.1.10} [Baubles] (Baubles-1.7.10-1.0.1.10.jar) 
    UCHIJAAAA    Thaumcraft{4.2.3.5} [Thaumcraft] (Thaumcraft-1.7.10-4.2.3.5.jar) 
    UCHIJAAAA    EnderIO{1.7.10-2.3.0.428_beta} [Ender IO] (EnderIO-1.7.10-2.3.0.428_beta.jar) 
    UCHIJAAAA    exoticbirds{1.0} [Exotic Birds] (ExoticBirds1.7.10_1.4.6.jar) 
    UCHIJAAAA    flansmod{4.10.0} [Flan’s Mod] (Flans_Mod_1.7.10_4.10.0.jar) 
    UCHIJAAAA    GalacticraftCore{3.0.12} [Galacticraft Core] (GalacticraftCore-1.7-3.0.12.463.jar) 
    UCHIJAAAA    GalacticraftMars{3.0.12} [Galacticraft Planets] (Galacticraft-Planets-1.7-3.0.12.463.jar) 
    UCHIJAAAA    Growthcraft{1.7.10-2.7.2} [Growthcraft] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Cellar{1.7.10-2.7.2} [Growthcraft Cellar] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Apples{1.7.10-2.7.2} [Growthcraft Apples] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Bamboo{1.7.10-2.7.2} [Growthcraft Bamboo] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Bees{1.7.10-2.7.2} [Growthcraft Bees] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Fishtrap{1.7.10-2.7.2} [Growthcraft Fishtrap] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Grapes{1.7.10-2.7.2} [Growthcraft Grapes] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Hops{1.7.10-2.7.2} [Growthcraft Hops] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Milk{1.7.10-2.7.2} [Growthcraft Milk] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    Growthcraft|Rice{1.7.10-2.7.2} [Growthcraft Rice] (growthcraft_1.7.10_2.7.2_complete.jar) 
    UCHIJAAAA    manysystems{0.9.7 ALPHA} [Many Systems] (ManySystems_0.9.8.1_Pre_BETA.jar) 
    UCHIJAAAA    Minenautica{0.0.12} [Minenautica] (Minenautica_mc1.7.10_v1.0.0.jar) 
    UCHIJAAAA    harvestcraft{1.7.10j} [Pam’s HarvestCraft] (Pams_HarvestCraft_1.7.10k.jar) 
    UCHIJAAAA    ThaumicTinkerer{unspecified} [Thaumic Tinkerer] (ThaumicTinkerer_2.5_1.7.10_164.jar) 
    UCHIJAAAA    tlauncher_custom_cape_skin{1.0} [TLSkinCape] (tlskincape_1.7.10-1.4.jar) 
    UCHIJAAAA    tc{4.4.0_016} [Traincraft] (Traincraft_1.7.10_4.4.0_016.jar) 
    UCHIJAAAA    teleporter{1.6.2} [Vanilla-Inspired Teleporters] (VanillaTeleporter_1.7.10_1.6.2.jar) 
    UCHIJAAAA    wildcaves3{0.4.3.6} [Wild Caves 3] (wild_caves_mod_1.7.10.jar) 
    UCHIJAAAA    worldedit{6.1.1} [WorldEdit] (worldedit_forge_mc1.7.10_6.1.1_dist.jar) 
    GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
    EnderIO: Found the following problem(s) with your installation:
                  * Optifine is installed. This is NOT supported.
                 This may have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Player Count: 0 / 8; []
    Type: Integrated Server (map_client.txt)
    Is Modded: Definitely; Client brand changed to ‘fml,forge’
    OptiFine Version: OptiFine_1.7.10_HD_U_E7
    Render Distance Chunks: 12
    Mipmaps: 4
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 NVIDIA 391.35
    OpenGlRenderer: GeForce GTX 660 Ti/PCIe/SSE2
    OpenGlVendor: NVIDIA Corporation
    CpuCount: 4

From Galacticraft Wiki

Jump to: navigation, search

Contents

  • 1 Galacticraft mob seen on Overworld
    • 1.1 How to fix:
  • 2 Crash involving GCEntityClientPlayerMP
    • 2.1 NoSuchMethodError on world load
    • 2.2 Ticking entity error
  • 3 Potion effect error
  • 4 Mod conflicts: Binary Seach method
  • 5 External Links
  • 6 See also

Galacticraft mob seen on Overworld

When your game is working properly, there will not be any Galacticraft mobs spawning naturally on the Overworld.

Occasionally, players report issues like this:

I’m having this problem with the Evolved Creeper Boss spawning in overworld with its health bar constantly at the top of the screen. I’m using the latest version of Galacticraft with Forge 1.7.10.

It could be the Evolved Creeper Boss seen on the Overworld as there, it could be some other Galacticraft mob.

This phenomenon happens when the player is on a server and the server has different mods (or different mod versions), or maybe just different configs for something connected with Entity IDs. It’s not Galacticraft causing this. One of your other mods is different.

The Galacticraft mob is not really there — it just looks that way, in reality it’s a chicken or a sheep or something. It won’t attack you.

How to fix:

This can be fixed simply by updating to the latest Galacticraft (versions 3.0.12.425 or later) on the server and on the client, note both need to update together. However, this fix might just transfer the problem to some other mod instead, in which case read on.

If that doesn’t solve it — if you need to stick with an older Galacticraft version for some reason, or now the same problem is happening for a different mod’s mobs — then:

  • Carefully check that the player does not have a mod which is missing on the server — this is the most likely reason. (Except: mods like Optifine or mapping mods are client-side only, so don’t worry about those ones.)
  • Carefully check the whole modlist to make sure every mod has exactly matching versions between server and client
  • If all the mod versions exactly match and the issue still happens, now check that all the configs exactly match
  • If there’s still a problem then most likely you did not check those things carefully enough. Either that, or it’s a bug in one of the other mods (very unlikely as any bug like this would have been spotted within minutes)

Crash involving GCEntityClientPlayerMP

People sometimes report crashes involving GCEntityClientPlayerMP or GCPlayerBaseSP. In 99% of cases, these are not Galacticraft crashes, it’s another mod crashing.

Explanation: Galacticraft changes the internal name of the vanilla player in Minecraft from EntityClientPlayerMP to GCEntityClientPlayerMP. Because of this change, whenever there is any mod crash involving the player, it will look like the Galacticraft version of the player, «GCEntityClientPlayerMP», is maybe involved. It’s not really involved at all. Galacticraft is not the cause of these types of crashes, the same way that vanilla Minecraft is not the cause.

We request people who are smart enough to read the crash report and see GCEntityClientPlayerMP in it, also stop and think about this. As with any other crash report, it’s whatever is at the top of the crash report which is causing the problem — not what’s in the middle.

Here are some examples:

NoSuchMethodError on world load

---- Minecraft Crash Report ----
// My bad.
 
Time: 19/04/15 12:52 PM
Description: Unexpected error
 
java.lang.NoSuchMethodError: com.mojang.authlib.minecraft.MinecraftProfileTexture.<init>(Ljava/lang/String;)V
        at net.minecraft.client.entity.AbstractClientPlayer.downloadCape(AbstractClientPlayer.java:159)
        at net.minecraft.client.entity.AbstractClientPlayer.<init>(AbstractClientPlayer.java:51)
        at net.minecraft.client.entity.EntityPlayerSP.<init>(EntityPlayerSP.java:79)
        at net.minecraft.client.entity.EntityClientPlayerMP.<init>(SourceFile:36)
        at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.<init>(GCEntityClientPlayerMP.java:18)
        at net.minecraft.client.multiplayer.PlayerControllerMP.func_147493_a(PlayerControllerMP.java:399)

This crash is caused by Optifine combined with the ‘security’ changes made by Mojang in April 2015. Optifine changelog for this

Ticking entity error

---- Minecraft Crash Report ----
// Why did you do that?
 
Time: 4/10/15 2:08 AM
Description: Ticking entity
 
java.lang.NullPointerException: Ticking entity
        at com.flashoverride.heartdrop.HeartDropEventHandler.onEvent(HeartDropEventHandler.java:75)
        at cpw.mods.fml.common.eventhandler.ASMEventHandler_1070_HeartDropEventHandler_onEvent_LivingAttackEvent.invoke(.dynamic)
        at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
        at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
        at net.minecraftforge.common.ForgeHooks.onLivingAttack(ForgeHooks.java:292)
        at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:978)
        at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:491)
        at micdoodle8.mods.galacticraft.core.entities.player.GCEntityPlayerMP.func_70097_a(GCEntityPlayerMP.java:73)
        at net.minecraft.entity.monster.EntityMob.func_70652_k(SourceFile:101)

Explanation: This is a crash in the HeartDrop mod, as shown by the top line of the crash report.

Potion effect error

[21:40:12] [Client thread/ERROR] [FML/]: ---- Minecraft Crash Report ----
// There are four lights!

Time: 6/30/15 9:40 PM
Description: Ticking entity

java.lang.NullPointerException: Ticking entity
at net.minecraft.potion.PotionEffect.func_76455_a(PotionEffect.java:105)
at net.minecraft.entity.EntityLivingBase.func_70679_bo(EntityLivingBase.java:524)
at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:293)
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:318)
at net.minecraft.entity.EntityLivingBase.func_70071_h_(EntityLivingBase.java:1561)
at net.minecraft.entity.player.EntityPlayer.func_70071_h_(EntityPlayer.java:288)
at net.minecraft.client.entity.EntityClientPlayerMP.func_70071_h_(SourceFile:63)
at micdoodle8.mods.galacticraft.core.entities.player.GCEntityClientPlayerMP.func_70071_h_(GCEntityClientPlayerMP.java:55)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.World.func_72870_g(World.java:2034)
...

Explanation: this is a crash caused by another mod not registering a potion effect properly. A «potion effect» can be any bad stuff that happens when you take damage from a mob, like poison, dizziness etc. To find the cause, take a look at your mods which have mobs which do extra damage effects like that.

Mod conflicts: Binary Seach method

So you have this huge modlist of 50 or more mods, and one of them is conflicting with Galacticraft, but it’s not obvious which one. How do you figure that out, without restarting the game 50 times?

A binary search method can find which mod is conflicting in just 6 restarts of the game.

The concept is you divide your modlist in half — remove half of the mods — then see if the game still has the issue. If the game still has the issue, then you know the problem is in the half of the mods you kept. If the issue stopped happening, then you know the problem is in the half of the mods you removed.

Steps:

  • Step 1. create a new folder /mods_removed and move half the mods from the /mods folder to it (keep together mods which have to go together, for example some mods have to be paired with core mods or libraries like Mantle)
  • Step 2. make a note or screenshot of the mods you just moved, because you will need to know later which is which — or maybe make subfolders in the /mods_removed folder so you know which group is which;
  • Step 3. start the game, create a new world, see if you stil have the issue or not;
  • Step 4A. if the issue was fixed, look at the mods you just removed, pick half of them and move that half back into the /mods folder, keeping a careful note of which mods these are, then go to Step 3;
  • Step 4B. if the issue was not fixed, pick half of the remaining mods (or half of the ones most recently added back in at Step 4A) for removal, and go to Step 1

Obviously you must not use an existing world before doing these tests, because changing mods around will damage any existing world. If you have to have an existing world because you need a complex build, keep a full backup.

External Links

  • Reading crash reports for dummies (Minecraft Forum)

See also

  • Tutorials: Galacticraft Getting Started Guide
  • Compatibility
  • Config files
  • Game Balance

Impt.png

Unless stated otherwise, all information contained on this wiki should be considered outdated and might not reflect in-game experiences

what if I cant find the update part for what you said to do

# Configuration file

achievements {
# Base Achievement ID. All achievement IDs will start at this number.
I:idAchievBase=1784
}

dimensions {
# IDs of dimensions where rockets should not launch — this should always include the Nether.
I:»Dimensions where rockets cannot launch» <
-1
1
>

# If true, rockets will be unable to reach the Overworld (only use this in special modpacks!)
B:»Disable rockets from returning to Overworld»=false

# IDs to load at startup, and keep loaded until server stops. Can be added via /gckeeploaded
I:»Static Loaded Dimensions» <
>

# Biome ID for Moon (Mars will be this + 1, Asteroids + 2 etc). Allowed range 40-250.
I:biomeIDBase=202

# Dimension ID for the Moon
I:idDimensionMoon=-28

# Dimension ID for Overworld Space Stations
I:idDimensionOverworldOrbit=-27

# Dimension ID for Static Overworld Space Stations
I:idDimensionOverworldOrbitStatic=-26
}

general {
# By default, you will respawn on galacticraft dimensions if you die. If you set this to true, you will respawn back on earth.
B:»Force Overworld Spawn»=false

# Setting this to false will revert night skies back to default minecraft star count
B:»More Stars»=true

# If you have FPS problems, setting this to true will help if rocket particles are in your sights
B:»Disable Spaceship Particles»=false

# If true, this will move the Oxygen Indicator to the left side. You can combine this with «Minimap Bottom»
B:»Minimap Left»=false

# If true, this will move the Oxygen Indicator to the bottom. You can combine this with «Minimap Left»
B:»Minimap Bottom»=false

# Increasing this will increase amount of oil that will generate in each chunk.
D:»Oil Generation Factor»=0.3

# List of non-galacticraft dimension IDs to generate oil in.
I:»Oil gen in external dimensions» <
0
>

# If this is enabled, GC oil will be added to existing Overworld maps where possible.
B:»Retro Gen of GC Oil in existing map chunks»=false

# If this is enabled, copper ore will generate on the overworld.
B:»Enable Copper Ore Gen»=false

# If this is enabled, tin ore will generate on the overworld.
B:»Enable Tin Ore Gen»=false

# If this is enabled, aluminum ore will generate on the overworld.
B:»Enable Aluminum Ore Gen»=false

# If this is enabled, silicon ore will generate on the overworld.
B:»Enable Silicon Ore Gen»=true

# Disable Cheese Ore Gen on Moon.
B:»Disable Cheese Ore Gen on Moon»=false

# Disable Tin Ore Gen on Moon.
B:»Disable Tin Ore Gen on Moon»=false

# Disable Tin Ore Gen on Moon.
B:»Disable Copper Ore Gen on Moon»=false

# If true, moon villages will not generate.
B:»Disable Moon Village Gen»=false

# If this is enabled, other mods’ standard ores and all other features (eg. plants) can generate on the Moon and planets. Apart from looking wrong, this make cause ‘Already Decorating!’ type crashes. NOT RECOMMENDED! See Wiki.
B:»Generate all other mods features on planets»=false

# If generate other mods features is disabled as recommended, this setting can whitelist CoFHCore custom worldgen on planets.
B:»Whitelist CoFHCore worldgen to generate its ores and lakes on planets»=false

# If ThaumCraft is installed, ThaumCraft wild nodes can generate on the Moon and planets.
B:»Generate ThaumCraft wild nodes on planetary surfaces»=true

# Enter IDs of other mods’ ores here for Galacticraft to generate them on the Moon and other planets. Format is BlockName or BlockName:metadata. Use optional parameters at end of each line: /RARE /UNCOMMON or /COMMON for rarity in a chunk; /DEEP /SHALLOW or /BOTH for height; /SINGLE /STANDARD or /LARGE for clump size; /XTRARANDOM for ores sometimes there sometimes not at all. /ONLYMOON or /ONLYMARS if wanted on one planet only. If nothing specified, defaults are /COMMON, /BOTH and /STANDARD. Repeat lines to generate a huge quantity of ores.
S:»Other mods ores for GC to generate on the Moon and planets» <
>

# If this is enabled, debug messages will appear in the console. This is useful for finding bugs in the mod.
B:»Enable Debug Messages»=false

# If this is true, the player will parachute onto the Moon instead — use only in debug situations.
B:»Disable lander on Moon and other planets»=false

# Spaceships will not explode on contact if set to true.
B:»Disable Spaceship Explosion»=false

# While true, space stations require you to invite other players using /ssinvite <playername>
B:»Space Stations Require Permission»=true

# If set to true on a server, players will be completely unable to create space stations.
B:»Disable Space Station creation»=false

# By default, Galacticraft will override capes with the mod’s donor cape. Set to false to disable.
B:»Override Capes»=true

# Solar panels will work (default 2x) more effective on space stations.
D:»Space Station Solar Energy Multiplier»=2.0

# List non-opaque blocks from other mods (for example, special types of glass) that the Oxygen Sealer should recognize as solid seals. Format is BlockName or BlockName:metadata
S:»External Sealable IDs» <
minecraft:glass_pane:0
>

# List blocks from other mods that the Sensor Glasses should recognize as solid blocks. Format is BlockName or BlockName:metadata.
S:»External Detectable IDs» <
minecraft:coal_ore
minecraft:diamond_ore
minecraft:gold_ore
minecraft:iron_ore
minecraft:lapis_ore
minecraft:redstone_ore
minecraft:lit_redstone_ore
>

# Lower/Raise this value to change time between suffocation damage ticks
I:»Suffocation Cooldown»=100

# Change this value to modify the damage taken per suffocation tick
I:»Suffocation Damage»=2

# Change this if you wish to balance the mod (if you have more powerful weapon mods).
D:»Dungeon Boss Health Modifier»=1.0

# Set this to true for increased difficulty in modpacks (see forum for more info).
B:»Harder Difficulty»=false

# Set this to true for less metal use in Galacticraft recipes (makes the game easier).
B:»Quick Game Mode»=false

# If this is enabled, areas sealed by Oxygen Sealers will run a seal check when the player breaks or places a block (or on block updates). This should be enabled for a 100% accurate sealed status, but can be disabled on servers for performance reasons.
B:»Enable Sealed edge checks»=true

# Enable this if the standard canister recipe causes a conflict.
B:»Alternate recipe for canisters»=false

# This needs to match the OreDictionary name used in the other mod. Set a nonsense name to disable.
S:»OreDict name of other mod’s silicon usable in Galacticraft»=itemSilicon

# Leave ‘KEY_’ value, adding the intended keyboard character to replace the letter. Values 0-9 and A-Z are accepted
S:»Open Galaxy Map»=KEY_M

# Leave ‘KEY_’ value, adding the intended keyboard character to replace the letter. Values 0-9 and A-Z are accepted
S:»Open Fuel GUI»=KEY_F

# Leave ‘KEY_’ value, adding the intended keyboard character to replace the letter. Values 0-9 and A-Z are accepted
S:»Toggle Advanced Goggles»=KEY_K

# The normal factor is 1. Increase this to 2 — 5 if other mods with a lot of oil (e.g. BuildCraft) are installed to increase GC rocket fuel requirement.
I:»Rocket fuel factor»=1

# Increase to make the mouse drag scroll more sensitive, decrease to lower sensitivity.
D:»Map Scroll Mouse Sensitivity»=1.0

# Set to true to invert the mouse scroll feature on the galaxy map.
B:»Map Scroll Mouse Invert»=false
}

schematic {
# Schematic ID for «Add Schematic» Page, must be unique
I:idSchematicAddSchematic=2147483647

# Schematic ID for Moon Buggy, must be unique.
I:idSchematicMoonBuggy=1

# Schematic ID for Tier 1 Rocket, must be unique.
I:idSchematicRocketT1=0
}

can you find it

Galacticraft позволяет путешествовать на новые планеты с помощью своего собственного космического корабля, исследовать подземелья и строить космические станции с друзьями.

Скриншоты (кликните ради увеличения):

Характеристики

Путешествуйте по всей Солнечной системе!
Создайте и настройте свой собственный космический корабль!
Исследуйте новые планеты и луны!
Космические гонки — создавать команды, флаги, со статистикой!
Электрическая и кислородная система!
Поддержка SMP — Исследуйте со своими друзьями!
Поддержка нескольких языков! Спасибо всем переводчикам.
Новые мобы!
Много новых предметов и блоков!
Подземелья!
API, чтобы позволить моддерам добавлять больше контента, включая целые новые солнечные системы!

Быстрый старт

Перед тем, как отправиться в космос, вам понадобятся несколько предметов, включая ракету 1-го уровня, ракетную стартовую площадку, топливный погрузчик, топливную канистру, кислородную шестерню, кислородную маску, кислородный компрессор, кислородные цистерны, парашют.

Чтобы сделать все эти предметы, сначала вам понадобится Circuit Fabricator и компрессор или электрический компрессор, которые являются самыми основными машинами в Galacticraft. Инструментарий NASA и НПЗ необходимы для создания вашей ракеты и приготовления топлива для нее. Вам также потребуется много сырья: стопка или больше железной руды, медной руды, оловянной руды, алюминиевой руды и некоторого кремния.

Базовая энергия может быть выполнена с использованием генератора угля. Но для правильного научного взгляда вы можете управлять своей базой с помощью базовых или расширенных солнечных панелей, которые отслеживают движение солнца. Вы также можете сделать экран дисплея для размещения в своей диспетчерской, в котором отображаются некоторые из планет и другая интересная информация.

Поддержка жизни и парашют

Если вы не возьмете кислородное оборудование с собой в космос, вы умрете. Четыре наиболее важных элемента, которые вам понадобятся, — это кислородная передача, кислородная маска и кислородный бак, и, конечно же, парашют. Когда у вас есть это оборудование, вы почти готовы.

Запустить свой корабль

Разумеется, вам нужно будет сделать ракетную пусковую площадку и ракету уровня 1. Сделайте ракету в NASA Workbench.

Поместите девять ракетных пусковых ракет, которые у вас есть на земле, размером 3 х 3, поэтому они объединяются, чтобы создать стартовую площадку. Поместите свою ракету поверх них. Затем вы поместите топливный погрузчик непосредственно рядом с любой стороной стартовой площадки. Вы почти готовы. Конечно, вам нужно немного топлива для загрузки в Топливный погрузчик. Если вы еще не нашли масла, идите вперед и получите часть, которая образуется глубоко в земле вокруг уровня золотой руды. Используйте портативный масляный экстрактор, чтобы поместить масло в канистры, взять эти маслоходки на ваш НПЗ и начать конвертировать сырую нефть в ракетное топливо. Поместите топливные канистры в топливный погрузчик и нажмите кнопку загрузки топлива, чтобы топливо заработало.

Теперь вы можете пойти на Луну! Все, что вам нужно сделать, это экипировать свой парашют и кислородную шестерню и маску, подняться на ракете и нажать «Запуск». Если вы хотите вернуться назад, также важно, чтобы вы взяли с собой топливный погрузчик, а также пару заряженных батарей или что-то еще, чтобы включить его и пустую канистру, запасной топливный баллон также был бы разумным в случае.

Как только вы достигнете Луны, вы можете, наконец, исследовать лунную поверхность для Луны (Village Village) или даже ценную лунную подземелье. Для более длительного пребывания, построить базу Луны.

Полное руководство

Некоторые быстрые моменты, которые вас будут интересовать, если вы используете Galacticraft в сочетании с другими модами. Полные заметки о совместимости см. В разделе Совместимость.

Источники питания
Некоторые машины Galacticraft нуждаются в мощности для работы. Это может быть представлено в виде:

Энергия Галактиккрата (от генератора угля, базовой панели солнечных батарей или расширенной панели солнечных батарей)
RF (Redstone Flux) (требуется Thermal Expansion в Galacticraft 2 — Galacticraft 3 и Galacticraft 4 работают со всеми RF-модами)
Меканизм J (Джоулес)
IC2 EU (Энергетические единицы)
Buildcraft MJ (Minecraft Joules)
Единицы универсального электричества (только для Galacticraft 1)

Рудный словарь

Руды и жидкости Galacticraft зарегистрированы в рудном словаре, что делает их совместимыми с большинством других модов. Например, Galacticraft Copper Ingots и Tin Ingots взаимозаменяемы с: Mekanism, IC2, Tinker’s Construct, Thermal Expansion или Forestry медь и олово. Галактическое масло и ракетное топливо взаимозаменяемы с маслом и топливом Buildcraft. EnderIO Rocket Fuel Buckets также можно использовать в вашем топливном погрузчике.

Алюминиевая руда может быть напудрена в пульверизаторе Thermal Expansion. Начиная с версии 139 (февраль 2018 г.), Galacticraft 4 также позволяет измельчать алюминиевую руду в шлифовальном камне из Applied Energistics 2 или ее можно мацерировать в Macerator Macerator (а затем обрабатывать далее в IC2 с помощью рудной мойки и термоцентрифуги).

Шаг первый: сбор ресурсов

Первым делом нужно собрать оловянную руду, медную руду и алюминиевую руду (которую можно плавить в оловянные слитки, медные слитки и алюминиевые слитки соответственно). Вы также захотите найти какую-то кремниевую руду, которая реже, чем другие три руды и формы на более глубоких уровнях (капли сырого кремния при добыче).
масло

Если Galacticraft является единственным модом, который вы установили, вы можете собирать масло, используя либо обычные ведра, либо пустые канистры, и переносной экстрактор для масла — мы займемся этим через минуту.

Если у вас установлен Buildcraft, рекомендуемым методом сбора масла является использование насосов и резервуаров Buildcraft или Railcraft. Buildcraft также имеет возможность собирать масло в ведрах. Лесное хозяйство дает вам возможность использовать консервные банки, которые дешевы, но одноразовые. Или, вы можете подождать, пока мы не создадим инструменты Galacticraft, необходимые для сбора нефти.

Шаг второй: Источник питания

Чтобы сделать большинство компонентов и инструментов Galacticraft, вам нужны машины Galacticraft, которые сами нуждаются в мощности для запуска. Сначала вам нужно создать генератор угля, так как разработка базовых солнечных панелей и расширенных панелей солнечных батарей включает в себя компоненты, требующие мощности для машин, которые их производят. Конечно, если у вас уже есть инфраструктура питания из других модов, упомянутых в верхней части этой страницы, вы золотые.

Шаг третий: Ремесленные машины

Galacticraft имеет довольно много машин — как правило, размер стола крафта, которые выполняют некоторые удивительные функции. Эта часть руководства охватывает основные машины, с которыми вам нужно начинать.

Хотя ориентация простого рабочего стола не имеет большого значения, машины, созданные вами с помощью Galacticraft, имеют для них уникальные стороны. Некоторым может потребоваться ввод мощности с определенной стороны, некоторые могут производить кислород с другой стороны и т. Д. Многие из машин нуждаются в электроэнергии для питания, хотя некоторые из них работают на угле.

Как обычные печи и крафтинговые столы, обычно щелчок правой кнопкой мыши на машине позволит вам просмотреть консоль. Перемещение мыши над слотами в консоли компьютера даст вам некоторую информацию о том, что делает каждая часть, и какие материалы идут туда.

Изготовитель цепей. Первая машина, которую вы хотите построить, — это Circuit Fabricator, поскольку она создает базовую платформу и дополнительную вафлю, которые являются важными компонентами, используемыми во многих других машинах. (Он также создает солнечные панели, которые вы будете использовать позже, чтобы сделать солнечную энергию.)

Примечание (только для Galacticraft 2): Если вы подключите трассировщик цепи через трубопроводную сеть Buildcraft kinesis, мы рекомендуем использовать железную трубу для кинезирования, чтобы ограничить мощность, которую она рисует. Он отлично работает на железной трубе с минимальной настройкой 2 МДж, но подключается непосредственно к высоковольтной сети трубопроводов, он может использовать всю доступную мощность.
компрессор

Теперь, когда вы можете создать базовую платформу, следующей машиной для сборки является компрессор, который сжимает слитки в более прочные сжатые версии материала. Компрессор работает на угле или других горючих веществах. Позже вы сможете сделать электрический компрессор, который работает от источника питания, но поскольку для его сборки требуются сжатые материалы, вам нужно сначала произвести уголь.

Шаг четвертый: начать перерабатывать топливо

Соберите масло, используя либо ведра, либо переносной масляный экстрактор, и несколько пустых жидкостных канистр.

Вам понадобится либо Galacticraft Refinery, либо НПЗ Buildcraft (медленно, используя много энергии в процессе), чтобы доработать масло в Rocket Fuel / Fuel. (Позже, как только вы доберетесь до Марса, вы сможете найти другие способы производства топлива).

Шаг пятый: сбор кислорода

В конце концов, вы сможете создавать кислород в космосе. Но ваш первый раз, это довольно важный ресурс, который можно взять с собой!
Коллекционер кислорода

Во-первых, вам нужно будет создать кислородный коллектор, который также требует питания для запуска. В Overworld вы можете разместить его в любом месте, чтобы начать собирать кислород.

В космосе или в атмосфере без атмосферы вам нужно будет окружить коллектор кислорода либо листьями, либо растущей пшеницей. Но в Overworld вы можете разместить его в любом месте, он просто поглощает кислород из воздуха.

Кислородная труба. Чтобы сделать что-либо с кислородом, собранным коллекционером, вам нужно будет создать кислородные трубы, используя шесть стеклянных стекол на обычной сетке для рисования — три сверху и снизу. Вы будете использовать кислородную трубу для подачи кислорода из коллектора кислорода в …

Кислородный компрессор. Вам нужно будет нагнетать кислород в компрессор кислорода, который будет использовать его для заполнения.

Кислородные цистерны. Вы будете использовать кислородный компрессор для заполнения кислородных резервуаров. Есть три размера кислородного бака, которые вы можете построить: легкий кислородный бак, средний кислородный бак или тяжелый кислородный бак. Для того, чтобы иметь достаточное время для запуска базы луны, рекомендуется использовать несколько средних или тяжелых танков. Для получения подробной информации о баллонах с кислородом, а также о том, как надеть скафандр, перейдите на страницу руководства Oxygen.

Шаг шестой: создание ракеты

Пересмотренные шаги, выполненные до сих пор: вы собрали руду и масло, создали источник энергии (возможно, даже солнечную энергию), создали различные машины для обработки руды и заполнения как топливных, так и кислородных резервуаров, вы носите свою экипировку на скафандре — или, по крайней мере, связанные с кислородом компоненты — так как это всегда хорошая идея, когда оставляете твердую почву для перевозки парашюта, добавьте это тоже. Последний слот на вкладке скафандра предназначен для частотного модуля — он является дополнительным, но поможет вам правильно слышать звуки в пространстве (он также используется с Telemetry Unit, чтобы ваши приятели могли отслеживать вас с вашей базы, если вы играя с друзьями).

Каждой космической программе, конечно же, нужна ракета. Сейчас пришло время работать над этим. Сначала создайте NASA Workbench — щелкните правой кнопкой мыши, чтобы просмотреть макет Rocket Tier 1. Вставьте различные компоненты, чтобы сделать ракетно-носовой конус, гальванизацию, ребра и, конечно же, двигатель. Pro Совет: деревянные сундуки являются дополнительными, но не дорогостоящими, поэтому вы должны всегда добавлять 3 деревянных сундука при создании своей ракеты, чтобы придать ей максимальный грузовой трюм.

Создайте стартовую площадку и разместите на ней свою раку, и вы почти готовы к взлету! Установка топливного погрузчика рядом с стартовой площадкой позволяет загружать топливо через канистры, производимые на вашем НПЗ. Другие моды также могут обеспечить прямое использование топлива для трубопроводов, а не использовать канистры.

Нажмите кнопку «Загрузка топлива», чтобы начать процесс подачи топлива для вашей ракеты. Войдите в свою ракету и нажмите «F», чтобы не только просмотреть процент загрузки топлива, но и инвентарь и — если вы добавили сундуки во время сборки — инвентарь самой ракеты.

Шаг седьмой

Теперь было бы неплохо прочитать контрольный список перед полетом, чтобы убедиться, что у вас есть все, что вам нужно, прежде чем идти в космос. Если вы что-то забыли, это долгий путь, чтобы вернуться …

Нажмите SPACE, чтобы запустить свою ракету. По мере того как отсчет отсчитывает до 0, попробуйте расслабиться и насладиться своей поездкой в ​​космос!
Не забывайте! Ваша ракета уровня 1 может взять вас либо на Луну, либо на космическую станцию ​​(если у вас есть материалы для ее создания). Обязательно сделайте небольшое исследование о Луне, чтобы вы знали, как и когда безопасно садиться!

База на Луне

Для более длительного пребывания на Луне, кроме топливного погрузчика и пустого контейнера (необходимо для дозаправки вашей ракеты, чтобы вернуться домой), предметы, которые вы должны брать с собой на Луну, могут включать:

источник питания — солнечные панели, провода и модуль энергосбережения
источник кислорода — кислородный компрессор, грязь и семена или саженцы, или несколько стеков листьев
источник света
еда (!)
Дистрибьютор кислорода или кислородный герметик и некоторые кислородные трубы

Вы также можете захотеть пару водяных ведер для подачи воды, хотя иногда вода может быть найдена в Alien Villages. Если вам интересно, какие функции и цели Дистрибьютора, Коллекционера и Пузыря, кислород может быть предоставлен на вашу лунную основу с помощью Коллектора кислорода. Дышащий кислород создается путем посадки двух или нескольких деревьев на Луну с источником воды рядом с Коллекционером кислорода очень близко к листьям деревьев.

Затем подключите распределитель кислорода к коллектору кислорода с кислородными трубами, чтобы кислород мог перемещаться из коллектора в распределитель Bubble. Дистрибьютор Bubble предназначен как быстрый способ начать работу, поэтому вы можете снять свою маску. Для более постоянной базы вы, вероятно, захотите построить кислородный герметик, который может заполнить любое замкнутое пространство кислородом.

Чтобы «заключить» вашу будущую лунную базу, это просто случай, когда стены твердые, и вам понадобится дверь из твердых блоков. Если вы хорошо справляетесь с красным камнем, вы можете сделать поршневую дверь, иначе у Галактиккрафта есть воздушные замки. Чтобы сделать один из них, вам понадобятся по крайней мере семь рамок Air Lock и один контроллер Air Lock — обратите внимание на то, что в его рецепте есть метеорное железо, поэтому его нельзя сделать, пока вы не доберетесь до Луны.

Как и все машины Galacticraft, кислородные машины требуют источника энергии для работы. Хорошим источником энергии на Луне является солнечная панель, если у вас есть пара модулей хранения энергии, чтобы все работало во время длинной лунной ночи. Генератор угля может быть полезен для резервного копирования.
Можете ли вы жить на Луне постоянно?

Короткий ответ — да, до тех пор, пока вы взяли с собой некоторые запасы для выращивания продовольствия — так что некоторые семена пшеницы, а может быть, некоторые семена тыквы, тростника и куриные яйца (чтобы сделать курятину и, наконец, тыквенный пирог). Вам также понадобятся саженцы для выращивания деревьев (необходимые для производства кислорода для коллектора кислорода) и как запас древесины — или вы можете украсть саженцы из Alien Village.

На Луне есть некоторые минеральные ресурсы: поэтому вы можете собрать много медной руды и оловянной руды, а также Метеорическое железо, которое является важным ресурсом для создания некоторых более продвинутых предметов из средней игры и добраться до Марса.

Однако некоторые материалы отсутствуют на Луне и могут быть найдены только на Overworld. К ним относятся: железная руда, кремний, золотая руда, лазурит, красный камень, бриллианты, лава и обсидиан. Возможно, также руды из других модов (в зависимости от ваших настроек мира). Также булыжник, гравий, песок, кремня и грязь! Все это внезапно ценные предметы на Луне, поскольку у вас будет только то, что вы принесли с собой. Чтобы пополнить запасы этих материалов и, возможно, также для продуктов питания или других предметов, вам, вероятно, придется иногда возвращаться в Overworld — по крайней мере, до тех пор, пока вы не доберетесь до Марса, после чего вы можете создать автоматическую систему Cargo Rockets и погрузчиков и разгружатели, чтобы принести вам нужные вам предметы.

На Луне есть мобы (Evolved Creeper, Evolved Zombie, Evolved Spider, Evolved Skeleton), а также (в Galacticraft 4 Evolved Endermen, так что вы можете найти Ender Pearls на Луне. Невозможно достичь «Конец с Луны», и трудно добраться до Пустоты, поскольку портал Пустоты нельзя воспламенять в безкислородной среде. (Будущие версии Galacticraft могут полностью отключить порталы Пустоты в космических измерениях.)

На Луне нет животных, и вы не можете носить с собой живых животных в ракете (если у вас нет другого мод, дающего вам способ передвижения животных). Обычно это означает, что в Галактикрате есть единственные животные, которых вы можете иметь на Луне, а вы — цыплята, потому что вы можете хотя бы нести яйца.

Что делать дальше?

В Galacticraft есть множество замечательных вещей, и все это время добавляется!

Вот краткий список вещей, которые можно попробовать:
Постройте космическую станцию ​​Overworld и пригласите своих друзей.
Исследуйте Луну и вступайте в контакт с колонией Луновых жителей.
Сделайте свой знак, разместив флаг на Луне или попробуйте его на Overworld.
Заправь немного сырной руды.
Установите систему подачи кислорода на вашу космическую станцию ​​или лунную колонию.
Сделать Луну Багги и ездить в нем.
Убейте Метеорного Железа и создайте Вращающиеся Уклоны, чтобы ваша спина Космической Станции
Постройте более технологически выглядящую базу, с Arc Lamps для освещения (это самый яркий источник света, доступный в Minecraft) и экранные экраны на стенах
Продолжайте ехать на Марс.
Марс открывает новый материал, Desh, который позволит вам сделать лучшую броню и инструменты и некоторые другие более мощные предметы
Марс также открывает новые машины и доступ к астероидам …

Требования:

  • Forge
  • Galacticraft Planets
  • Micdoodle Core

Похожие моды:

  • Аддоны на Galacticraft
  • Advanced Rocketry

Как установить Galacticraft Core на Майнкрафт:

  1. Скачать и установить Forge рекомендованной версии
  2. Скачать и кинуть скачанный мод Galacticraft Core в папку mods. Все!
  3. Подробнее.

Скачать Galacticraft Core мод на Minecraft (тыкайте по нужной ссылке и через 6 секунд появится нужная ссылка):

Для 1.12.2 / 1.12.1 / 1.12

  • Galacticraft Core на 1.12.2 (23.11.21)

Для 1.11.2

  • Galacticraft Core на 1.11.2 (23.11.21)

Для 1.10.2

  • Galacticraft Core на 1.10.2 (23.11.21)

Для 1.8.9

  • Galacticraft Core на 1.8.9 (23.11.21)

Для 1.7.10

  • Galacticraft Core на 1.7.10 (23.11.21)

Для 1.7.2

  • Galacticraft Core на 1.7.2 (23.11.21)

Для 1.6.4

  • Galacticraft Core на 1.6.4 (23.11.21)

0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии

А вот еще интересные материалы:

  • Яшка сломя голову остановился исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного исправьте ошибки
  • Ясность цели позволяет целеустремленно добиваться намеченного где ошибка
  • Gaggenau варочная панель ошибка
  • G40 ошибка фольксваген гольф 4