GithubHelp home page GithubHelp logo

chisel-team / connectedtexturesmod Goto Github PK

View Code? Open in Web Editor NEW
122.0 10.0 46.0 771 KB

Extensions to the vanilla model system, mainly for connected textures

Home Page: http://chisel.team/ctm

License: GNU General Public License v2.0

Java 100.00%
mod minecraft minecraft-mod api

connectedtexturesmod's Introduction

ConnectedTexturesMod Discord Curseforge Curseforge

Extentions to the vanilla model system to allow contextual rendering in much more complex ways.

What is CTM?

CTM originates from the render code that powered Chisel through MC 1.10. Since then, it has been split, and made into its own fully functional library mod.

CTM allows resourcepack authors and modders alike to create complex render effects, such as connected textures, patterned textures, glowing elements, and more. Best of all, it allows all of this without any code dependencies whatsoever!

That's right, CTM can be used without ever writing a line of code, everything you need is exposed to the resource system, through model and mcmeta JSON files. For specific implementation details, please read the wiki.

How does it work?

CTM tries to do everything "by the book" as far as rendering is concerned. This means that there is no ASM hook for 1.7-style rendering, everything is handled via baked models. CTM takes the baked model provided by vanilla and transforms it on demand to suit the extra rendering effects specified in the special CTM JSON data. Additionally, it provides ways for mods and resourcepacks to be entirely non-depdendant on CTM, they can render something entirely different when CTM is present with a few extra lines of JSON.

Setup Instructions

CTM is a normal mod, that is, all that is necessary to set up your own workspace is gradlew sDecW and then set up for your IDE of choice. See the Forge Docs page on mod setup for more info.

For information on contributing to CTM, see the CONTRIBUTING guide

connectedtexturesmod's People

Contributors

aidancbrady avatar chloedawn avatar drullkus avatar hanetzer avatar justliliandev avatar pupnewfster avatar tomelfring avatar tterrag1098 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

connectedtexturesmod's Issues

Crash report

---- Minecraft Crash Report ----

WARNING: coremods are present:
LoadingPlugin (Quark-r1.2-104.jar)
FarseekCoreMod (Farseek-1.12-2.2.jar)
RBLoadingPlugin (RealBench-1.12-1.3.3.jar)
BCModPlugin (backpacks 1.12 - 3.3.0.jar)
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
DummyPlugin (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63+dev.94.jar)
llibrary (llibrary-1.7.7-1.12.jar)
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
LoadingPlugin (RandomThings-MC1.12.1-4.0.6.jar)
CTMCorePlugin (CTM-MC1.12-0.2.2.7.jar)
IvToolkit (IvToolkit-1.3.3-1.12.jar)
MovingWorldCoreMod (movingworld-1.12-5.341-full.jar)
Contact their authors BEFORE contacting forge

// My bad.

Time: 9/25/17 7:20 PM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
at paulscode.sound.SoundSystem.stop(SoundSystem.java:1188)
at com.creativemd.ambientsounds.AmbientSoundEngine.stop(AmbientSoundEngine.java:241)
at com.creativemd.ambientsounds.AmbientSound.stopSound(AmbientSound.java:220)
at com.creativemd.ambientsounds.AmbientSound.tick(AmbientSound.java:238)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:241)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_408_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1706)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1096)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
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:483)
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:

