Jump to content

Modded Minecraft Crashreport Help


Lairek

Recommended Posts

I need help finding the problem with my modded Minecraft, it is for 1.12.2. Any help would be very appreciated! 

 

Spoiler

---- Minecraft Crash Report ----

WARNING: coremods are present:
  FarseekCoreMod (Farseek-1.12-2.3.1.jar)
  RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  OTGCorePlugin (OTG-Core.jar)
  LoadingPlugin (BetterWithLib-1.12-1.5.jar)
  BaseMetals (BaseMetals-1.12-2.5.0-beta6.280.jar)
  Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  BlurPlugin (Blur-1.0.4-14.jar)
  Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
  LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
  LoadingPlugin (Quark-r1.5-130.jar)
  DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.2.jar)
  CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
Contact their authors BEFORE contacting forge

// Ooh. Shiny.

Time: 11/23/18 6:05 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Base Metals (basemetals)
Caused by: java.lang.NullPointerException
    at com.mcmoddev.basemetals.integration.plugins.BMeTinkersConstruct.materialRegistration(BMeTinkersConstruct.java:59)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_872_BMeTinkersConstruct_materialRegistration_MaterialRegistrationEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at com.mcmoddev.lib.integration.plugins.TinkersConstruct.preInit(TinkersConstruct.java:93)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_867_TinkersConstruct_preInit_IntegrationPreInitEvent.invoke(.dynamic)
    at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
    at com.mcmoddev.lib.integration.IntegrationManager.preInitPhase(IntegrationManager.java:194)
    at com.mcmoddev.basemetals.proxy.CommonProxy.preInit(CommonProxy.java:97)
    at com.mcmoddev.basemetals.proxy.ClientProxy.preInit(ClientProxy.java:40)
    at com.mcmoddev.basemetals.BaseMetals.preInit(BaseMetals.java:155)
    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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:624)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    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:218)
    at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:196)
    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:135)
    at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:627)
    at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
    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)


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