-- Head --
Thread: Client thread
Stacktrace:
at paulscode.sound.SoundSystem.stop(SoundSystem.java:1188)
at com.creativemd.ambientsounds.AmbientSoundEngine.stop(AmbientSoundEngine.java:241)
at com.creativemd.ambientsounds.AmbientSound.stopSound(AmbientSound.java:220)
at com.creativemd.ambientsounds.AmbientSound.tick(AmbientSound.java:238)
at com.creativemd.ambientsounds.TickHandler.onTick(TickHandler.java:241)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_408_TickHandler_onTick_ClientTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:342)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['nexusdog'/1369890, l='MpServer', x=-1334.17, y=59.00, z=931.58]]
Chunk stats: MultiplayerChunkCache: 1617, 1617
Level seed: 0
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (-92,64,256), Chunk: (at 4,4,0 in -6,16; contains blocks -96,0,256 to -81,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 978778 game time, 1767354 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 48 total; [EntityBat['Bat'/1613586, l='MpServer', x=-1366.60, y=26.02, z=944.50], EntityItem['item.item.egg'/1627141, l='MpServer', x=-1286.39, y=61.00, z=986.95], EntityItem['item.item.egg'/1609479, l='MpServer', x=-1284.03, y=65.00, z=995.06], EntityBat['Bat'/1620528, l='MpServer', x=-1272.82, y=14.48, z=873.49], EntityBat['Bat'/1620529, l='MpServer', x=-1274.51, y=14.18, z=873.64], EntityChicken['Chicken'/1370148, l='MpServer', x=-1307.61, y=67.00, z=1003.87], EntityChicken['Chicken'/1370145, l='MpServer', x=-1287.74, y=62.66, z=986.80], EntityChicken['Chicken'/1370147, l='MpServer', x=-1296.85, y=67.00, z=999.71], EntityChicken['Chicken'/1370159, l='MpServer', x=-1280.50, y=67.00, z=1012.23], EntityChicken['Chicken'/1370154, l='MpServer', x=-1283.34, y=67.00, z=1004.85], EntityChicken['Chicken'/1370155, l='MpServer', x=-1283.11, y=65.00, z=994.80], EntityItem['item.item.feather'/1591591, l='MpServer', x=-1287.37, y=61.00, z=986.33], EntityPainting['Painting'/1597350, l='MpServer', x=-1160.00, y=41.00, z=804.97], EntityChicken['Chicken'/1370198, l='MpServer', x=-1367.82, y=66.00, z=966.66], EntityChicken['Chicken'/1370199, l='MpServer', x=-1391.88, y=69.00, z=983.20], EntityHorse['Horse'/1370200, l='MpServer', x=-1284.95, y=64.00, z=888.11], EntityChicken['Chicken'/1370201, l='MpServer', x=-1373.11, y=67.00, z=994.61], EntityChicken['Chicken'/1370202, l='MpServer', x=-1365.88, y=67.00, z=997.55], EntityChicken['Chicken'/1370189, l='MpServer', x=-1399.22, y=68.00, z=975.54], EntityHorse['Horse'/1370185, l='MpServer', x=-1299.15, y=65.00, z=872.23], EntityBat['Bat'/1641798, l='MpServer', x=-1277.49, y=15.65, z=865.75], EntityItem['item.tile.flower_1.miners_delight'/1615480, l='MpServer', x=-1322.88, y=19.00, z=899.99], EntityItem['item.item.clay'/1606271, l='MpServer', x=-1376.13, y=59.00, z=881.57], EntityPlayerSP['nexusdog'/1369890, l='MpServer', x=-1334.17, y=59.00, z=931.58], EntityItem['item.item.clay'/1633909, l='MpServer', x=-1338.13, y=55.00, z=901.13], EntityItem['item.tile.flower_1.miners_delight'/1579894, l='MpServer', x=-1320.13, y=19.00, z=899.76], EntityBat['Bat'/1643126, l='MpServer', x=-1255.46, y=17.33, z=892.04], EntityChicken['Chicken'/1370212, l='MpServer', x=-1337.07, y=65.00, z=1001.16], EntityChicken['Chicken'/1370214, l='MpServer', x=-1288.54, y=62.64, z=985.65], EntityChicken['Chicken'/1370208, l='MpServer', x=-1367.37, y=67.00, z=1008.10], EntityChicken['Chicken'/1370221, l='MpServer', x=-1310.75, y=67.00, z=1009.11], EntityItem['item.item.egg'/1592930, l='MpServer', x=-1368.10, y=66.00, z=967.49], EntityBat['Bat'/1628824, l='MpServer', x=-1341.88, y=19.09, z=958.24], EntityBat['Bat'/1644700, l='MpServer', x=-1316.57, y=53.00, z=968.75], EntityPainting['Painting'/1597348, l='MpServer', x=-1163.50, y=42.00, z=796.03], EntityItem['item.item.clay'/1630339, l='MpServer', x=-1363.88, y=60.00, z=910.40], EntityPainting['Painting'/1597347, l='MpServer', x=-1161.00, y=42.00, z=796.03], EntitySquid['Squid'/1644729, l='MpServer', x=-1342.14, y=57.07, z=900.33], EntitySquid['Squid'/1644730, l='MpServer', x=-1345.09, y=57.00, z=904.76], EntityBat['Bat'/1629358, l='MpServer', x=-1304.63, y=55.56, z=965.73], EntityBat['Bat'/1627813, l='MpServer', x=-1282.41, y=31.00, z=963.92], EntityItem['item.tile.stone_formations.stone_formation'/1582246, l='MpServer', x=-1329.78, y=33.00, z=927.23], EntitySquid['Squid'/1633225, l='MpServer', x=-1389.47, y=59.23, z=871.93], EntitySquid['Squid'/1633226, l='MpServer', x=-1396.37, y=61.88, z=869.14], EntityBat['Bat'/1633996, l='MpServer', x=-1360.75, y=31.10, z=916.50], EntitySquid['Squid'/1642949, l='MpServer', x=-1339.40, y=56.01, z=906.73], EntityItem['item.item.clay'/1604092, l='MpServer', x=-1385.78, y=58.00, z=873.56], EntityBat['Bat'/1635312, l='MpServer', x=-1274.07, y=15.23, z=867.21]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2748)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 8747607368 bytes (8342 MB) / 12561416192 bytes (11979 MB) up to 12561416192 bytes (11979 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12g -Xms12g
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
FML: MCP 9.40 Powered by Forge 14.21.1.2443 125 mods loaded, 125 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA minecraft{1.12} [Minecraft] (minecraft.jar)
UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.12-14.21.1.2443.jar)
UCHIJAAAAAAAAA forge{14.21.1.2443} [Minecraft Forge] (forge-1.12-14.21.1.2443.jar)
UCHIJAAAAAAAAA ivtoolkit{1.3.3-1.12} [IvToolkit] (minecraft.jar)
UCHIJAAAAAAAAA com.elytradev.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCHIJAAAAAAAAA backpacks16840{3.3.0} [Backpacks!] (backpacks 1.12 - 3.3.0.jar)
UCHIJAAAAAAAAA bowinfinityfix{rv5} [Bow Infinity Fix] (minecraft.jar)
UCHIJAAAAAAAAA simplebedrolls{1.2.1} [Simple Bedrolls] ([1.12]SimpleBedrolls-1.2.1.jar)
UCHIJAAAAAAAAA uncraftingtable{1.8-beta6} [Uncrafting Table] ([1.12]UncraftingTable-1.8-beta6.jar)
UCHIJAAAAAAAAA jei{4.7.11.101} [Just Enough Items] (jei_1.12.2-4.7.11.101.jar)
UCHIJAAAAAAAAA abyssalcraft{1.9.4-pre-4} [AbyssalCraft] (AbyssalCraft-1.12-1.9.4-pre-4.jar)
UCHIJAAAAAAAAA chisel{MC1.12-0.0.13.16} [Chisel] (Chisel-MC1.12-0.0.13.16.jar)
UCHIJAAAAAAAAA mantle{1.12-1.3.1.21} [Mantle] (Mantle-1.12-1.3.1.21.jar)
UCHIJAAAAAAAAA tconstruct{1.12-2.7.3.30} [Tinkers' Construct] (TConstruct-1.12-2.7.3.30.jar)
UCHIJAAAAAAAAA acintegration{1.5.0} [AbyssalCraft Integration] (AbyssalCraft Integration-1.12-1.5.0.jar)
UCHIJAAAAAAAAA actuallyadditions{1.12.1-r120} [Actually Additions] (ActuallyAdditions-1.12.1-r120.jar)
UCHIJAAAAAAAAA baubles{1.5.1} [Baubles] (Baubles-1.12-1.5.1.jar)
UCHIJAAAAAAAAA actuallybaubles{1.1} [Actually Baubles] (ActuallyBaubles-1.12-1.1.jar)
UCHIJAAAAAAAAA allthedrops{1.0.1} [All the Drops] (allthedrops-1.11.2-1.0.1-build-T22.jar)
UCHIJAAAAAAAAA ambientsounds{2.0.0} [AmbientSounds] (AmbientSounds v2.0.8 mc1.12.jar)
UCHIJAAAAAAAAA architecturecraft{@Version@} [ArchitectureCraft] (architecturecraft-1.12-1.20.jar)
UCHIJAAAAAAAAA quark{r1.2-104} [Quark] (Quark-r1.2-104.jar)
UCHIJAAAAAAAAA autoreglib{1.3-13} [AutoRegLib] (AutoRegLib-1.3-13.jar)
UCHIJAAAAAAAAA betterbedrockgen{6.0.2} [BetterBedrockGen] (BetterBedrockGenerator-1.12-6.1.1.jar)
UCHIJAAAAAAAAA betterunderground{1.0.1} [Better Underground] (betterunderground-1.0.1.jar)
UCHIJAAAAAAAAA bibliocraft{2.4.3} [BiblioCraft] (BiblioCraft[v2.4.3][MC1.12.0].jar)
UCHIJAAAAAAAAA natura{1.12-4.3.0.16} [Natura] (Natura-1.12-4.3.0.16.jar)
UCHIJAAAAAAAAA forestry{5.5.6.197} [Forestry] (forestry_1.12.2-5.5.6.197.jar)
UCHIJAAAAAAAAA binniecore{unspecified} [Binnie Core] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAAAAAAA binniedesign{1.0} [Binnie's Design] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAAAAAAA genetics{2.3.1} [Binnie's Genetics] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAAAAAAA botany{2.3.1} [Binnie's Botany] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAAAAAAA extrabees{2.3.1} [Binnie's Extra Bees] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAAAAAAA extratrees{2.3.1} [Binnie's Extra Trees] (binnie-mods-1.12.2-2.3.1.jar)
UCHIJAAAAAAAAA biomesoplenty{7.0.0.2289} [Biomes O' Plenty] (BiomesOPlenty-1.12-7.0.0.2289-universal.jar)
UCHIJAAAAAAAAA birdsnests{2.0.0} [Bird's Nests] (BirdsNests1.12-2.0.0.jar)
UCHIJAAAAAAAAA bookshelf{2.1.441} [Bookshelf] (Bookshelf-1.12.1-2.1.441.jar)
UCHIJAAAAAAAAA clarity{1.0} [Clarity] (clarity-1.0.jar)
UCHIJAAAAAAAAA cleanview{1.12.2-v1} [CleanView] (CleanView-1.12.2-v1.jar)
UCHIJAAAAAAAAA clockhud{1.4.0} [Clock HUD] (ClockHUD-1.12-1.4.0.jar)
UCHIJAAAAAAAAA cyclopscore{0.10.19} [Cyclops Core] (CyclopsCore-1.12-0.10.19.jar)
UCHIJAAAAAAAAA commoncapabilities{1.4.0} [CommonCapabilities] (CommonCapabilities-1.12-1.4.0.jar)
UCHIJAAAAAAAAA concreteplus{1.1.2} [Concrete Extends] (ConcreteExtends-1.1.2_1.12.jar)
UCHIJAAAAAAAAA ctm{MC1.12-0.2.2.7} [CTM] (CTM-MC1.12-0.2.2.7.jar)
UCHIJAAAAAAAAA customizeddungeonloot{1.0.1} [§eCustomized Dungeon Loot] (Customized Dungeon Loot (v.1.0.1).jar)
UCHIJAAAAAAAAA cyclicmagic{1.8.6} [Cyclic] (Cyclic-1.12-1.8.6.jar)
UCHIJAAAAAAAAA waila{1.8.20} [Waila] (Hwyla-1.8.20-B35_1.12.jar)
UCHIJAAAAAAAAA darkutils{1.7.171} [Dark Utilities] (DarkUtils-1.12.1-1.7.171.jar)
UCHIJAAAAAAAAA movingworld{1.12-5.341} [Moving World] (movingworld-1.12-5.341-full.jar)
UCHIJAAAAAAAAA davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.12-5.335-full.jar)
UCHIJAAAAAAAAA gottschcore{1.1.2} [GottschCore] (GottschCore-mc1.12-v1.1.2.jar)
UCHIJAAAAAAAAA dungeons2{1.3.1} [Dungeons2!] (Dungeons2-mc1.12-v1.3.1.jar)
UCHIJAAAAAAAAA dsurround{3.4.7.2} [§3Dynamic Surroundings] (DynamicSurroundings-1.12.2-3.4.7.2.jar)
UCHIJAAAAAAAAA presets{3.4.7.2} [§3Presets!] (DynamicSurroundings-1.12.2-3.4.7.2.jar)
UCHIJAAAAAAAAA earthworks{1.3.4.3} [Earthworks] (Earthworks-1.12-1.3.4.3.jar)
UCHIJAAAAAAAAA elevatorid{1.3.4} [Elevator Mod] (ElevatorMod-1.12-1.3.4.jar)
UCHIJAAAAAAAAA csb_ench_table{1.1.2} [Lapis Stays in the Enchanting Table] (EnchantingTable-1.12-1.1.2.jar)
UCHIJAAAAAAAAA enchdesc{1.0.4} [Enchantment Descriptions] (EnchantmentDescriptions-1.12-1.0.4.jar)
UCHIJAAAAAAAAA everlastingabilities{1.3.4} [EverlastingAbilities] (EverlastingAbilities-1.12-1.3.4.jar)
UCHIJAAAAAAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.12-1.6.3.jar)
UCHIJAAAAAAAAA farseek{2.2} [Farseek] (Farseek-1.12-2.2.jar)
UCHIJAAAAAAAAA fastleafdecay{v13} [Fast Leaf Decay] (FastLeafDecay-v13.jar)
UCHIJAAAAAAAAA flatcoloredblocks{mc1.12-6.6} [Flat Colored Blocks] (flatcoloredblocks-mc1.12-6.6.jar)
UCHIJAAAAAAAAA primal{0.5.11} [PrimalCore] (PrimalCore-1.12.1-0.5.11.jar)
UCHIJAAAAAAAAA forgecraft{1.3.24} [Kitsu's Forgecraft] (ForgeCraft-1.3.24.jar)
UCHIJAAAAAAAAA forgeendertech{1.12-3.0.1.0} [Forge Endertech] (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)
UCHIJAAAAAAAAA friendlyfire{1.5.5} [Friendly Fire] (FriendlyFire-1.12-1.5.5.jar)
UCHIJAAAAAAAAA silentlib{2.2.8} [Silent Lib] (SilentLib-1.12-2.2.8-88.jar)
UCHIJAAAAAAAAA funores{1.5.7} [Fun Ores] (FunOres-1.12-1.5.7-118.jar)
UCHIJAAAAAAAAA gamestages{1.0.62} [Game Stages] (GameStages-1.12.1-1.0.62.jar)
UCHIJAAAAAAAAA gravelminer{6.1.2} [GravelMiner] (GravelMiner_1.12.1-6.1.2.jar)
UCHIJAAAAAAAAA tombstone{1.3.7} [Corail Tombstone] (tombstone-1.3.7-1.12.jar)
UCHIJAAAAAAAAA gravestone{1.0.12} [Gravestone] (GraveStone-1.12-Graves-1.0.12.jar)
UCHIJAAAAAAAAA guideapi{1.12-2.1.4-57} [Guide-API] (Guide-API-1.12-2.1.4-57.jar)
UCHIJAAAAAAAAA harshencastle{0.9.4} [Harshen Castle] (harshencastle-0.9.4.jar)
UCHIJAAAAAAAAA iv{3.0.2} [Improved Villagers] (Improved Villagers-3.0.2.jar)
UCHIJAAAAAAAAA improvedbackpacks{1.12-1.1.2.0} [Improved Backpacks] (ImprovedBackpacks-1.12-1.1.2.0.jar)
UCHIJAAAAAAAAA inventorytweaks{1.63+dev.94.3cdd29e} [Inventory Tweaks] (InventoryTweaks-1.63+dev.94.jar)
UCHIJAAAAAAAAA itemscroller{0.11.0} [Item Scroller] (itemscroller-1.12.0-0.11.0.jar)
UCHIJAAAAAAAAA jeibees{0.9.0.4} [JEI Bees] (jeibees-0.9.0.4-mc1.12.1.jar)
UCHIJAAAAAAAAA journeymap{1.12-5.4.9} [JourneyMap] (journeymap-1.12-5.4.9.jar)
UCHIJAAAAAAAAA levelup2{${version}} [Level Up! Reloaded] (Level Up! 2-1.1.6-1.12.jar)
UCHIJAAAAAAAAA llibrary{1.7.7} [LLibrary] (llibrary-1.7.7-1.12.jar)
UCHIJAAAAAAAAA malisiscore{1.12-6.0.4} [MalisisCore] (malisiscore-1.12-6.0.4.jar)
UCHIJAAAAAAAAA malisisblocks{1.12-6.0.2} [Malisis Blocks] (malisisblocks-1.12-6.0.2.jar)
UCHIJAAAAAAAAA malisisdoors{1.12-7.0.4} [MalisisDoors] (malisisdoors-1.12-7.0.4.jar)
UCHIJAAAAAAAAA malisisswitches{1.12-5.0.0} [Malisis Switches] (malisisswitches-1.12-5.0.0.jar)
UCHIJAAAAAAAAA minemenu{1.6.2} [MineMenu] (MineMenu-1.12.2-1.6.2-universal.jar)
UCHIJAAAAAAAAA mobfarm{2.2.1} [Mob Farm] (Mob Farm-1.12-2.2.1.jar)
UCHIJAAAAAAAAA mob_grinding_utils{0.3.2} [mob_grinding_utils] (MobGrindingUtils-0.3.2.jar)
UCHIJAAAAAAAAA modernlamps{1.0.3} [Modern Lights] (ModernLights-1.0.3_1.12.jar)
UCHIJAAAAAAAAA moreloottables{0.1.0} [More Loot Tables] (moreloottables-1.12.0-0.1.0.jar)
UCHIJAAAAAAAAA moreoverlays{1.12} [MoreOverlays] (moreoverlays-1.12-mc1.12.jar)
UCHIJAAAAAAAAA recipehandler{0.9} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.9(1.12).jar)
UCHIJAAAAAAAAA redstoneflux{2.0.1} [Redstone Flux] (RedstoneFlux-1.12-2.0.1.2-universal.jar)
UCHIJAAAAAAAAA notenoughwands{1.5.9} [Not Enough Wands] (notenoughwands-1.12-1.5.9.jar)
UCHIJAAAAAAAAA oreshrubs{1.4.1} [Ore Shrubs] (oreshrubs-1.4.1-1.12.jar)
UCHIJAAAAAAAAA jp.crafterkina.pipes{1.1.0.15} [Pipes] (Pipes-1.12-1.1.0.15.jar)
UCHIJAAAAAAAAA randomthings{4.0.6} [Random Things] (RandomThings-MC1.12.1-4.0.6.jar)
UCHIJAAAAAAAAA randomtweaks{1.12.1-1.10.0.1} [RandomTweaks] (randomtweaks-1.12.1-1.10.0.1.jar)
UCHIJAAAAAAAAA reccomplex{1.4.5} [Recurrent Complex] (RecurrentComplex-1.4.5.1.jar)
UCHIJAAAAAAAAA redstonepaste{1.7.5} [Redstone Paste] (redstonepaste-mc1.12-1.7.5.jar)
UCHIJAAAAAAAAA ruins{16.9} [Ruins Mod] (Ruins-1.12.jar)
UCHIJAAAAAAAAA woodenshears{@major@.@minor@.@revis@.@build@} [Wooden Shears] (SBM-WoodenShears-1.12-0.0.1b7.jar)
UCHIJAAAAAAAAA icc{0.2.2} [Simple Item Collector Chest] (Simple Item Collector Chest-0.2.2.jar)
UCHIJAAAAAAAAA simpleleather{1.12-1.0} [Simple Leather] (simpleleather-1.12-1.0.jar)
UCHIJAAAAAAAAA soundfilters{0.10_for_1.12} [Sound Filters] (SoundFilters-0.10_for_1.12.jar)
UCHIJAAAAAAAAA spawnercraft{4.0.0} [SpawnerCraft] (SpawnerCraft 1.12-4.0.0.jar)
UCHIJAAAAAAAAA streams{0.4} [Streams] (Streams-1.12-0.4.jar)
UCHIJAAAAAAAAA tinkertoolleveling{1.12-1.0.2b.DEV.1a79301} [Tinkers Tool Leveling] (TinkerToolLeveling-1.12-1.0.2b.jar)
UCHIJAAAAAAAAA muchmorechickens{1.7} [muchmorechickens] (TMC-1.12-1.7.jar)
UCHIJAAAAAAAAA toolbelt{1.7.1} [Tool Belt] (ToolBelt-1.12.0-1.7.1.jar)
UCHIJAAAAAAAAA treechopper{1.2.2} [Tree Chopper] (TreeChopper-1.12-1.2.2.jar)
UCHIJAAAAAAAAA uncrafted{3.0.1} [Uncrafted] (Uncrafted 1.12 (v.3.0.1).jar)
UCHIJAAAAAAAAA veinminer{0.38.1} [Vein Miner] (VeinMiner-1.12-0.38.1.639+134fb1e.jar)
UCHIJAAAAAAAAA veinminermodsupport{0.38.1} [Mod Support] (VeinMiner-1.12-0.38.1.639+134fb1e.jar)
UCHIJAAAAAAAAA vc{5.0.6} [ViesCraft] (ViesCraft-1.12.0-5.0.6.jar)
UCHIJAAAAAAAAA villagermarket{1.0} [Villager Market] (villagermarket-0.2-HF.jar)
UCHIJAAAAAAAAA vtt{0.6.4} [Villager Trade Tables] (VillagerTrades-1.12-0.6.4.jar)
UCHIJAAAAAAAAA wailaharvestability{1.1.12} [Waila Harvestability] (WailaHarvestability-mc1.12-1.1.12.jar)
UCHIJAAAAAAAAA wawla{2.5.243} [What Are We Looking At] (Wawla-1.12.1-2.5.243.jar)
UCHIJAAAAAAAAA waystones{4.0.15} [Waystones] (Waystones_1.12.1-4.0.15.jar)
UCHIJAAAAAAAAA ironic_wdt{1.0} [Weak Drop Tweaks] (WeaKDropTweaks-1.0.jar)
UCHIJAAAAAAAAA wearables{1.1.3} [Wearables] (wearables-1.1.3.jar)
Loaded coremods (and transformers):
LoadingPlugin (Quark-r1.2-104.jar)
vazkii.quark.base.asm.ClassTransformer
FarseekCoreMod (Farseek-1.12-2.2.jar)
farseek.core.FarseekClassTransformer
RBLoadingPlugin (RealBench-1.12-1.3.3.jar)
pw.prok.realbench.asm.RBTransformer
BCModPlugin (backpacks 1.12 - 3.3.0.jar)
brad16840.common.asm.ClassTransformer
NWRTweak (redstonepaste-mc1.12-1.7.5.jar)
net.fybertech.nwr.NWRTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.7.2.jar)
org.blockartistry.DynSurround.asm.Transformer
DummyPlugin (ForgeEndertech-1.12-3.0.1.0-build.0012.jar)

BIFLoader (BowInfinityFix-1.11.x-1.12.x-rv5.jar)
com.github.parker8283.bif.Transformer
MalisisSwitchesPlugin (malisisswitches-1.12-5.0.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
Inventory Tweaks Coremod (InventoryTweaks-1.63+dev.94.jar)
invtweaks.forge.asm.ContainerTransformer
llibrary (llibrary-1.7.7-1.12.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
MalisisCorePlugin (malisiscore-1.12-6.0.4.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
LoadingPlugin (RandomThings-MC1.12.1-4.0.6.jar)
lumien.randomthings.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.12-0.2.2.7.jar)
team.chisel.ctm.client.asm.CTMTransformer
IvToolkit (IvToolkit-1.3.3-1.12.jar)

MovingWorldCoreMod (movingworld-1.12-5.341-full.jar)

GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13492 Compatibility Profile Context 22.19.676.0' Renderer: 'AMD Radeon (TM) R7 370 Series'
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/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)

Launched Version: 1.12-forge1.12-14.21.1.2443
LWJGL: 2.9.4
OpenGL: AMD Radeon (TM) R7 370 Series GL version 4.5.13492 Compatibility Profile Context 22.19.676.0, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: TEAVSRP.zip (incompatible)
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i5-3450 CPU @ 3.10GHz

Item texture cache NBT insensitive

I've discovered an issue with the itemcache in the AbstractCTMBakedModel. Currently I'm using an item which has a custom ItemMeshDefinition defined which differentiates textures based on NBT data. The itemcache only differentiates textures based on item and metadata.

The case I'm having is that all items with the same item class and metadata have the same texture. When putting one separate in a chest and waiting 10 seconds (chest not opened) the cache clears and the correct texture shows up when opening the chest. However if two "same" items are in the chest, they both have the same texture.

The textures work perfectly without CTM.

If anything is unclear, please ask (I'm also in the Discord, same username).

Glass pane texture broken on North and West facing sides.

 I don't know whether or not this is the resource pack's fault or the mod's fault so I'm reporting it to both.

Version CTM - MC1.12-0.2.2.7 using version 1.2 of the resource pack.

The North and West facing side of glass panes are backwards where they connect to blocks. There are also solid lines on the top on bottom of the panes, too, which makes them look not-so-borderless

2017-09-18_18 41 49

IResource Leak in ModelLoaderCTM and resource util

Hi there,
you are currently leaking resources here:

IResource resource = manager.getResource(absolute);

and here:

ret = getResource(res).getMetadata(IMetadataSectionCTM.SECTION_NAME);

You should close this resource in a finally block. These leaks can be observed by forcing debug to be enabled for minecraft loggers using the log4j xml

[Suggestion] Per-Model Culling Overrides

An addition to the model override implementation to allow culling of faces based on the same predicate approach as connect_to logic would be extremely useful. It could even potentially be handled on a per-quad basis, where each face of an element could have its own culling definition passed into CTM. Per-quad logic could rely on a tint-index system, much like the existing model overrides.

CTM connect to blocks of a different type

I'd like to be able to define other blocks that a CTM texture would connect to. A bit like how edge currently works, but also allowing CTM by itself.

For an example of what I mean, this is how stained glass looks in a pack I work on with CTM:
2018-03-22_14 14 32

However, I would like to be able to remove the borders between each color of glass and keep the frame surrounding all of them.

For an example of what I mean, here's a quick bad edit whipped up in gimp:
examplepic
So here, the blue, red, and green colored glasses would all be configured to connect to each other as though they were the same block, but still using their own CTM texture.

To make the syntax less horrible, there also could be some kind of macro function. Like it connects with all blocks containing "glass," or "colored glass" instead of specifying each individual color of glass.

Bug

Dont start ;:/

I start MC with newest version of both mods and I use the newest Forge version.

[Suggestion] Conditional Texture Proxies

I see a lot of potential in the ability to conditionally proxy textures based on connection predicates. It could be applicable in a lot of varying situations. This ticket is an elaboration on possible implementations of this system. Currently, the format is as follows:

"proxy": "blocks/my_block_texture"

This suggestion will not impact the behaviour of this proxy statement. I suggest that to define a conditional texture proxy, the proxy entry in the metadata should be handled as an array. This would also allow for multiple proxy conditions for multiple texture references. A prototype of this format can be seen here:

"proxy": [
    {
        "texture" : "blocks/my_block_texture",
        "condition": [{
                "block": "sand",
                "predicate": [{ "variant": "sand" }]
        }]
    }
]

In this example, any application of the original texture on a model would be changed to my_block_texture when the condition of an adjacent sand block is met for that model's block. This implementation could similarly be applied as a model override too. The texture string and condition array would be requirements of a proxy object, and the game should throw an exception if these requirements are not met. If the texture string were present without a condition array, the exception should inform the user of the existing implementation of proxies for "always-on" proxying.

Regarding storing this conditional proxy information, it could either be stored in the texture metadata, or as "ghost sprites" in the wrapping model. The sprites would be paired with a predicate object for the conditions defined in metadata, and would then be matched against each quad's texture sprite during quad collection. Quad texture sprites would be replaced with the predicates paired sprite if there were a match.

I am aware that this would increase the memory footprint of the model significantly, dependant on the number of proxy definitions and condition complexity. I believe that this is a worthy sacrifice for complex conditional texture proxying, however. If end-users wish to abuse this functionality, the memory footprint is their own issue.

[Client Crash] Tesselating block model (a random cursed block)

Hi there.
Me and a friend are playing on a server. He placed a block of Chiseled Stone (Poison Variant) from Chisel and it made us crash everytime we are loading this block.

Here the crash-log : https://pastebin.com/Wnsuxqfb

Here the block :
https://i.imgur.com/46OFtR2.png
(I replaced him by a redstone_block using /setblock command from the console)

Placing a Chiseled Stone (Poison) again makes crash again.

Edit : Got another crash by placing another kind of chiseled stone. So the Chiseled Stone (Poison Variant) is not the problem, I guess.

I tried disabled CTM in the config file, but no change. (So mby it's a Chisel bug, idk)

Crash After Adding CTM

Got a crash error after installing this to help with chisel/botania. Looked up first crash and said that i needed CTM.

Original Crash Before CTM:

---- Minecraft Crash Report ----

WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
AstralCore (astralsorcery-1.12.2-1.8.4.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-37.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.3.0.jar)
Contact their authors BEFORE contacting forge

// Uh... Did I do that?

Time: 12/19/17 9:11 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
at vazkii.botania.client.model.GunModel.(GunModel.java:42)
at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:95)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_441_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:384)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:30)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512)
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:483)
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:

-- Head --
Thread: Client thread
Stacktrace:
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
at vazkii.botania.client.model.GunModel.(GunModel.java:42)
at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:95)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_441_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:384)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:30)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512)

-- Initialization --
Details:
Stacktrace:
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 530458840 bytes (505 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xms2048M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.1.2578 100 mods loaded, 100 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.1.2578.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | forge                | 14.23.1.2578         | forge-1.12.2-14.23.1.2578.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | advancedrocketrycore | 1                    | minecraft.jar                                   | None                                     |
| UCH   | mercurius_updater    | 1.0                  | MercuriusUpdater-1.12.2.jar                     | None                                     |
| UCH   | securitycraft        | v1.8.2.4             | [1.12+] SecurityCraft v1.8.2.4.jar              | None                                     |
| UCH   | jei                  | 4.8.5.132            | jei_1.12.2-4.8.5.132.jar                        | None                                     |
| UCH   | abyssalcraft         | 1.9.4.3              | AbyssalCraft-1.12.2-1.9.4.3.jar                 | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCH   | redstoneflux         | 2.0.1                | RedstoneFlux-1.12-2.0.1.2-universal.jar         | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCH   | cofhcore             | 4.3.7                | CoFHCore-1.12.2-4.3.7.25-universal.jar          | None                                     |
| UCH   | libvulpes            | 0.2.7.-21            | LibVulpes-1.12.2-0.2.7-21-universal.jar         | None                                     |
| UCH   | advancedrocketry     | 1.2.6.-37            | AdvancedRocketry-1.12.2-1.2.6-37.jar            | None                                     |
| UCH   | appliedenergistics2  | rv5-stable-3         | appliedenergistics2-rv5-stable-3.jar            | None                                     |
| UCH   | astralsorcery        | 1.8.4                | astralsorcery-1.12.2-1.8.4.jar                  | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCH   | psi                  | r1.1-59              | Psi-r1.1-59.jar                                 | None                                     |
| UCH   | autoreglib           | 1.3-15               | AutoRegLib-1.3-15.jar                           | None                                     |
| UCH   | baubles              | 1.5.1                | Baubles-1.12-1.5.1.jar                          | None                                     |
| UCH   | betterbuilderswands  | 0.11.1               | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
| UCH   | bibliocraft          | 2.4.3                | BiblioCraft[v2.4.3][MC1.12.0].jar               | None                                     |
| UCH   | bookshelf            | 2.3.511              | Bookshelf-1.12.2-2.3.511.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | botania              | r1.10-352            | Botania r1.10-352.jar                           | None                                     |
| UCH   | codechickenlib       | 3.1.5.331            | CodeChickenLib-1.12.2-3.1.5.331-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | brandonscore         | 2.3.4                | BrandonsCore-1.12-2.3.4.134-universal.jar       | None                                     |
| UCH   | buildcraftlib        | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftcore       | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftbuilders   | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftenergy     | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftfactory    | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftrobotics   | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftsilicon    | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcrafttransport  | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | chameleon            | 1.12-4.1.3           | Chameleon-1.12-4.1.3.jar                        | None                                     |
| UCH   | chisel               | MC1.12-0.1.1.24      | Chisel-MC1.12-0.1.1.24.jar                      | None                                     |
| UCH   | chiselsandbits       | 14.11                | chiselsandbits-14.11.jar                        | None                                     |
| UCH   | cofhworld            | 1.0.2                | CoFHWorld-1.12.2-1.0.2.10-universal.jar         | None                                     |
| UCH   | computercraft        | 1.80pr1              | ComputerCraft1.80pr1.jar                        | None                                     |
| UCH   | cucumber             | 1.0.3                | cucumber-1.12-1.0.3.jar                         | None                                     |
| UCH   | darkutils            | 1.7.181              | DarkUtils-1.12.2-1.7.181.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | ptrmodellib          | 1.0.0                | Decocraft-2.5.2_1.12.2.jar                      | None                                     |
| UCH   | props                | 2.5.2                | Decocraft-2.5.2_1.12.2.jar                      | None                                     |
| UCH   | thermalfoundation    | 2.3.7                | ThermalFoundation-1.12.2-2.3.7.18-universal.jar | None                                     |
| UCH   | draconicevolution    | 2.3.5                | Draconic-Evolution-1.12-2.3.5.269-universal.jar | None                                     |
| UCH   | embers               | 0.230                | embers-0.230.jar                                | None                                     |
| UCH   | enderstorage         | 2.4.2.126            | EnderStorage-1.12.2-2.4.2.126-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | extracells           | 2.5.9                | ExtraCells-1.12.2-2.5.9a45.jar                  | None                                     |
| UCH   | mantle               | 1.12-1.3.1.21        | Mantle-1.12-1.3.1.21.jar                        | None                                     |
| UCH   | tconstruct           | 1.12-2.8.1.49        | TConstruct-1.12-2.8.1.49.jar                    | None                                     |
| UCH   | extrautils2          | 1.0                  | extrautils2-1.12-1.7.1.jar                      | None                                     |
| UCH   | ic2                  | 2.8.16-ex112         | industrialcraft-2-2.8.16-ex112.jar              | de041f9f6187debbc77034a344134053277aa3b0 |
| UCH   | natura               | 1.12-4.3.0.23        | natura-1.12-4.3.0.23.jar                        | None                                     |
| UCH   | forestry             | 5.7.0.218            | forestry_1.12.2-5.7.0.218.jar                   | None                                     |
| UCH   | ichunutil            | 7.1.4                | iChunUtil-1.12.2-7.1.4.jar                      | None                                     |
| UCH   | immersiveengineering | 0.12-75              | ImmersiveEngineering-0.12-75.jar                | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH   | ironbackpacks        | 1.12.2-3.0.2-3       | IronBackpacks-1.12.2-3.0.2-3.jar                | None                                     |
| UCH   | ironchest            | 1.12.2-7.0.34.820    | ironchest-1.12.2-7.0.34.820.jar                 | None                                     |
| UCH   | journeymap           | 1.12.2-5.5.2         | journeymap-1.12.2-5.5.2.jar                     | None                                     |
| UCH   | lycanitesmobs        | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | arcticmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | demonmobs            | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | desertmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | forestmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | freshwatermobs       | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | infernomobs          | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | junglemobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | mountainmobs         | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | plainsmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | saltwatermobs        | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | shadowmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | swampmobs            | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | malisiscore          | 1.12.2-6.3.0         | malisiscore-1.12.2-6.3.0.jar                    | None                                     |
| UCH   | malisisdoors         | 1.12.2-7.2.2         | malisisdoors-1.12.2-7.2.2.jar                   | None                                     |
| UCH   | mekanism             | 1.12.2-9.4.3.330     | Mekanism-1.12.2-9.4.3.330.jar                   | None                                     |
| UCH   | mekanismgenerators   | 9.4.3                | MekanismGenerators-1.12.2-9.4.3.330.jar         | None                                     |
| UCH   | mekanismtools        | 9.4.3                | MekanismTools-1.12.2-9.4.3.330.jar              | None                                     |
| UCH   | morph                | 7.1.2                | Morph-1.12.2-7.1.2.jar                          | None                                     |
| UCH   | mysticalagriculture  | 1.6.7                | mysticalagriculture-1.12-1.6.7.jar              | None                                     |
| UCH   | neid                 | 1.5.4.2              | NotEnoughIDs-1.5.4.2.jar                        | None                                     |
| UCH   | nei                  | 2.4.1                | NotEnoughItems-1.12.2-2.4.1.233-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | harvestcraft         | 1.12.2a              | Pam's HarvestCraft 1.12.2a.jar                  | None                                     |
| UCH   | portalgun            | 7.0.0                | PortalGun-1.12.2-7.0.1.jar                      | None                                     |
| UCH   | projecte             | 1.12-PE1.1.0         | ProjectE-1.12-PE1.1.0.jar                       | None                                     |
| UCH   | reborncore           | 3.5.3.174            | RebornCore-1.12.2-3.5.3.174-universal.jar       | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | quantumstorage       | 4.4.6                | QuantumStorage-1.12-4.4.6.jar                   | None                                     |
| UCH   | thermalexpansion     | 5.3.7                | ThermalExpansion-1.12.2-5.3.7.31-universal.jar  | None                                     |
| UCH   | redstonearsenal      | 2.3.7                | RedstoneArsenal-1.12.2-2.3.7.18-universal.jar   | None                                     |
| UCH   | storagedrawers       | 1.12-5.2.5           | StorageDrawers-1.12.1-5.3.3.jar                 | None                                     |
| UCH   | refinedstorage       | 1.5.28               | refinedstorage-1.5.28.jar                       | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCH   | xreliquary           | 1.12.2-1.3.4.728     | Reliquary-1.12.2-1.3.4.728.jar                  | None                                     |
| UCH   | rftools              | 7.15                 | rftools-1.12-7.15.jar                           | None                                     |
| UCH   | rftoolsdim           | 5.05                 | rftoolsdim-1.12-5.05.jar                        | None                                     |
| UCH   | roots                | 0.104                | roots-2-0.104.jar                               | None                                     |
| UCH   | secretroomsmod       | 5.1.11               | secretroomsmod-1.12.2-5.1.11.jar                | None                                     |
| UCH   | thermalcultivation   | 0.1.2                | ThermalCultivation-1.12.2-0.1.2.8-universal.jar | None                                     |
| UCH   | thermaldynamics      | 2.3.7                | ThermalDynamics-1.12.2-2.3.7.14-universal.jar   | None                                     |
| UCH   | twilightforest       | 3.5.263              | twilightforest-1.12.2-3.5.263-universal.jar     | None                                     |
| UCH   | wailaharvestability  | 1.1.12               | WailaHarvestability-mc1.12-1.1.12.jar           | None                                     |
| UCH   | wanionlib            | 1.12.2-1.4           | WanionLib-1.12.2-1.4.jar                        | None                                     |
| UCH   | wawla                | 2.5.246              | Wawla-1.12.2-2.5.246.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | unidict              | 1.12.2-1.8           | UniDict-1.12.2-1.8.jar                          | None                                     |

Loaded coremods (and transformers): 

IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.4.jar)

AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-37.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
MalisisCorePlugin (malisiscore-1.12.2-6.3.0.jar)

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 381.65' Renderer: 'GeForce GT 630M/PCIe/SSE2'
AE2 Version: stable rv5-stable-3 for Forge 14.23.1.2554
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)
	- chiselsandbitsIntegration (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)

RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.5.3.174
	Runtime Debofucsation 1
	RenderEngine: 0
Launched Version: 1.12.2-forge1.12.2-14.23.1.2578
LWJGL: 2.9.4
OpenGL: GeForce GT 630M/PCIe/SSE2 GL version 4.5.0 NVIDIA 381.65, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz

Crash After CTM:

---- Minecraft Crash Report ----

WARNING: coremods are present:
IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
AstralCore (astralsorcery-1.12.2-1.8.4.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-37.jar)
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
Plugin (NotEnoughIDs-1.5.4.2.jar)
MalisisCorePlugin (malisiscore-1.12.2-6.3.0.jar)
Contact their authors BEFORE contacting forge

// Everything's going to plan. No, really, that was supposed to happen.

Time: 12/19/17 9:19 AM
Description: Initializing game

java.lang.NullPointerException: Initializing game
at net.minecraftforge.client.model.ModelStateComposition.apply(ModelStateComposition.java:43)
at net.minecraftforge.client.model.MultiModelState.apply(MultiModelState.java:67)
at net.minecraftforge.client.model.MultiModelState.getPartState(MultiModelState.java:50)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:718)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:186)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512)
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:483)
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:

-- Head --
Thread: Client thread
Stacktrace:
at net.minecraftforge.client.model.ModelStateComposition.apply(ModelStateComposition.java:43)
at net.minecraftforge.client.model.MultiModelState.apply(MultiModelState.java:67)
at net.minecraftforge.client.model.MultiModelState.getPartState(MultiModelState.java:50)
at net.minecraftforge.client.model.ModelLoader$WeightedRandomModel.bake(ModelLoader.java:718)
at net.minecraftforge.client.model.ModelLoader.func_177570_a(ModelLoader.java:186)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:28)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512)

-- Initialization --
Details:
Stacktrace:
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:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 43937936 bytes (41 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2048M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M -Xms2048M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.1.2578 101 mods loaded, 101 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.1.2578.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | forge                | 14.23.1.2578         | forge-1.12.2-14.23.1.2578.jar                   | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH   | advancedrocketrycore | 1                    | minecraft.jar                                   | None                                     |
| UCH   | mercurius_updater    | 1.0                  | MercuriusUpdater-1.12.2.jar                     | None                                     |
| UCH   | securitycraft        | v1.8.2.4             | [1.12+] SecurityCraft v1.8.2.4.jar              | None                                     |
| UCH   | jei                  | 4.8.5.132            | jei_1.12.2-4.8.5.132.jar                        | None                                     |
| UCH   | abyssalcraft         | 1.9.4.3              | AbyssalCraft-1.12.2-1.9.4.3.jar                 | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |
| UCH   | redstoneflux         | 2.0.1                | RedstoneFlux-1.12-2.0.1.2-universal.jar         | d4f1503fbacd9b9fb767720420c5395104239ec9 |
| UCH   | cofhcore             | 4.3.7                | CoFHCore-1.12.2-4.3.7.25-universal.jar          | None                                     |
| UCH   | libvulpes            | 0.2.7.-21            | LibVulpes-1.12.2-0.2.7-21-universal.jar         | None                                     |
| UCH   | advancedrocketry     | 1.2.6.-37            | AdvancedRocketry-1.12.2-1.2.6-37.jar            | None                                     |
| UCH   | appliedenergistics2  | rv5-stable-3         | appliedenergistics2-rv5-stable-3.jar            | None                                     |
| UCH   | astralsorcery        | 1.8.4                | astralsorcery-1.12.2-1.8.4.jar                  | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| UCH   | psi                  | r1.1-59              | Psi-r1.1-59.jar                                 | None                                     |
| UCH   | autoreglib           | 1.3-15               | AutoRegLib-1.3-15.jar                           | None                                     |
| UCH   | baubles              | 1.5.1                | Baubles-1.12-1.5.1.jar                          | None                                     |
| UCH   | betterbuilderswands  | 0.11.1               | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar | None                                     |
| UCH   | bibliocraft          | 2.4.3                | BiblioCraft[v2.4.3][MC1.12.0].jar               | None                                     |
| UCH   | bookshelf            | 2.3.511              | Bookshelf-1.12.2-2.3.511.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | botania              | r1.10-352            | Botania r1.10-352.jar                           | None                                     |
| UCH   | codechickenlib       | 3.1.5.331            | CodeChickenLib-1.12.2-3.1.5.331-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | brandonscore         | 2.3.4                | BrandonsCore-1.12-2.3.4.134-universal.jar       | None                                     |
| UCH   | buildcraftlib        | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftcore       | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftbuilders   | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftenergy     | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftfactory    | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftrobotics   | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcraftsilicon    | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | buildcrafttransport  | 7.99.12              | buildcraft-7.99.12.jar                          | None                                     |
| UCH   | chameleon            | 1.12-4.1.3           | Chameleon-1.12-4.1.3.jar                        | None                                     |
| UCH   | ctm                  | MC1.12-0.2.3.9       | CTM-MC1.12-0.2.3.9.jar                          | None                                     |
| UCH   | chisel               | MC1.12-0.1.1.24      | Chisel-MC1.12-0.1.1.24.jar                      | None                                     |
| UCH   | chiselsandbits       | 14.11                | chiselsandbits-14.11.jar                        | None                                     |
| UCH   | cofhworld            | 1.0.2                | CoFHWorld-1.12.2-1.0.2.10-universal.jar         | None                                     |
| UCH   | computercraft        | 1.80pr1              | ComputerCraft1.80pr1.jar                        | None                                     |
| UCH   | cucumber             | 1.0.3                | cucumber-1.12-1.0.3.jar                         | None                                     |
| UCH   | darkutils            | 1.7.181              | DarkUtils-1.12.2-1.7.181.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | ptrmodellib          | 1.0.0                | Decocraft-2.5.2_1.12.2.jar                      | None                                     |
| UCH   | props                | 2.5.2                | Decocraft-2.5.2_1.12.2.jar                      | None                                     |
| UCH   | thermalfoundation    | 2.3.7                | ThermalFoundation-1.12.2-2.3.7.18-universal.jar | None                                     |
| UCH   | draconicevolution    | 2.3.5                | Draconic-Evolution-1.12-2.3.5.269-universal.jar | None                                     |
| UCH   | embers               | 0.230                | embers-0.230.jar                                | None                                     |
| UCH   | enderstorage         | 2.4.2.126            | EnderStorage-1.12.2-2.4.2.126-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | extracells           | 2.5.9                | ExtraCells-1.12.2-2.5.9a45.jar                  | None                                     |
| UCH   | mantle               | 1.12-1.3.1.21        | Mantle-1.12-1.3.1.21.jar                        | None                                     |
| UCH   | tconstruct           | 1.12-2.8.1.49        | TConstruct-1.12-2.8.1.49.jar                    | None                                     |
| UCH   | extrautils2          | 1.0                  | extrautils2-1.12-1.7.1.jar                      | None                                     |
| UCH   | ic2                  | 2.8.16-ex112         | industrialcraft-2-2.8.16-ex112.jar              | de041f9f6187debbc77034a344134053277aa3b0 |
| UCH   | natura               | 1.12-4.3.0.23        | natura-1.12-4.3.0.23.jar                        | None                                     |
| UCH   | forestry             | 5.7.0.218            | forestry_1.12.2-5.7.0.218.jar                   | None                                     |
| UCH   | ichunutil            | 7.1.4                | iChunUtil-1.12.2-7.1.4.jar                      | None                                     |
| UCH   | immersiveengineering | 0.12-75              | ImmersiveEngineering-0.12-75.jar                | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| UCH   | ironbackpacks        | 1.12.2-3.0.2-3       | IronBackpacks-1.12.2-3.0.2-3.jar                | None                                     |
| UCH   | ironchest            | 1.12.2-7.0.34.820    | ironchest-1.12.2-7.0.34.820.jar                 | None                                     |
| UCH   | journeymap           | 1.12.2-5.5.2         | journeymap-1.12.2-5.5.2.jar                     | None                                     |
| UCH   | lycanitesmobs        | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | arcticmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | demonmobs            | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | desertmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | forestmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | freshwatermobs       | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | infernomobs          | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | junglemobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | mountainmobs         | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | plainsmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | saltwatermobs        | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | shadowmobs           | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | swampmobs            | 1.17.3.9 - MC 1.12.2 | LycanitesMobsComplete 1.17.3.9 [1.12.2].jar     | None                                     |
| UCH   | malisiscore          | 1.12.2-6.3.0         | malisiscore-1.12.2-6.3.0.jar                    | None                                     |
| UCH   | malisisdoors         | 1.12.2-7.2.2         | malisisdoors-1.12.2-7.2.2.jar                   | None                                     |
| UCH   | mekanism             | 1.12.2-9.4.3.330     | Mekanism-1.12.2-9.4.3.330.jar                   | None                                     |
| UCH   | mekanismgenerators   | 9.4.3                | MekanismGenerators-1.12.2-9.4.3.330.jar         | None                                     |
| UCH   | mekanismtools        | 9.4.3                | MekanismTools-1.12.2-9.4.3.330.jar              | None                                     |
| UCH   | morph                | 7.1.2                | Morph-1.12.2-7.1.2.jar                          | None                                     |
| UCH   | mysticalagriculture  | 1.6.7                | mysticalagriculture-1.12-1.6.7.jar              | None                                     |
| UCH   | neid                 | 1.5.4.2              | NotEnoughIDs-1.5.4.2.jar                        | None                                     |
| UCH   | nei                  | 2.4.1                | NotEnoughItems-1.12.2-2.4.1.233-universal.jar   | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH   | harvestcraft         | 1.12.2a              | Pam's HarvestCraft 1.12.2a.jar                  | None                                     |
| UCH   | portalgun            | 7.0.0                | PortalGun-1.12.2-7.0.1.jar                      | None                                     |
| UCH   | projecte             | 1.12-PE1.1.0         | ProjectE-1.12-PE1.1.0.jar                       | None                                     |
| UCH   | reborncore           | 3.5.3.174            | RebornCore-1.12.2-3.5.3.174-universal.jar       | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| UCH   | quantumstorage       | 4.4.6                | QuantumStorage-1.12-4.4.6.jar                   | None                                     |
| UCH   | thermalexpansion     | 5.3.7                | ThermalExpansion-1.12.2-5.3.7.31-universal.jar  | None                                     |
| UCH   | redstonearsenal      | 2.3.7                | RedstoneArsenal-1.12.2-2.3.7.18-universal.jar   | None                                     |
| UCH   | storagedrawers       | 1.12-5.2.5           | StorageDrawers-1.12.1-5.3.3.jar                 | None                                     |
| UCH   | refinedstorage       | 1.5.28               | refinedstorage-1.5.28.jar                       | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| UCH   | xreliquary           | 1.12.2-1.3.4.728     | Reliquary-1.12.2-1.3.4.728.jar                  | None                                     |
| UCH   | rftools              | 7.15                 | rftools-1.12-7.15.jar                           | None                                     |
| UCH   | rftoolsdim           | 5.05                 | rftoolsdim-1.12-5.05.jar                        | None                                     |
| UCH   | roots                | 0.104                | roots-2-0.104.jar                               | None                                     |
| UCH   | secretroomsmod       | 5.1.11               | secretroomsmod-1.12.2-5.1.11.jar                | None                                     |
| UCH   | thermalcultivation   | 0.1.2                | ThermalCultivation-1.12.2-0.1.2.8-universal.jar | None                                     |
| UCH   | thermaldynamics      | 2.3.7                | ThermalDynamics-1.12.2-2.3.7.14-universal.jar   | None                                     |
| UCH   | twilightforest       | 3.5.263              | twilightforest-1.12.2-3.5.263-universal.jar     | None                                     |
| UCH   | wailaharvestability  | 1.1.12               | WailaHarvestability-mc1.12-1.1.12.jar           | None                                     |
| UCH   | wanionlib            | 1.12.2-1.4           | WanionLib-1.12.2-1.4.jar                        | None                                     |
| UCH   | wawla                | 2.5.246              | Wawla-1.12.2-2.5.246.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH   | unidict              | 1.12.2-1.8           | UniDict-1.12.2-1.8.jar                          | None                                     |

Loaded coremods (and transformers): 

IELoadingPlugin (ImmersiveEngineering-0.12-75-core.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
AstralCore (astralsorcery-1.12.2-1.8.4.jar)

AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.2.6-37.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
team.chisel.ctm.client.asm.CTMTransformer
Plugin (NotEnoughIDs-1.5.4.2.jar)
ru.fewizz.neid.asm.Transformer
MalisisCorePlugin (malisiscore-1.12.2-6.3.0.jar)

GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 381.65' Renderer: 'GeForce GT 630M/PCIe/SSE2'
AE2 Version: stable rv5-stable-3 for Forge 14.23.1.2554
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)
	- chiselsandbitsIntegration (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)

RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.5.3.174
	Runtime Debofucsation 1
	RenderEngine: 0
Launched Version: 1.12.2-forge1.12.2-14.23.1.2578
LWJGL: 2.9.4
OpenGL: GeForce GT 630M/PCIe/SSE2 GL version 4.5.0 NVIDIA 381.65, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.

Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: 
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz

[1.12.2] Single player crash after breaking sandstone block

After breaking a block of normal sandstone near a Thermal Expansion machine the game crashed, after that i can't open the saved world. It crashes with the same message.

https://pastebin.com/6rvqjzFe

java.lang.NullPointerException: Tesselating block model
    at codechicken.lib.model.bakery.ModelBakery.getCachedModel(ModelBakery.java:235)
    at codechicken.lib.model.bakery.CCBakeryModel.func_188616_a(CCBakeryModel.java:40)
    at ConnectedTextures.getNeighbourIcon(ConnectedTextures.java:1364)
    at ConnectedTextures.isNeighbour(ConnectedTextures.java:1323)
    at ConnectedTextures.isNeighbour(ConnectedTextures.java:1303)
    at ConnectedTextures.getConnectedTextureTop(ConnectedTextures.java:1695)
    at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:545)
    at ConnectedTextures.getConnectedTextureSingle(ConnectedTextures.java:370)
    at ConnectedTextures.getConnectedTextureMultiPass(ConnectedTextures.java:299)
    at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:113)
    at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:89)
    at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:60)
    at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:110)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)
    at net.minecraft.client.renderer.BlockModelRenderer.func_187493_a(BlockModelRenderer.java:76)
    at net.minecraft.client.renderer.BlockModelRenderer.func_178267_a(BlockModelRenderer.java:55)
    at net.minecraft.client.renderer.BlockRendererDispatcher.func_175018_a(BlockRendererDispatcher.java:80)
    at codechicken.lib.render.block.CCBlockRendererDispatcher.func_175018_a(CCBlockRendererDispatcher.java:64)
    at net.minecraft.client.renderer.chunk.RenderChunk.func_178581_b(RenderChunk.java:296)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.func_178474_a(ChunkRenderWorker.java:119)
    at net.minecraft.client.renderer.chunk.ChunkRenderWorker.run(ChunkRenderWorker.java:47)
    at java.lang.Thread.run(Thread.java:745)
 
 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
 