-- 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: 803598080 bytes (766 MB) / 1909456896 bytes (1821 MB) up to 6841434112 bytes (6524 MB)
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7340m -Xms256m -XX:PermSize=256m
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP 9.42 Powered by Forge 14.23.5.2775 140 mods loaded, 140 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                                |
    |:----- |:-------------------- |:------------------------ |:------------------------------------------------- |:---------------------------------------- |
    | UCH   | minecraft            | 1.12.2                   | minecraft.jar                                     | None                                     |
    | UCH   | mcp                  | 9.42                     | minecraft.jar                                     | None                                     |
    | UCH   | FML                  | 8.0.99.99                | forge-1.12.2-14.23.5.2775.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH   | forge                | 14.23.5.2775             | forge-1.12.2-14.23.5.2775.jar                     | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCH   | otgcore              | 1.12.2 - v7              | minecraft.jar                                     | None                                     |
    | UCH   | foamfixcore          | 7.7.4                    | minecraft.jar                                     | None                                     |
    | UCH   | dsurroundcore        |                          | minecraft.jar                                     | None                                     |
    | UCH   | infinitylib          | 1.12.2-1.12.0            | infinitylib-1.12.0.jar                            | None                                     |
    | UCH   | agricraft            | 2.12.0-1.12.0-a6         | AgriCraft-2.12.0-1.12.0-a6.jar                    | None                                     |
    | UCH   | applecore            | 3.1.4                    | AppleCore-mc1.12.2-3.1.4.jar                      | None                                     |
    | UCH   | crafttweaker         | 4.1.13                   | CraftTweaker2-1.12-4.1.13.jar                     | None                                     |
    | UCH   | mtlib                | 3.0.5                    | MTLib-3.0.5.jar                                   | None                                     |
    | UCH   | modtweaker           | 4.0.15                   | modtweaker-4.0.15.jar                             | None                                     |
    | UCH   | jei                  | 4.13.1.224               | jei_1.12.2-4.13.1.224.jar                         | None                                     |
    | UCH   | ctm                  | MC1.12.2-0.3.2.20        | CTM-MC1.12.2-0.3.2.20.jar                         | None                                     |
    | UCH   | mantle               | 1.12-1.3.3.39            | Mantle-1.12-1.3.3.39.jar                          | None                                     |
    | UCH   | pvj                  | 1.4.0                    | ProjectVibrantJourneys-1.12.2-1.4.0.jar           | None                                     |
    | UCH   | chisel               | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                      | None                                     |
    | UCH   | tconstruct           | 1.12.2-2.11.0.106        | TConstruct-1.12.2-2.11.0.106.jar                  | None                                     |
    | UCH   | betterwithmods       | 1.12-2.3.17              | BetterWithMods-1.12-2.3.17.jar                    | None                                     |
    | UCH   | appleskin            | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                        | None                                     |
    | UCH   | aquaculture          | 1.6.7                    | Aquaculture-1.12.2-1.6.7.jar                      | None                                     |
    | UCH   | quark                | r1.5-130                 | Quark-r1.5-130.jar                                | None                                     |
    | UCH   | autoreglib           | 1.3-20                   | AutoRegLib-1.3-20.jar                             | None                                     |
    | UCEE  | basemetals           | 2.5.0-beta6              | BaseMetals-1.12-2.5.0-beta6.280.jar               | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UC    | baublelicious        | 1.4.0-4                  | Baublelicious-1.4.0-4.jar                         | None                                     |
    | UC    | baubles              | 1.5.2                    | Baubles-1.12-1.5.2.jar                            | None                                     |
    | UC    | bhc                  | 1.2.1                    | baubley-heart-canisters-1.12.2-1.2.1.jar          | None                                     |
    | UC    | betteradvancements   | 0.0.5.17                 | BetterAdvancements-1.12.2-0.0.5.17.jar            | None                                     |
    | UC    | betterbedrockgen     | 6.0.2                    | BetterBedrockGenerator-1.12-6.1.1.jar             | None                                     |
    | UC    | betterbuilderswands  | 0.12.0                   | BetterBuildersWands-1.12-0.12.0.251+d6c4d93.jar   | None                                     |
    | UC    | betterquesting       | 3.5.276                  | BetterQuesting-3.5.276.jar                        | None                                     |
    | UC    | betterwithlib        | ${version}               | BetterWithLib-1.12-1.5.jar                        | None                                     |
    | UC    | bibliocraft          | 2.4.5                    | BiblioCraft[v2.4.5][MC1.12.2].jar                 | None                                     |
    | UC    | openterraingenerator | v6                       | OpenTerrainGenerator-1.12.2 - v6.jar              | e9f7847a78c5342af5b0a9e04e5abc0b554d69e0 |
    | UC    | biomebundle          | 5.1                      | Biome_Bundle-1.12.2-v6.1.jar                      | None                                     |
    | UC    | blur                 | 1.0.4-14                 | Blur-1.0.4-14.jar                                 | None                                     |
    | UC    | chameleon            | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                          | None                                     |
    | UC    | chesttransporter     | 2.8.8                    | ChestTransporter-1.12.2-2.8.8.jar                 | None                                     |
    | UC    | conarm               | 1.2.0.1                  | conarm-1.12.2-1.2.0.1.jar                         | 5d5b8aee896a4f5ea3f3114784742662a67ad32f |
    | UC    | controlling          | 3.0.6                    | Controlling-3.0.6.jar                             | None                                     |
    | UC    | cookingforblockheads | 6.4.65                   | CookingForBlockheads_1.12.2-6.4.65.jar            | None                                     |
    | UC    | coralreef            | 2.0                      | CoralReef-2.5-1.12.2.jar                          | None                                     |
    | UC    | ctgui                | 1.0.0                    | CraftTweaker2-1.12-4.1.13.jar                     | None                                     |
    | UC    | crafttweakerjei      | 2.0.2                    | CraftTweaker2-1.12-4.1.13.jar                     | None                                     |
    | UC    | creeperconfetti      | 1.4.2                    | creeperconfetti-1.4.2.jar                         | None                                     |
    | UC    | cucumber             | 1.1.1                    | Cucumber-1.12.2-1.1.1.jar                         | None                                     |
    | UC    | custommainmenu       | 2.0.9                    | CustomMainMenu-MC1.12.2-2.0.9.jar                 | None                                     |
    | UC    | dailies              | 1.12.2-6                 | dailies-1.12.2-6.jar                              | None                                     |
    | UC    | ptrmodellib          | 1.0.3                    | PTRLib-1.0.3.jar                                  | None                                     |
    | UC    | props                | 2.6.2                    | Decocraft-2.6.2_1.12.2.jar                        | None                                     |
    | UC    | doggytalents         | 1.14.2.379               | DoggyTalents-1.12.2-1.14.2.379-universal.jar      | None                                     |
    | UC    | dungeontactics       | DT-0.15.7                | DungeonTactics-1.12.2-0.15.7.jar                  | None                                     |
    | UC    | extraalchemy         | 0.3.8.6.1-release        | extraalchemy-0.3.8.6.1-release.jar                | None                                     |
    | UC    | fairylights          | 2.1.4                    | fairylights-2.1.4-1.12.2.jar                      | None                                     |
    | UC    | familiarfauna        | 1.0.10                   | FamiliarFauna-1.12.2-1.0.10.jar                   | None                                     |
    | UC    | farseek              | 2.3.1                    | Farseek-1.12-2.3.1.jar                            | None                                     |
    | UC    | fastleafdecay        | v14                      | FastLeafDecay-v14.jar                             | None                                     |
    | UC    | foamfix              | 0.10.3-1.12.2            | foamfix-0.10.3-1.12.2.jar                         | None                                     |
    | UC    | foodexpansion        | 1.3                      | FoodExpansion1.3.3-1.12.2.jar                     | None                                     |
    | UC    | gardenstuff          | 1.12-2.1.1               | GardenStuff-1.12-2.1.1.jar                        | None                                     |
    | UC    | hopperducts          | 1.5                      | hopperducts-mc1.12-1.5.jar                        | None                                     |
    | UC    | waila                | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                       | None                                     |
    | UC    | ichunutil            | 7.1.4                    | iChunUtil-1.12.2-7.1.4.jar                        | None                                     |
    | UC    | improvedhoes         | 1.2.2                    | ImprovedHoes-1.12-1.2.2.jar                       | None                                     |
    | UC    | infernalmobs         | 1.7.5                    | InfernalMobs-1.12.2.jar                           | None                                     |
    | UC    | lunatriuscore        | 1.2.0.42                 | LunatriusCore-1.12.2-1.2.0.42-universal.jar       | None                                     |
    | UC    | ingameinfoxml        | 2.8.2.94                 | InGameInfoXML-1.12.2-2.8.2.94-universal.jar       | None                                     |
    | UC    | inspirations         | 1.12.2-0.2.3             | Inspirations-1.12.2-0.2.3.jar                     | None                                     |
    | UC    | inventorytweaks      | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                          | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
    | UC    | ironbackpacks        | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                 | None                                     |
    | UC    | ironchest            | 1.12.2-7.0.54.838        | ironchest-1.12.2-7.0.54.838.jar                   | None                                     |
    | UC    | ironfurnaces         | 1.3.1                    | ironfurnaces-1.3.1.jar                            | None                                     |
    | UC    | journeymap           | 1.12.2-5.5.2             | journeymap-1.12.2-5.5.2.jar                       | None                                     |
    | UC    | jaff                 | 1.7_for_1.12             | JustAFewFish-1.7_for_1.12.jar                     | None                                     |
    | UC    | justenoughbuttons    | 1.12-1.2                 | justenoughbuttons-1.12.2-1.2.2-5.jar              | None                                     |
    | UC    | jeresources          | 0.8.9.48                 | JustEnoughResources-1.12.2-0.8.9.48.jar           | None                                     |
    | UC    | landlust             | 1.12.2-0.3.6             | landlust-1.12.2-0.3.6.jar                         | None                                     |
    | UC    | levelup2             | ${version}               | Level Up! 2-1.1.22-1.12.jar                       | None                                     |
    | UC    | lex                  | 1.0.8                    | LibEx-1.12.2-1.0.8.jar                            | None                                     |
    | UC    | radixcore            | 1.12.x-2.2.1             | RadixCore-1.12.x-2.2.1-universal.jar              | None                                     |
    | UC    | mca                  | 1.12.2-5.3.1             | MCA-1.12.x-5.3.1-universal.jar                    | None                                     |
    | UC    | megaloot             | 0.2.30                   | megaloot-1.12.2-0.2.30.jar                        | None                                     |
    | UC    | minecolonies         | 1.12.2-0.10.27-RELEASE   | minecolonies-1.12.2-0.10.27-RELEASE-universal.jar | None                                     |
    | UC    | mobdismemberment     | 7.0.0                    | MobDismemberment-1.12.2-7.0.0.jar                 | None                                     |
    | UC    | guilib               | $version                 | morepaintings-paintings-1.12.2-5.0.0.2.jar        | None                                     |
    | UC    | paintingselgui       | $version                 | morepaintings-paintings-1.12.2-5.0.0.2.jar        | None                                     |
    | UC    | morepaintings        | $version                 | morepaintings-paintings-1.12.2-5.0.0.2.jar        | None                                     |
    | UC    | mousetweaks          | 2.9                      | MouseTweaks-2.9-mc1.12.2.jar                      | None                                     |
    | UC    | neat                 | 1.4-17                   | Neat 1.4-17.jar                                   | None                                     |
    | UC    | nex                  | 2.0.8                    | NetherEx-1.12.2-2.0.8.jar                         | None                                     |
    | UC    | nethermetals         | 1.2.0-beta4              | NetherMetals-1.12-1.2.0-beta4.65.jar              | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UC    | noautojump           | 1.0                      | NoAutoJump-1.12-1.0.jar                           | None                                     |
    | UC    | nmsot                | 1.2.2-mc1.12.2           | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar           | None                                     |
    | UC    | recipehandler        | 0.12                     | NoMoreRecipeConflict-0.12(1.12.2).jar             | None                                     |
    | UC    | orespawn             | 3.3.0                    | OreSpawn-1.12-3.3.0.155.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UC    | bonecraft            | 1.12.2a                  | Pam's BoneCraft 1.12.2a.jar                       | None                                     |
    | UC    | clayspawn            | 1.12a                    | Pam's ClaySpawn 1.12a.jar                         | None                                     |
    | UC    | getalltheseeds       | 1.12a                    | Pam's Get all the Seeds! 1.12a.jar                | None                                     |
    | UC    | harvestcraft         | 1.12.2z                  | Pam's HarvestCraft 1.12.2za.jar                   | None                                     |
    | UC    | llamamilking         | 1.12.2b                  | Pam's Llama Milking 1.12.2b.jar                   | None                                     |
    | UC    | pigskin              | 1.12.2b                  | Pam's Pig Skin 1.12.2b.jar                        | None                                     |
    | UC    | sheepmilking         | 1.12.2b                  | Pam's Sheep Milking 1.12.2b.jar                   | None                                     |
    | UC    | spookytree           | 1.12.2a                  | Pam's Spooky Tree 1.12.2a.jar                     | None                                     |
    | UC    | squidmilking         | 1.12.2a                  | Pam's Squid Milking 1.12.2a.jar                   | None                                     |
    | UC    | pickletweaks         | 2.0.17                   | PickleTweaks-1.12-2.0.17.jar                      | None                                     |
    | UC    | rustic               | 1.0.12                   | rustic-1.0.12.jar                                 | None                                     |
    | UC    | vanillafoodpantry    | 4.2.3                    | vanillafoodpantry-mc1.12.2-4.2.3.jar              | None                                     |
    | UC    | pinklysheep          | 4.0.0b6                  | pinklysheep-mc1.12.2-4.0b6.jar                    | None                                     |
    | UC    | placebo              | 1.5.0                    | Placebo-1.12.2-1.5.0.jar                          | None                                     |
    | UC    | plustic              | 6.5.4.1                  | plustic-6.5.4.1.jar                               | None                                     |
    | UC    | potioncore           | 1.6_for_1.12.2           | PotionCore-1.6_for_1.12.2.jar                     | None                                     |
    | UC    | prefab               | 1.3.0.25                 | prefab-1.3.0.25.jar                               | None                                     |
    | UC    | primitivemobs        | 1.1.6                    | primitivemobs-1.1.6_beta.jar                      | None                                     |
    | UC    | qualitytools         | 1.0.6_for_1.12.2         | QualityTools-1.0.6_for_1.12.2.jar                 | None                                     |
    | UC    | questbook            | 3.1.1-1.12               | questbook-3.1.1-1.12.jar                          | None                                     |
    | UC    | xreliquary           | 1.12.2-1.3.4.780         | Reliquary-1.12.2-1.3.4.780.jar                    | None                                     |
    | UC    | repurpose            | 1.0.0.19                 | Repurpose-1.0.0.19.jar                            | None                                     |
    | UC    | resourceloader       | 1.5.3                    | ResourceLoader-MC1.12.1-1.5.3.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
    | UC    | roguelike            | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar                | None                                     |
    | UC    | sevtweaks            | 0.2.3-20                 | sevtweaks-0.2.3-20.jar                            | None                                     |
    | UC    | solcarrot            | 1.3.1                    | solcarrot-1.12.2-1.3.3.jar                        | None                                     |
    | UC    | soundfilters         | 0.10_for_1.12            | SoundFilters-0.10_for_1.12.jar                    | None                                     |
    | UC    | bq_standard          | 3.4.145                  | StandardExpansion-3.4.145.jar                     | None                                     |
    | UC    | storagedrawers       | 1.12-5.3.5               | StorageDrawers-1.12.2-5.3.7.jar                   | None                                     |
    | UC    | streams              | 0.4.4                    | Streams-1.12-0.4.4.jar                            | None                                     |
    | UC    | terracart            | 1.12.2-1.2.3             | terracartreloaded-1.12.2-1.2.3.jar                | None                                     |
    | UC    | tinkerscompendium    | 1.4.2.20.1               | tinkersdefense-1.4.2.20.1.jar                     | None                                     |
    | UC    | tinkersjei           | 1.0                      | tinkersjei-1.0.jar                                | None                                     |
    | UC    | tinkertoolleveling   | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar               | None                                     |
    | UC    | tombmanygraves       | 1.12-4.2.0               | TombManyGraves-1.12-4.2.0.jar                     | None                                     |
    | UC    | totemic              | 1.12.2-0.11.3            | Totemic-1.12.2-0.11.3.jar                         | 21d11d7bf4d97b465382a1f95428029aac6daaea |
    | UC    | tumbleweed           | 1.11-0.4.5               | tumbleweed-1.11-0.4.5.jar                         | None                                     |
    | UC    | uniquecrops          | 0.1.76                   | uniquecrops-1.12-0.1.76.jar                       | None                                     |
    | UC    | wailaharvestability  | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar             | None                                     |
    | UC    | wawla                | 2.5.264                  | Wawla-1.12.2-2.5.264.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
    | UC    | waystones            | 4.0.67                   | Waystones_1.12.2-4.0.67.jar                       | None                                     |
    | UC    | weeeflowers          | 1.12.2b                  | Weee! Flowers 1.12.2b.jar                         | None                                     |
    | UC    | dsurround            | 3.4.10.2                 | DynamicSurroundings-1.12.2-3.4.10.2.jar           | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
    | UC    | presets              | 3.4.10.2                 | DynamicSurroundings-1.12.2-3.4.10.2.jar           | None                                     |

    Loaded coremods (and transformers): 