-- Head --
Thread: Client thread
Stacktrace:
    at codechicken.lib.model.bakery.ModelBakery.getCachedModel(ModelBakery.java:235)
    at codechicken.lib.model.bakery.CCBakeryModel.func_188616_a(CCBakeryModel.java:40)
    at ConnectedTextures.getNeighbourIcon(ConnectedTextures.java:1364)
    at ConnectedTextures.isNeighbour(ConnectedTextures.java:1323)
    at ConnectedTextures.isNeighbour(ConnectedTextures.java:1303)
    at ConnectedTextures.getConnectedTextureTop(ConnectedTextures.java:1695)
    at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:545)
    at ConnectedTextures.getConnectedTextureSingle(ConnectedTextures.java:370)
    at ConnectedTextures.getConnectedTextureMultiPass(ConnectedTextures.java:299)
    at ConnectedTextures.getConnectedTexture(ConnectedTextures.java:113)
    at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:89)
    at BlockModelCustomizer.getRenderQuads(BlockModelCustomizer.java:60)
    at net.minecraft.client.renderer.BlockModelRenderer.func_187498_b(BlockModelRenderer.java:110)
    at net.minecraftforge.client.model.pipeline.ForgeBlockModelRenderer.func_187498_b(ForgeBlockModelRenderer.java:107)

CTM Biome Dependent.

It would be awesome if there was an option for textures to recognize one biome from another.

Such as adding seashells to sand while on beaches, and skulls to sand in the desert. :)

[1.12] CTMH Non-Functional and CTM Override Broken

The title pretty much sums this issue up.
CTMH functionality is broken in the CTM lib.
CTM overrides break the universe UV mapping.

Mod version: 0.0.1.2
Forge version: 1.12-14.21.1.2387
Example resource pack: example.zip

Example pack includes a texture[] in the CTMH mcmeta at request of tterrag for testing.
EDIT: To prevent crash, remove CTMH override.

Previous discussion:

tterrag - Today at 10:18 PM
oh right
._.
ok so I think CTMH was poorly transferred to the new system

InsomniaKitten - Today at 10:19 PM
rip

tterrag - Today at 10:19 PM
since it used to be used for all 6 sides
it required two textures
one for top/bottom, and then the CTM map for the sides
obviously that's not necessary anymore
in fact, your RP crashes me on 1.10

InsomniaKitten - Today at 10:19 PM
ouch

tterrag - Today at 10:20 PM
not sure why it doesn't on 1.12
because CTMH says it requires two sprites
and you are not providing two

Issue with AE2 Facades

So there is an issue with the pattern type (i guess so, in chisel assets it's coded with "V"). This happens:

2018-02-13_17 28 16

Besides the light bugs, AE2 uses the full x32 image instead of a part of it.

Biome-Selective models

requested by user Titus Armillius on mmd discord.

I'm thinking we should have models that'd change based on a biome, based on a similar filter system like we had for EDGES and EDGES_FULL. Maybe in the ctm bracket in the model.json

"IllegalAccessError" apparently from CTM?

Minecraft-Version: 1.12.2
Forge-Version: 1.12.2-14.23.2.2628
CTM Ver: 1.12-0.2.3.12
Chisel Ver: 1.12.2-0.2.0.31

So i started today, upgrading my Server and Client to Minecraft 1.12.2.
After a whole lot of "damn, i forgot this Mod or that Corelib", i got the Server up and running. After that i copied the Mods to my Client, added a few "Client only Mods" and tried to start it. Always crashes on Start-Up with the following Sentence.

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from CTM (ctm)
Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.client.Minecraft.field_110452_an from class team.chisel.ctm.CTM

Not sure how to fix it, or why it comes to the Error, because the same Version is running just fine on the Server.

Here is the Crash-Log:
https://pastebin.com/CnKZ1WEc

If you need the "fml-latest-log" or any other Information, just tell me and i'll try to provide it as fast as i can.

CTM/ Chisel crash

i was working on developing my personal pack with my brand new powerful pc, i updated a few mods and added a few (unfortunately i cannot remember what i added as i just flew through them) and launched the instance.

Upon launching the game crashed and presented the following crashlog: https://pastebin.com/NJ465Nu6

i personally had a look and could not find anything which indicated which mod it was so i turned to discord to ask a mod developer for some help and they THINK it might have been todo with chisel or CTM.
since chisel is usually stable and CTM has been updated five times in the past three days, i think it may have something todo with this mod. i have tried downgrading both chisel and CTM but this does not fix the issue.

Crash Log

---- Minecraft Crash Report ----

WARNING: coremods are present:
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
wearables (wearables-1.0.2.jar)
PlusTiC (plustic-5.0.1.4.jar)
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
ForgelinPlugin (Forgelin-1.5.0.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.4.jar)
MalisisSwitchesPlugin (malisisswitches-1.10.2-3.2.0.jar)
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)
LoadingPlugin (Quark-r1.1-70.jar)
CTMCorePlugin (CTM-MC1.10.2-0.1.1.15.jar)
IvToolkit (IvToolkit-1.3.3-1.10.jar)
llibrary (llibrary-1.7.6-1.10.2.jar)
Contact their authors BEFORE contacting forge

// You should try our sister game, Minceraft!