FarseekCoreMod (Farseek-1.12-2.3.1.jar)
  farseek.core.FarseekClassTransformer
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar)
  pw.prok.realbench.asm.RBTransformer
OTGCorePlugin (OTG-Core.jar)
  com.pg85.otg.forge.asm.OTGClassTransformer
LoadingPlugin (BetterWithLib-1.12-1.5.jar)
  betterwithmods.library.core.ClassTransformer
BaseMetals (BaseMetals-1.12-2.5.0-beta6.280.jar)
  
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
  invtweaks.forge.asm.ContainerTransformer
BlurPlugin (Blur-1.0.4-14.jar)
  com.tterrag.blur.BlurTransformer
Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.3-1.12.2.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
  lumien.resourceloader.asm.ClassTransformer
AppleCore (AppleCore-mc1.12.2-3.1.4.jar)
  squeek.applecore.asm.TransformerModuleHandler
LoadingPlugin (Quark-r1.5-130.jar)
  vazkii.quark.base.asm.ClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.4.10.2.jar)
  org.blockartistry.DynSurround.asm.Transformer
CTMCorePlugin (CTM-MC1.12.2-0.3.2.20.jar)
  team.chisel.ctm.client.asm.CTMTransformer
    GL info: ' Vendor: 'Intel' Version: '4.5.0 - Build 23.20.16.4973' Renderer: 'Intel(R) HD Graphics 630'
    Pulsar/tconstruct loaded Pulses: 
        - TinkerCommons (Enabled/Forced)
        - TinkerWorld (Enabled/Not Forced)
        - TinkerTools (Enabled/Not Forced)
        - TinkerHarvestTools (Enabled/Forced)
        - TinkerMeleeWeapons (Enabled/Forced)
        - TinkerRangedWeapons (Enabled/Forced)
        - TinkerModifiers (Enabled/Forced)
        - TinkerSmeltery (Enabled/Not Forced)
        - TinkerGadgets (Enabled/Not Forced)
        - TinkerOredict (Enabled/Forced)
        - TinkerIntegration (Enabled/Forced)
        - TinkerFluids (Enabled/Forced)
        - TinkerMaterials (Enabled/Forced)
        - TinkerModelRegister (Enabled/Forced)
        - chiselIntegration (Enabled/Not Forced)
        - wailaIntegration (Enabled/Not Forced)

    Pulsar/inspirations loaded Pulses: 
        - InspirationsShared (Enabled/Forced)
        - InspirationsBuilding (Enabled/Not Forced)
        - InspirationsUtility (Enabled/Not Forced)
        - InspirationsTools (Enabled/Not Forced)
        - InspirationsRecipes (Enabled/Not Forced)
        - InspirationsTweaks (Enabled/Not Forced)
        - InspirationsShared (Enabled/Forced)
        - WailaPlugin (Enabled/Not Forced)
 

 