Time: 6/19/17 10:14 PM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Chisel (chisel)
Caused by: java.lang.NoSuchFieldError: disableObscuredFaceCheckConfig
at team.chisel.common.config.Configurations.refreshConfig(Configurations.java:94)
at team.chisel.Chisel.preInit(Chisel.java:88)
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:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:616)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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:483)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:624)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:259)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:439)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:351)
at net.minecraft.client.main.Main.main(SourceFile:124)
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:483)
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.10.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 415519048 bytes (396 MB) / 1269788672 bytes (1210 MB) up to 12831227904 bytes (12236 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.32 Powered by Forge 12.18.3.2316 117 mods loaded, 117 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCH FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2316.jar)
UCH Forge{12.18.3.2316} [Minecraft Forge] (forge-1.10.2-12.18.3.2316.jar)
UCH ivtoolkit{1.3.3-1.10} [IvToolkit] (minecraft.jar)
UCH io.github.elytra.movingworld.common.asm.coremod{} [MovingWorld CORE] (minecraft.jar)
UCH uncraftingTable{1.6.3-beta1} [Uncrafting Table] ([1.10.2]UncraftingTable-1.6.3-beta1.jar)
UCH movillages{1.5.2} [Mo' Villages] ([1.9.4]Mo' Villages-1.5.2.jar)
UCH accesstweaks{1.0-mc1.11} [AccessTweaks] (AccessTweaks-1.0-mc1.10.jar)
UCH actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCH architecturecraft{1.7.3} [ArchitectureCraft] (ArchitectureCraft-1.7.3-mc1.10.2.jar)
UCH Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCH AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCH backpack{3.0.1} [Backpack] (backpack-3.0.1-1.10.2.jar)
UCH backport{1.3} [Backport] (backport-1.3-patch2.jar)
UCH Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCH baublesstuff{3.0.2} [Baubles Stuff] (baublesstuff-3.0.2.jar)
UCH BBG{5.0.0} [BetterBedrockGen] (BBG-1.9.4-5.0.0.jar)
UCH bdlib{1.12.4.24} [BD Lib] (bdlib-1.12.4.24-mc1.10.2.jar)
UCH BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
UCH bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCH chickens{4.3.2} [Chickens] (chickens-4.3.2.jar)
UCH ctm{MC1.10.2-0.1.1.15} [CTM] (CTM-MC1.10.2-0.1.1.15.jar)
UCE chisel{MC1.10.2-0.0.11.24} [Chisel] (Chisel-MC1.10.2-0.0.11.24.jar)
UCH concrete{1.1} [1.12 Concrete] (concreteMod-1.1.jar)
UCH cs{1.0.5} [Configurable Villager to Door Ratio] (cs-1.0.5.jar)
UCH customizeddungeonloot{1.0.1} [§eCustomized Dungeon Loot] (Customized Dungeon Loot 1.10.2 (v.1.0.1).jar)
UCH JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCH cyclicmagic{1.10.25} [Cyclic] (Cyclic-1.10.2-1.10.25.jar)
UCH cyclopscore{0.10.5} [Cyclops Core] (CyclopsCore-1.9.4-0.10.5.jar)
UCH Waila{1.8.17-B31_1.10.2} [Waila] (Hwyla-1.8.17-B31_1.10.2.jar)
UCH darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
UCH movingworld{1.10.2-0007} [Moving World] (movingworld-1.10.2-0007-full.jar)
UCH davincisvessels{@DVESSELSVER@} [Davinci's Vessels] (davincisvessels-1.10.2-0006-full.jar)
UCH disenchanter{1.5} [Disenchanter] (disenchanter-[1.9.4]1.5.jar)
UCH dsurround{3.4.5.4} [Dynamic Surroundings] (DynamicSurroundings-1.10.2-3.4.5.4.jar)
UCH presets{3.4.5.4} [Presets!] (DynamicSurroundings-1.10.2-3.4.5.4.jar)
UCH elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCH eplus{4.1.0.118} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.118.jar)
UCH endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCH EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
UCH EnderZoo{1.10-1.2.3.44} [Ender Zoo] (EnderZoo-1.10-1.2.3.44.jar)
UCH everlastingabilities{1.2.4} [EverlastingAbilities] (EverlastingAbilities-1.9.4-1.2.4.jar)
UCH extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.4.4.jar)
UCH ezstorage{2.3.2} [EZStorage 2] (ezstorage-2.3.2-[1.10.2].jar)
UCH farseek{2.1} [Farseek] (Farseek-1.9.4-2.1.jar)
UCH fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCH flatcoloredblocks{mc1.10-v4.4} [Flat Colored Blocks] (flatcoloredblocks-mc1.10-v4.4.jar)
UCH F2L{1.10.2} [Flesh2Leather] (Flesh2Leather [1.10.2].jar)
UCH forestry{5.2.17.376} [Forestry] (forestry_1.10.2-5.2.17.376.jar)
UCH forgelin{1.4.2} [Shadowfacts' Forgelin] (Forgelin-1.5.0.jar)
UCH friendlyfire{1.3.0} [Friendly Fire] (FriendlyFire-1.10.2-1.3.0.jar)
UCH fishing{1.4.4} [Fishing Net Mod] (GiacomosFishingNet1.10.2-1.4.4.jar)
UCH GoodRecipesMod{1.0.0} [GoodRecipesMod] (GoodRecipesMod Forge 1.10.2.jar)
UCH googlyeyes{6.0.0} [GooglyEyes] (GooglyEyes-1.10.2-6.0.0.jar)
UCH GraveStone{1.0.6} [GraveStone] (GraveStone-1.10.2-Graves-1.0.6.jar)
UCH GraveStone-Extended{1.0.4} [GraveStone-Extended] (GraveStone-Extended-1.0.4.jar)
UCH gyth{2.0.0.2} [Get Ya' Tanks Here] (Gyth-1.10.2-2.0.0.27.jar)
UCH hatchery{0.3.17} [Hatchery] (hatchery-1.10.2-0.3.17.jar)
UCH headcrumbs{2.0.2} [Headcrumbs] (Headcrumbs-2.0.3.jar)
UCH ichunutil{6.3.2} [iChunUtil] (iChunUtil-1.10.2-6.3.2.jar)
UCH inventorytweaks{1.62-dev-66-c082db3} [Inventory Tweaks] (InventoryTweaks-1.62-dev-66.jar)
UCH itemscroller{0.11.0} [Item Scroller] (itemscroller-1.10.2-0.11.0.jar)
UCH iv{1.0.0} [Improved Villagers] (iv-1.0.0.jar)
UCH journeymap{1.10.2-5.4.6} [JourneyMap] (journeymap-1.10.2-5.4.6.jar)
UCH levels{3.0.2} [Levels 3] (Levels 3-1.10.2-3.0.2-beta.jar)
UCH levelup{${version}} [Level Up!] (LevelUp!-0.12.9-1.10.2.jar)
UCH llibrary{1.7.6} [LLibrary] (llibrary-1.7.6-1.10.2.jar)
UCH lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar)
UCH malisiscore{1.10.2-4.4.0} [MalisisCore] (malisiscore-1.10.2-4.4.0.jar)
UCH malisisblocks{1.10.2-4.2.0} [Malisis Blocks] (malisisblocks-1.10.2-4.2.0.jar)
UCH malisisdoors{1.10.2-5.2.0} [MalisisDoors] (malisisdoors-1.10.2-5.2.0.jar)
UCH malisisswitches{1.10.2-3.2.0} [Malisis Switches] (malisisswitches-1.10.2-3.2.0.jar)
UCH mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCH cancerplants{dank01} [Mob Farm] (Mob Farm-0.0.1.jar)
UCH mobamputation{6.0.0} [MobAmputation] (MobAmputation-1.10.2-6.0.0.jar)
UCH mobends{0.22.5} [Mo'Bends] (mobends-0.22.5_for_MC-1.10.2.jar)
UCH mob_grinding_utils{0.1.8.21} [mob_grinding_utils] (MobGrindingUtils-0.1.8.21.jar)
UCH tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCH morechickens{1.1.4} [More Chickens] (MoreChickens-1.10.2-1.1.4.jar)
UCH moreoverlays{1.11} [MoreOverlays] (moreoverlays-1.11-mc1.10.2.jar)
UCH moreshears{1.0.5} [More Shears] (moreshears-1.10.2-1.0.5-release.jar)
UCH MysteriousMiscellany{1.10.2-1.5.7} [Mysterious Miscellany] (MysteriousMiscellany-1.10.2-1.5.7.jar)
UCH natura{1.10.2-4.1.0.65} [Natura] (natura-1.10.2-4.1.0.65.jar)
UCH natural_absorption{1.2.2} [Natural Absorption] (natural_absorption-1.10.2-1.2.2.jar)
UCH recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCH notenoughwands{1.5.5} [Not Enough Wands] (notenoughwands-1.1x-1.5.5.jar)
UCH oreshrubs{1.2.1} [Ore Shrubs] (oreshrubs-1.2.1-1.10.2.jar)
UCH overworldquartzgen{1.0.0} [OverworldQuartzGen] (OverworldQuartzGen-1.0.0.jar)
UCH plustic{5.0.1.4} [PlusTiC] (plustic-5.0.1.4.jar)
UCH progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
UCH randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCH reccomplex{1.3.2-1.10} [Recurrent Complex] (RecurrentComplex-1.3.2-1.10.jar)
UCH SafeStones{1.10.2-1.0a} [SafeStones] (SafeStones-1.10.2-1.0a.jar)
UCH sgcraft{1.13.2} [SG Craft] (SGCraft-1.13.2-mc1.10.2.jar)
UCH shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCH valkyrielib{1.10.2-0.10.6} [Valkyrie Lib] (valkyrielib-1.10.2-0.10.6.jar)
UCH simplegenerators{1.10.2-0.10.6a} [Simple Generators] (simplegenerators-1.10.2-0.10.6a.jar)
UCH simplyconveyors{3.0.6} [Simply Conveyors & More] (SimplyConveyors-3.0.6.jar)
UCH SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCH solarvillage{1.1.0.25} [Solar Village] (SolarVillage-1.10.2-1.1.0.25.jar)
UCH soundfilters{0.9_for_1.9} [Sound Filters] (SoundFilters-0.9_for_1.9.4.jar)
UCH spawnercraft{3.1} [SpawnerCraft] (SpawnerCraft 1.10.2-3.3.1.jar)
UCH streams{0.3} [Streams] (Streams-1.9.4-0.3.jar)
UCH taiga{1.2.6} [Tinkers Alloying Addon] (taiga-1.10.2-1.2.6.jar)
UCH tinkertoolleveling{1.10.2-1.0.1.DEV.f5def58} [Tinkers Tool Leveling] (TinkerToolLeveling-1.10.2-1.0.1.jar)
UCH tombstone{1.2.6} [Corail Tombstone] (tombstone-1.2.6-1.10.2.jar)
UCH toolbelt{1.6.1} [Tool Belt] (ToolBelt-1.10.2-1.6.1.jar)
UCH universalwrench{1.0.7} [Thiakil's Universal Wrench] (universalwrench-1.10.2-1.0.7-ff285cc.jar)
UCH vc{4.38.42} [ViesCraft] (ViesCraft-1.10.X-4.38.42.jar)
UCH villagermarket{1.0} [Villager Market] (villagermarket-0.2-HF.jar)
UCH icse{1.1.0.0} [I Can See Everything] (Wawla-1.10.2-2.3.2.215.jar)
UCH wawla{2.3.2.215} [What Are We Looking At] (Wawla-1.10.2-2.3.2.215.jar)
UCH waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar)
UCH weaponcaseloot{4.0.3} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.3.jar)
UCH wearables{1.0.2} [Wearables] (wearables-1.0.2.jar)
UCH wrenchitw{1.0} [A Wrench In The Works] (wrenchitw-1.0-mc1.10.jar)
UCH moofluids{1.10.2-1.7.02.12b} [Moo Fluids] (MooFluids-1.10.2-1.7.02.12b.jar)
Loaded coremods (and transformers):
FarseekCoreMod (Farseek-1.9.4-2.1.jar)
farseek.core.FarseekClassTransformer
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
invtweaks.forge.asm.ContainerTransformer
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
wearables (wearables-1.0.2.jar)
net.gegy1000.wearables.server.patcher.WearablesRuntimePatcher
PlusTiC (plustic-5.0.1.4.jar)
landmaster.plustic.asm.Transform
MalisisCorePlugin (malisiscore-1.10.2-4.4.0.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
ForgelinPlugin (Forgelin-1.5.0.jar)

EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
DynamicSurroundingsCore (DynamicSurroundings-1.10.2-3.4.5.4.jar)
org.blockartistry.DynSurround.asm.Transformer
MalisisSwitchesPlugin (malisisswitches-1.10.2-3.2.0.jar)
net.malisis.switches.asm.MalisisSwitchesTransformer
MovingWorldCoreMod (movingworld-1.10.2-0007-full.jar)

LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.10.2-0.1.1.15.jar)
team.chisel.ctm.client.asm.CTMTransformer
IvToolkit (IvToolkit-1.3.3-1.10.jar)

llibrary (llibrary-1.7.6-1.10.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 382.53' Renderer: 'GeForce GTX 1050 Ti/PCIe/SSE2'
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)
- WailaIntegration (Enabled/Not Forced)

Pulsar/natura loaded Pulses: 
	- NaturaCommons (Enabled/Forced)
	- NaturaOverworld (Enabled/Not Forced)
	- NaturaNether (Enabled/Not Forced)
	- NaturaDecorative (Enabled/Not Forced)
	- NaturaTools (Enabled/Not Forced)
	- NaturaEntities (Enabled/Not Forced)
	- NaturaOredict (Enabled/Forced)
	- NaturaWorld (Enabled/Not Forced)
	- WailaIntegration (Enabled/Not Forced)

List of loaded APIs: 
	* actuallyadditionsapi (29) from ActuallyAdditions-1.10.2-r105.jar
	* Baubles|API (1.3.1.3) from Baubles-1.10.2-1.3.11.jar
	* Chisel-API (0.0.1) from Chisel-MC1.10.2-0.0.11.24.jar
	* ChiselAPI|Carving (0.0.1) from Chisel-MC1.10.2-0.0.11.24.jar
	* CoFHAPI (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* cofhapi (1.5.0) from ActuallyAdditions-1.10.2-r105.jar
	* CoFHAPI|core (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* CoFHAPI|energy (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
	* cofhapi|energy (1.4.0) from extrautils2-1.10.2-1.4.4.jar
	* CoFHAPI|inventory (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* CoFHAPI|item (1.8.9R1.2.0B1) from valkyrielib-1.10.2-0.10.6.jar
	* CoFHAPI|tileentity (1.8.9R1.2.0B1) from ProgressiveAutomation-1.10.2-1.7.4.jar
	* compatlayer (0.2.9) from compatlayer-1.10-0.2.9.jar
	* ctm-api (0.1.0) from CTM-MC1.10.2-0.1.1.15.jar
	* ctm-api-models (0.1.0) from CTM-MC1.10.2-0.1.1.15.jar
	* ctm-api-textures (0.1.0) from CTM-MC1.10.2-0.1.1.15.jar
	* ctm-api-utils (0.1.0) from CTM-MC1.10.2-0.1.1.15.jar
	* EnderIOAPI (0.0.2) from EnderIO-1.10.2-3.1.193.jar
	* EnderIOAPI|Redstone (0.0.2) from EnderIO-1.10.2-3.1.193.jar
	* EnderIOAPI|Teleport (0.0.2) from EnderIO-1.10.2-3.1.193.jar
	* EnderIOAPI|Tools (0.0.2) from EnderIO-1.10.2-3.1.193.jar
	* ForestryAPI|apiculture (5.0.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|arboriculture (4.2.1) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|circuits (3.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|climate (2.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|core (5.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|farming (2.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|food (1.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|fuels (3.0.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|genetics (4.7.1) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|greenhouse (5.2.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|hives (4.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|lepidopterology (1.3.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|mail (3.1.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|multiblock (3.0.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|recipes (5.4.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|storage (5.0.0) from forestry_1.10.2-5.2.17.376.jar
	* ForestryAPI|world (2.1.0) from forestry_1.10.2-5.2.17.376.jar
	* HatcheryAPI (1.10.2R1.0.0) from hatchery-1.10.2-0.3.17.jar
	* iChunUtil API (1.2.0) from iChunUtil-1.10.2-6.3.2.jar
	* journeymap|client-api (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-display (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-event (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-model (1.3) from journeymap-1.10.2-5.4.6.jar
	* journeymap|client-api-util (1.3) from journeymap-1.10.2-5.4.6.jar
	* JustEnoughItemsAPI (4.10.1) from jei_1.10.2-3.14.7.420.jar
	* universalwrenchAPI (1.0) from universalwrench-1.10.2-1.0.7-ff285cc.jar
	* universalwrenchAPI|capabilities (1.0) from universalwrench-1.10.2-1.0.7-ff285cc.jar
	* valkyrielib.api (1.10.2-0.10.6) from valkyrielib-1.10.2-0.10.6.jar
	* WailaAPI (1.3) from Hwyla-1.8.17-B31_1.10.2.jar
EnderIO: No known problems detected.
Detailed RF API diagnostics:
              * RF API class 'EnergyStorage' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/EnergyStorage.class
              * RF API class 'IEnergyConnection' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/IEnergyConnection.class
              * RF API class 'IEnergyContainerItem' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/IEnergyContainerItem.class
              * RF API class 'IEnergyHandler' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/IEnergyHandler.class
              * RF API class 'IEnergyProvider' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/IEnergyProvider.class
              * RF API class 'IEnergyReceiver' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/IEnergyReceiver.class
              * RF API class 'IEnergyStorage' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/IEnergyStorage.class
              * RF API class 'ItemEnergyContainer' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/ItemEnergyContainer.class
              * RF API class 'TileEnergyHandler' is loaded from: jar:file:/C:/Users/Andy/AppData/Roaming/.minecraft/mods/plustic-5.0.1.4.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
              * Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
              * Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
              * Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
              * Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
              * Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
              * Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
              * Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
              * Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
              * Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
              * Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
              * Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Stutter when updating blocks in chunk with connected Chisel textures 1.12.2

I was experiencing a bit of a frame stutter when breaking/placing blocks while making a spawn so I decided to do some research. I was led to this post https://www.reddit.com/r/feedthebeast/comments/5wkwby/sf3_lag_spikes_when_breaking_and_placing_blocks/ which led me to test whether blocks with connected textures caused the chunk containing them to be slow to refresh. Sure enough the stuttering was easily recreated even on my GTX 1080 by placing a large amount of a Chisel block that has connected textures in a single chunk and spamming break/place on a block in the same chunk (doesnt need to be the chisel block). I then tried the same process in another chunk using some random block from XTones that did not use any connected textures (may as well be stone) and I did not encounter the issue. I am using the latest release version of Chisel for 1.12.2.

Carpet is from chisel, the other block is a random block from another mod with no connected textures.
Stone is used for breaking/placing and is not required to be touching either tested block.

2018-04-09_15 36 49
2018-04-09_15 36 54
2018-04-09_15 37 08
2018-04-09_15 37 24

Shaders for baked blocks

Being able to put shaders onto a block face on a baked model would be pretty awesome. I have several useful applications for this. And then we could have a fallback texture (just like proxy) if we can detect the shader couldn't work due to incompatible hardware or something.

Would it be possible to point at shaders in the mcmeta files? Perhaps in the extras compound? Like this:

{
    "ctm": {
        "ctm_version": 1,
        "type": "NORMAL",
        "extras": {
            "shaders": {
                "__comment": "fragment, geometry, and vertex files are referred in the /shaders/ folder automatically.",
                "fragment": "ender.fragment",
                "vertex": "ender.vertex",
                "__comment2": "fallback for mcmeta reference if shader doesn't work. Purely optional and",
                "__comment3": "will continue using this mcmeta itself if it doesn't exist.",
                "__comment4": "reasons for shader failing can include older hardware/drivers, especially Macs",
                "fallback": "blocks/anvil"
            }
        }
    }
}

CTM Model variants for adjacent blocks

It would be nice to have the ability to specify when a texture variant is used by defining adjacent block textures.

A particular situation in which this would be useful would be sand next to water. The sand could have a CTM variant with a light to dark gradient to look like a damp shoreline/coast.

1.12 Ticking Player Crash

Hello,
Firstly, I am posting this here because the crash report I got says to contact the coremod authors first. Also, I am not sure that this mod has anything to do with the crash, but better safe than sorry. That said, here is what happened:

Leading up to the crash, I am trying to place maps inside of Bibliocraft Map Frames. However, it seems as though just holding the map can cause the crash. My crash report can be found here.

I will also be posting this with the authors of the other coremods I have installed just in case.

Texture Type edges_full Has Missing Face Logic

North/south faces fail to do correct state checks for west diagonals.
This issue can be reproduced with obsidian and portal blocks using CTP.

Mod version: MC1.12-0.2.3.12

Screenshot of north/south facing portal:

screenshot_0

Screenshot of west/east facing portal next to previous portal:

screenshot_1

Recording of logic updates:

recording_0

CTM Connection issues

Mod version: 0.2.1.5
Forge version: 1.12-14.21.1.2443

I have a problem. I have a block with subblocks that have COLOR property in it and it's seems that CTM not working properly for my blocks that have subblocks. All blocks trying to connect each other (it's trying to connect to blocks that have different meta).
2017-08-03_15 03 58
2017-08-03_15 03 49
I think i know why this happens:
My block needs only one texture (it's not dependent on COLOR property) so i do this:
ModelLoader.setCustomStateMapper(my_block, new StateMap.Builder().ignore(COLOR).build()) => this bind my block to "normal" location and now i can bind my texture to "normal" location.
But COLOR property used in few things: in IBlockColor (to switch color based on COLOR property), in damageDropped method, in getStateFromMeta and getMetaFromState. So when i remove setCustomStateMapper thing, it works fine:
2017-08-03_15 55 12

Mekanism and Immersive Engineering Connected Textures are pink

Connected textures for blocks like the Thermal Evaporation Blocks, Dynamic Tank blocks or Steel Scaffolding are pink when CTM is installed with Chisel and Optifine

With just CTM, CTM and Chisel or CTM and Optifine
2018-03-10_12 38 47

With all Three
2018-03-10_12 37 12

CTM Ver: 1.12-0.2.3.12
Optifine Ver: 1.12.2_HD_U_C9
Chisel Ver: 1.12.2-0.2.0.31

Models aware of 'Perspective'

I'd love to have an item that used one model for first person and something else for third person, for example. Something outside of Display Rotations. Via json

[1.12] CTM causes a crash in Steve's Carts

When I load up a modpack containing CTM, RebornCore and Steve's Carts, CTM causes a crash in Steve's Carts. I sent a message to @modmuss50 about it and he was pretty sure he knew what was going on (If the 1.12 version is supposed to be for 1.12, and not mismarked as 1.12 and supposed to be for 1.11.2).

Mod Versions:

  • Forge 14.21.0.2373 (Latest)
  • CTM 1.11.2-0.1.1.6 (Latest) (I noticed the 1.11.2 in the version number, but it's marked as 1.12 on Curse)
  • RebornCore 1.12-3.1.0.55 (Latest)
  • Steve's Carts Reborn 1.12-2.4.2.20 (Latest)

CTM Face culling

screen shot 2017-10-28 at 8 08 40 pm

2017-10-28_18 45 03

CTM is being disabled on faces that WOULD be culled by the block's method but are actually not being culled as defined by the block's model json.

[1.10.2] Crash with PlusTiC on startup

MC: 1.10.2
Forge: 12.18.3.2281
Chisel: 0.11.23
CTM: 0.1.0.8
PlusTiC: 5.0.1.4

When starting the game, it crashes with the following exception:
https://gist.github.com/SanAndreasP/f8b49c4f121657f632e372b46dd5de17#file-latest-log-L1905
(here is another issue, from PlusTiC https://github.com/Landmaster/PlusTiC/issues/51)

This doesn't seem to be an issue with PlusTiC, as it runs fine on its own (w/ all the other mods I have, just w/o CTM). Downgrading Chisel and deactivating CTM fixes the issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.