Link to comment
Share on other sites

Try removing base metals

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

Link to comment
Share on other sites

Join the conversation

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

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

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi, I want to make a client-only mod, everything is ok, but when I use shaders, none of the textures rendered in RenderLevelStageEvent nor the crow entity model are rendered, I want them to be visible, because it's a horror themed mod Here is how i render the crow model in the CrowEntityRenderer<CrowEntity>, by the time i use this method, i know is not the right method but i don't think this is the cause of the problem, the renderType i'm using is entityCutout @Override public void render(CrowEntity p_entity, float entityYaw, float partialTick, PoseStack poseStack, MultiBufferSource bufferSource, int packedLight) { super.render(p_entity, entityYaw, partialTick, poseStack, bufferSource, packedLight); ClientEventHandler.getClient().crow.renderToBuffer(poseStack, bufferSource.getBuffer(ClientEventHandler.getClient().crow .renderType(TEXTURE)), packedLight, OverlayTexture.NO_OVERLAY, Utils.rgb(255, 255, 255)); } Here renderLevelStage @Override public void renderWorld(RenderLevelStageEvent e) { horrorEvents.draw(e); } Here is how i render every event public void draw(RenderLevelStageEvent e) { for (HorrorEvent event : currentHorrorEvents) { event.tick(e.getPartialTick()); event.draw(e); } } Here is how i render the crow model on the event @Override public void draw(RenderLevelStageEvent e) { if(e.getStage() == RenderLevelStageEvent.Stage.AFTER_ENTITIES) { float arcProgress = getArcProgress(0.25f); int alpha = (int) Mth.lerp(arcProgress, 0, 255); int packedLight = LevelRenderer.getLightColor(Minecraft.getInstance().level, blockPos); VertexConsumer builder = ClientEventHandler.bufferSource.getBuffer(crow); Crow<CreepyBirdHorrorEvent> model = ClientEventHandler .getClient().crow; model.setupAnim(this); RenderHelper.renderModelInWorld(model, position, offset, e.getCamera(), e.getPoseStack(), builder, packedLight, OverlayTexture.NO_OVERLAY, alpha); builder = ClientEventHandler.bufferSource.getBuffer(eyes); RenderHelper.renderModelInWorld(model, position, offset, e.getCamera(), e.getPoseStack(), builder, 15728880, OverlayTexture.NO_OVERLAY, alpha); } } How i render the model public static void renderModelInWorld(Model model, Vector3f pos, Vector3f offset, Camera camera, PoseStack matrix, VertexConsumer builder, int light, int overlay, int alpha) { matrix.pushPose(); Vec3 cameraPos = camera.getPosition(); double finalX = pos.x - cameraPos.x + offset.x; double finalY = pos.y - cameraPos.y + offset.y; double finalZ = pos.z - cameraPos.z + offset.z; matrix.pushPose(); matrix.translate(finalX, finalY, finalZ); matrix.mulPose(Axis.XP.rotationDegrees(180f)); model.renderToBuffer(matrix, builder, light, overlay, Utils .rgba(255, 255, 255, alpha)); matrix.popPose(); matrix.popPose(); } Thanks in advance
    • Fastfund Recovery are the world's top-notch hackers known for their excellent service rendered to scam victims helping them get their funds reclaimed back to their wallets and accounts around the globe with other general hacker service/cyber issues. Fastfunds Recovery Service are trusted and reliable digital online platform with trusted hackers for all kinds of cyber issues. * E/mail: Fastfundrecovery8 at gmail dot com * Whats//App : 1..807..500-.75.54
    • Here's the link: https://mclo.gs/7L5FibL Here's the link: https://mclo.gs/7L5FibL
    • Also the mod "Connector Extras" modifies Reach-entity-attributes and can cause fatal errors when combined with ValkrienSkies mod. Disable this mod and continue to use Syntra without it.
    • Hi everyone. I was trying modify the vanilla loot of the "short_grass" block, I would like it drops seeds and vegetal fiber (new item of my mod), but I don't found any guide or tutorial on internet. Somebody can help me?
  • Topics

×
×
  • Create New...

Important Information

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