Giter Site home page Giter Site logo

shnupbups / tinkersaether Goto Github PK

View Code? Open in Web Editor NEW
5.0 4.0 7.0 35.95 MB

Tinker's Contruct addon with Aether Legacy materials and tools.

License: GNU General Public License v3.0

Java 100.00%
minecraft minecraft-mod minecraft-forge minecraft-forge-mod minecraftforge aether tinkers-construct forge-mod

tinkersaether's Introduction

Tinker's Aether

Tinker's Aether is an addon for Tinker's Construct which adds support for materials from Aether Legacy.

Materials

Current tool materials include:

  • Skyroot
  • Holystone
  • Zanite
  • Gravitite
  • Golden Amber (as of 1.0.3)
  • Valkyrie Metal (as of 1.1.0)
  • Swet (as of 1.1.0)
  • Candy Cane (as of 1.1.2)
  • Cold Aercloud (as of 1.1.2)
  • Blue Aercloud (as of 1.1.2)
  • Golden Aercloud (as of 1.1.2)
  • Icestone (as of 1.2.0)
Each of these that have corresponding tools in Aether Legacy have traits somewhat equivalent to the abilities already existent in those.

Current fletching materials include:

  • Skyroot Leaf (as of 1.2.0
  • Golden Oak Leaf (as of 1.2.0)
  • Crystal Leaf (as of 1.2.0)
  • Holiday Leaf (as of 1.2.0)
  • Golden Feather (as of 1.2.0)
Materials can be individually disabled in the config as of Version 1.0.2.

Dart Shooter

Currently the mod only adds one new tool, the Dart Shooter. The Dart Shooter acts much like its counterpart from Aether Legacy, and can shoot all of its darts.

Darts

In addition, you can make custom darts much the same you would make other ammunition items in Tinker's Construct, and these can also be fired from Tinker's Dart Shooters.

Both Darts and Dart shooters can be disabled entirely in the config as of Version 1.0.2.

Future Additions

I would like to add Valkyrie Metal to Silver Dungeon loot, but cannot currently as Aether Legacy does not support adding or editing dungeon loot.
I would like to add support for Construct's Armory as well, with the ability to make Gloves.

tinkersaether's People

Contributors

shnupbups avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

tinkersaether's Issues

Crash with Aether Legacy 3.1

Crash with ClassNotFoundException ... must've been some rewrites to Aether Legacy's code? Nothing stands out to me on their GitHub repo, may have to decompile the jar itself to see what's up...

Update wiki

Add more info, update to include 1.1.0 stuff

Allow disabling of materials

I've already made gravitite and zanite using infinitic and would like to keep those so if you could add a config for disabling materials that would be great

Poison and Antipoison Modfiers

  • aether poison . this could be for the arrow or even for a sword . made with the poison bucket .
  • anti aether poison . this one could be made with the white cure apple that cures the poison when eaten . works like this : you put it on any construct armory armor piece and there is a chance every tick to cure the poison at the cost of 5 durability . this could also cure wither effect or the normal poison from minecraft .

crash

---- Minecraft Crash Report ----

WARNING: coremods are present:
WolfArmorCore (wolfarmor-1.12.2-3.7.5-universal-signed.jar)
ObfuscatePlugin (obfuscate-0.2.3-1.12.2.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
CreativePatchingLoader (CreativeCore_v1.10.47_mc1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// Shall we play a game?

Time: 3/9/21 1:06 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 Tinker's Aether (tinkersaether)
Caused by: java.lang.NoClassDefFoundError: com/legacy/aether/registry/creative_tabs/AetherCreativeTabs$AetherTab
at shnupbups.tinkersaether.modules.ModuleBase.(ModuleBase.java:69)
at shnupbups.tinkersaether.TinkersAether.preInit(TinkersAether.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.legacy.aether.registry.creative_tabs.AetherCreativeTabs$AetherTab
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
Caused by: java.lang.NullPointerException

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

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 719587352 bytes (686 MB) / 2896691200 bytes (2762 MB) up to 5607784448 bytes (5348 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6016m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 107 mods loaded, 107 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                                |
|:----- |:------------------------- |:----------------------- |:-------------------------------------------------- |:---------------------------------------- |
| LCH   | minecraft                 | 1.12.2                  | minecraft.jar                                      | None                                     |
| LCH   | mcp                       | 9.42                    | minecraft.jar                                      | None                                     |
| LCH   | FML                       | 8.0.99.99               | forge-1.12.2-14.23.5.2854.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge                     | 14.23.5.2854            | forge-1.12.2-14.23.5.2854.jar                      | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | creativecoredummy         | 1.0.0                   | minecraft.jar                                      | None                                     |
| LCH   | obfuscate                 | 0.2.3                   | minecraft.jar                                      | None                                     |
| LCH   | actuallyadditions         | 1.12.2-r152             | ActuallyAdditions-1.12.2-r152.jar                  | None                                     |
| LCH   | aether_legacy             | 1.5.3.1                 | aether-1.12.2-v1.5.3.1.jar                         | None                                     |
| LCH   | orbis-lib                 | 0.2.0                   | orbis-lib-1.12.2-0.2.0+build411.jar                | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LCH   | aether                    | 0.3.0                   | aether_ii-1.12.2-0.3.0+build411-universal.jar      | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LCH   | creativecore              | 1.10.0                  | CreativeCore_v1.10.47_mc1.12.2.jar                 | None                                     |
| LCH   | ambientsounds             | 3.0                     | AmbientSounds_v3.1.5_mc1.12.2.jar                  | None                                     |
| LCH   | jei                       | 4.16.1.301              | jei_1.12.2-4.16.1.301.jar                          | None                                     |
| LCH   | appleskin                 | 1.0.14                  | AppleSkin-mc1.12-1.0.14.jar                        | None                                     |
| LCH   | ctm                       | MC1.12.2-1.0.2.31       | CTM-MC1.12.2-1.0.2.31.jar                          | None                                     |
| LCH   | appliedenergistics2       | rv6-stable-7            | appliedenergistics2-rv6-stable-7.jar               | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCH   | aquaculture               | 1.6.8                   | Aquaculture-1.12.2-1.6.8.jar                       | None                                     |
| LCH   | baubles                   | 1.5.2                   | Baubles-1.12-1.5.2.jar                             | None                                     |
| LCH   | biomesoplenty             | 7.0.1.2441              | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar      | None                                     |
| LCH   | bonsaitrees               | 1.1.4                   | bonsaitrees-1.1.4-b170.jar                         | None                                     |
| LCH   | bookshelf                 | 2.3.590                 | Bookshelf-1.12.2-2.3.590.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | buildcraftlib             | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftcore            | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftbuilders        | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcrafttransport       | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftsilicon         | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftenergy          | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | ic2                       | 2.8.170-ex112           | industrialcraft-2-2.8.170-ex112.jar                | de041f9f6187debbc77034a344134053277aa3b0 |
| LCH   | forestry                  | 5.8.2.387               | forestry_1.12.2-5.8.2.387.jar                      | None                                     |
| LCH   | buildcraftcompat          | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftfactory         | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | buildcraftrobotics        | 7.99.24.8               | buildcraft-all-7.99.24.8.jar                       | None                                     |
| LCH   | chameleon                 | 1.12-4.1.3              | Chameleon-1.12-4.1.3.jar                           | None                                     |
| LCH   | chesttransporter          | 2.8.8                   | ChestTransporter-1.12.2-2.8.8.jar                  | None                                     |
| LCH   | chisel                    | MC1.12.2-1.0.2.45       | Chisel-MC1.12.2-1.0.2.45.jar                       | None                                     |
| LCH   | chiselsandbits            | 14.33                   | chiselsandbits-14.33.jar                           | None                                     |
| LCH   | codechickenlib            | 3.2.3.358               | CodeChickenLib-1.12.2-3.2.3.358-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | redstoneflux              | 2.1.1                   | RedstoneFlux-1.12-2.1.1.1-universal.jar            | None                                     |
| LCH   | cofhcore                  | 4.6.6                   | CoFHCore-1.12.2-4.6.6.1-universal.jar              | None                                     |
| LCH   | cofhworld                 | 1.4.0                   | CoFHWorld-1.12.2-1.4.0.1-universal.jar             | None                                     |
| LCH   | waila                     | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                        | None                                     |
| LCH   | darkutils                 | 1.8.230                 | DarkUtils-1.12.2-1.8.230.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | endercore                 | 1.12.2-0.5.76           | EnderCore-1.12.2-0.5.76.jar                        | None                                     |
| LCH   | mantle                    | 1.12-1.3.3.55           | Mantle-1.12-1.3.3.55.jar                           | None                                     |
| LCH   | thaumcraft                | 6.1.BETA26              | Thaumcraft-1.12.2-6.1.BETA26.jar                   | None                                     |
| LCH   | twilightforest            | 3.11.1021               | twilightforest-1.12.2-3.11.1021-universal.jar      | None                                     |
| LCH   | tconstruct                | 1.12.2-2.13.0.183       | TConstruct-1.12.2-2.13.0.183.jar                   | None                                     |
| LCH   | extrautils2               | 1.0                     | extrautils2-1.12-1.9.9.jar                         | None                                     |
| LCH   | forgelin                  | 1.8.4                   | Forgelin-1.8.4.jar                                 | None                                     |
| LCH   | forgemultipartcbe         | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | microblockcbe             | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
| LCH   | minecraftmultipartcbe     | 2.6.2.83                | ForgeMultipart-1.12.2-2.6.2.83-universal.jar       | None                                     |
| LCH   | cfm                       | 6.3.1                   | furniture-6.3.1-1.12.2.jar                         | None                                     |
| LCH   | mekanism                  | 1.12.2-9.8.3.390        | Mekanism-1.12.2-9.8.3.390.jar                      | None                                     |
| LCH   | teslacorelib              | 1.0.17                  | tesla-core-lib-1.12.2-1.0.17.jar                   | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCH   | industrialforegoing       | 1.12.2-1.12.2           | industrialforegoing-1.12.2-1.12.13-237.jar         | None                                     |
| LCH   | inventorypets             | 2.0.12                  | inventorypets-1.12-2.0.12.jar                      | None                                     |
| LCH   | ironchest                 | 1.12.2-7.0.67.844       | ironchest-1.12.2-7.0.72.847.jar                    | None                                     |
| LCH   | journeymap                | 1.12.2-5.7.1            | journeymap-1.12.2-5.7.1.jar                        | None                                     |
| LCH   | jeresources               | 0.9.2.60                | JustEnoughResources-1.12.2-0.9.2.60.jar            | None                                     |
| LCH   | magicbees                 | 1.0                     | MagicBees-1.12.2-3.1.10.jar                        | None                                     |
| LCH   | mcwdoors                  | 1.0                     | mcw-doors-1.0.0-mc1.12.2.jar                       | None                                     |
| LCH   | mcwwindows                | 1.0                     | mcw-windows-1.0.0-mc1.12.2.jar                     | None                                     |
| LCH   | mekanismgenerators        | 1.12.2-9.8.3.390        | MekanismGenerators-1.12.2-9.8.3.390.jar            | None                                     |
| LCH   | mekanismtools             | 1.12.2-9.8.3.390        | MekanismTools-1.12.2-9.8.3.390.jar                 | None                                     |
| LCH   | thermalfoundation         | 2.6.7                   | ThermalFoundation-1.12.2-2.6.7.1-universal.jar     | None                                     |
| LCH   | mekores                   | 2.0.13                  | mekores-2.0.13.jar                                 | None                                     |
| LCH   | moreoverlays              | 1.15.1                  | moreoverlays-1.15.1-mc1.12.2.jar                   | None                                     |
| LCH   | mousetweaks               | 2.10                    | MouseTweaks-2.10-mc1.12.2.jar                      | None                                     |
| LCH   | mrtjpcore                 | 2.1.4.43                | MrTJPCore-1.12.2-2.1.4.43-universal.jar            | None                                     |
| LCH   | naturescompass            | 1.8.5                   | NaturesCompass-1.12.2-1.8.5.jar                    | None                                     |
| LCH   | neat                      | 1.4-17                  | Neat 1.4-17.jar                                    | None                                     |
| LCH   | projectred-core           | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-Base.jar               | None                                     |
| LCH   | projectred-exploration    | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-world.jar              | None                                     |
| LCH   | matteroverdrive           | 0.7.0.0                 | MatterOverdrive-1.12.2-0.7.1.0-universal.jar       | None                                     |
| LCH   | netherendingores          | 1.12.2-1.4.2            | Netherending-Ores-1.12.2-1.4.2.jar                 | None                                     |
| LCH   | harvestcraft              | 1.12.2zb                | Pam's HarvestCraft 1.12.2zg.jar                    | None                                     |
| LCH   | pamscookables             | 1.1                     | pamscookables-1.1.jar                              | None                                     |
| LCH   | patchouli                 | 1.0-23.6                | Patchouli-1.0-23.6.jar                             | None                                     |
| LCH   | projectred-compat         | 1.0                     | ProjectRed-1.12.2-4.9.4.120-compat.jar             | None                                     |
| LCH   | projectred-integration    | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-integration.jar        | None                                     |
| LCH   | projectred-transmission   | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-integration.jar        | None                                     |
| LCH   | projectred-fabrication    | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-fabrication.jar        | None                                     |
| LCH   | projectred-illumination   | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-lighting.jar           | None                                     |
| LCH   | projectred-expansion      | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCH   | projectred-relocation     | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCH   | projectred-transportation | 4.9.4.120               | ProjectRed-1.12.2-4.9.4.120-mechanical.jar         | None                                     |
| LCH   | railcraft                 | 12.0.0                  | railcraft-12.0.0.jar                               | a0c255ac501b2749537d5824bb0f0588bf0320fa |
| LCH   | rustic                    | 1.1.7                   | rustic-1.1.7.jar                                   | None                                     |
| LCH   | stg                       | 1.12.2-1.2.2            | stg-1.12.2-1.2.2.jar                               | None                                     |
| LCH   | storagedrawers            | 5.2.2                   | StorageDrawers-1.12.2-5.4.2.jar                    | None                                     |
| LCH   | thermalexpansion          | 5.5.7                   | ThermalExpansion-1.12.2-5.5.7.1-universal.jar      | None                                     |
| LCH   | thermalcultivation        | 0.3.6                   | ThermalCultivation-1.12.2-0.3.6.1-universal.jar    | None                                     |
| LCH   | thermaldynamics           | 2.5.6                   | ThermalDynamics-1.12.2-2.5.6.1-universal.jar       | None                                     |
| LCH   | thermalinnovation         | 0.3.6                   | ThermalInnovation-1.12.2-0.3.6.1-universal.jar     | None                                     |
| LCE   | tinkersaether             | 1.3.0                   | tinkersaether-1.3.0.jar                            | None                                     |
| LC    | tcomplement               | 1.12.2-0.4.3            | TinkersComplement-1.12.2-0.4.3.jar                 | None                                     |
| LC    | tinkersjei                | 1.2                     | tinkersjei-1.2.jar                                 | None                                     |
| LC    | uppers                    | 0.0.6                   | Uppers-0.0.6.jar                                   | None                                     |
| LC    | vc                        | 5.9.16                  | ViesCraft-1.12.2-5.9.16.jar                        | None                                     |
| LC    | waystones                 | 4.1.0                   | Waystones_1.12.2-4.1.0.jar                         | None                                     |
| LC    | wolfarmor                 | 3.7.5                   | wolfarmor-1.12.2-3.7.5-universal-signed.jar        | e94e38a605842477f3ec218e6fcf781f6b3f7f89 |
| LC    | wrcbe                     | 2.3.2                   | WR-CBE-1.12.2-2.3.2.33-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LC    | phosphor-lighting         | 1.12.2-0.2.6            | phosphor-1.12.2-0.2.6+build50.jar                  | f0387d288626cc2d937daa504e74af570c52a2f1 |
| LC    | structurize               | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar            | None                                     |
| LC    | minecolonies              | 1.12.2-0.11.804-RELEASE | minecolonies-1.12.2-0.11.804-RELEASE-universal.jar | None                                     |
| LC    | teslacorelib_registries   | 1.0.17                  | tesla-core-lib-1.12.2-1.0.17.jar                   | None                                     |

Loaded coremods (and transformers): 

WolfArmorCore (wolfarmor-1.12.2-3.7.5-universal-signed.jar)

ObfuscatePlugin (obfuscate-0.2.3-1.12.2.jar)
com.mrcrayfish.obfuscate.asm.ObfuscateTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
PhosphorFMLLoadingPlugin (phosphor-1.12.2-0.2.6+build50.jar)

ForgelinPlugin (Forgelin-1.8.4.jar)

MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
CreativePatchingLoader (CreativeCore_v1.10.47_mc1.12.2.jar)

CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 27.20.100.8681' Renderer: 'Intel(R) HD Graphics 530'
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)

Pulsar/tcomplement loaded Pulses: 
	- ModuleCommons (Enabled/Forced)
	- ModuleMelter (Enabled/Not Forced)
	- ModuleArmor (Enabled/Not Forced)
	- ModuleSteelworks (Enabled/Not Forced)
	- ChiselPlugin (Enabled/Not Forced)
	- Oredict (Enabled/Forced)

Patchouli open book context: n/a

Gloves when Construct's Armory is present

are they coming ? the gloves could add some more armour and some more buffs or something . or as modifiers for them instead of the gauntlets from the base construct armory it would have its own modifiers and have durability as well . liek instead of the speed gauntlet you put redstone on it instead of the powerful gauntlet you put quartz on it and instead of the telekinetick modifier you put valkyrie metal and some golden amber . since it is an armor piece I dont see why it wouldnt add protection . all the other modifiers from construct armory can do the same thing like diamond or wither bone or emerald or resistance . heck you could even add lapis and gravitite to them to make your tool more lucky or something . since just lapis would be too easy . like a gravitite block and 4 lapis blocks . those are just some ideas I came up with since I am very excited about some tinkers gloves because I dont have any reason to put a glove in my slot because it is weird looking it just passes through the chestplate . I want to see your opinion on this subject .

Conflict with tinker`s compendium (tinkerยดs defense)

When having both mods, yours and tinkers compendium installed, there is a conflict with the rooted trait as both try to register it, unfortunately i dont know on which side the check for the trait is missing, a small suggestion where to rename it to heavenly rooted or somthing in this manner, if the traits arenยดt really the same (i cant tell, since i start mc with your mod right now for the first time).
As for now i had to disable the skyroot material to make them compatible.

Server Crash on Client Join

Minecraft: 1.12.2
Forge: 14.23.4.2705
tinkersaether: 1.1.2

When client Joins server, server crashes. This does not happen with the previous version (1.1.1)

`
Time: 7/4/18 11:50 PM
Description: Exception in server tick loop

java.lang.NoSuchMethodError: net.minecraft.entity.ai.attributes.IAttributeInstance.func_142049_d()V
at shnupbups.tinkersaether.traits.Reach.onPlayerJoin(Reach.java:36)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_770_Reach_onPlayerJoin_EntityJoinWorldEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.world.World.func_72838_d(World.java:1205)
at net.minecraft.world.WorldServer.func_72838_d(WorldServer.java:1058)
at net.minecraft.server.management.PlayerList.func_72377_c(PlayerList.java:376)
at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:165)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72)
at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205)
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285)
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:396)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Unknown Source
)
`

tinkers eather crash on start up

it crashes due to a creative tab issue according to crash report

---- Minecraft Crash Report ----

WARNING: coremods are present:
llibrary (llibrary-core-1.0.11-1.12.2.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
ratscore (rats-3.2.14-1.12.2.jar)
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
Contact their authors BEFORE contacting forge

// This doesn't make any sense!

Time: 8/30/20 4:38 AM
Description: There was a severe problem during mod loading that has caused the game to fail

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Tinker's Aether (tinkersaether)
Caused by: java.lang.NoClassDefFoundError: com/legacy/aether/registry/creative_tabs/AetherCreativeTabs$AetherTab
at shnupbups.tinkersaether.modules.ModuleBase.(ModuleBase.java:69)
at shnupbups.tinkersaether.TinkersAether.preInit(TinkersAether.java:55)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:252)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:467)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:378)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: com.legacy.aether.registry.creative_tabs.AetherCreativeTabs$AetherTab
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
Caused by: java.lang.NullPointerException

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

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 907953360 bytes (865 MB) / 2653945856 bytes (2531 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5120m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 123 mods loaded, 123 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                                |
|:----- |:--------------------------------- |:------------------------ |:----------------------------------------------------- |:---------------------------------------- |
| LCH   | minecraft                         | 1.12.2                   | minecraft.jar                                         | None                                     |
| LCH   | mcp                               | 9.42                     | minecraft.jar                                         | None                                     |
| LCH   | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2854.jar                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | forge                             | 14.23.5.2854             | forge-1.12.2-14.23.5.2854.jar                         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCH   | buildcraftlib                     | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | buildcraftcore                    | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | buildcraftfactory                 | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | buildcrafttransport               | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | buildcraftsilicon                 | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | additionalpipes                   | 6.0.0.8                  | additionalpipes-6.0.0.8.jar                           | None                                     |
| LCH   | aeadditions                       | 1.2                      | aeadditions-1.12.2-1.2.jar                            | None                                     |
| LCH   | aether_legacy                     | 1.5.1                    | aether-1.12.2-v1.5.1.jar                              | None                                     |
| LCH   | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                                | None                                     |
| LCH   | flyringbaublemod                  | 0.3.1_1.12-d4e654e       | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar           | None                                     |
| LCH   | aoa3                              | 3.3.5                    | AoA3-3.3.5.jar                                        | 8bddeac148843f40e0b9f69201be2f4b3071700d |
| LCH   | crafttweaker                      | 4.1.20                   | CraftTweaker2-1.12-4.1.20.586.jar                     | None                                     |
| LCH   | mtlib                             | 3.0.6                    | MTLib-3.0.6.jar                                       | None                                     |
| LCH   | modtweaker                        | 4.0.18                   | modtweaker-4.0.18.jar                                 | None                                     |
| LCH   | jei                               | 4.16.1.301               | jei_1.12.2-4.16.1.301.jar                             | None                                     |
| LCH   | base                              | 3.13.0                   | base-1.12.2-3.13.0.jar                                | None                                     |
| LCH   | basicmetals                       | 0.0.1                    | basicmetals-1.12-1.0.jar                              | None                                     |
| LCH   | betterbedrock                     | 5.1                      | BetterBedrock-1.12.2-5.1.11.jar                       | None                                     |
| LCH   | bettercombatmod                   | 1.5.6                    | BetterCombat-1.12.2-1.5.6.jar                         | None                                     |
| LCH   | blockdrops                        | 1.4.0                    | blockdrops-1.12.2-1.4.0.jar                           | None                                     |
| LCH   | bountifulbaubles                  | 0.0.1                    | Bountiful Baubles-1.12.2-0.1.6.jar                    | None                                     |
| LCH   | buildcraftbuilders                | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | buildcraftcompat                  | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | buildcraftenergy                  | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | buildcraftrobotics                | 7.99.24.6                | buildcraft-all-7.99.24.6.jar                          | None                                     |
| LCH   | buildinggadgets                   | 2.8.4                    | BuildingGadgets-2.8.4.jar                             | None                                     |
| LCH   | ccm                               | 1.0                      | ccm-1.0.jar                                           | None                                     |
| LCH   | claybucket                        | 1.1                      | ClayBucket-1.12-1.1.jar                               | None                                     |
| LCH   | clayconversion                    | 1.4                      | clayconversion-1.12.x-1.4.jar                         | None                                     |
| LCH   | clayworldgen                      | 1.1.0-1.12               | ClayWorldGen-1.1.0-1.12.0.jar                         | None                                     |
| LCH   | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar         | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | endercore                         | 1.12.2-0.5.76            | EnderCore-1.12.2-0.5.76.jar                           | None                                     |
| LCH   | enderio                           | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderiointegrationtic             | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                              | None                                     |
| LCH   | ctm                               | MC1.12.2-1.0.2.31        | CTM-MC1.12.2-1.0.2.31.jar                             | None                                     |
| LCH   | twilightforest                    | 3.11.1020                | twilightforest-1.12.2-3.11.1020-universal[1].jar      | None                                     |
| LCH   | tconstruct                        | 1.12.2-2.13.0.183        | TConstruct-1.12.2-2.13.0.183.jar                      | None                                     |
| LCH   | contenttweaker                    | 1.12.2-4.9.1             | ContentTweaker-1.12.2-4.9.1.jar                       | None                                     |
| LCH   | conarm                            | 1.2.5.9                  | conarm-1.12.2-1.2.5.9.jar                             | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCH   | controlling                       | 3.0.10                   | Controlling-3.0.10.jar                                | None                                     |
| LCH   | ctgui                             | 1.0.0                    | CraftTweaker2-1.12-4.1.20.586.jar                     | None                                     |
| LCH   | crafttweakerjei                   | 2.0.3                    | CraftTweaker2-1.12-4.1.20.586.jar                     | None                                     |
| LCH   | curio                             | 1.0.4                    | Curio-1.0.4.jar                                       | None                                     |
| LCH   | cxlibrary                         | 1.6.1                    | cxlibrary-1.12.1-1.6.1.jar                            | None                                     |
| LCH   | durability101                     | 0.0.3                    | Durability101-1.12-0.0.3.jar                          | None                                     |
| LCH   | enderore                          | 1.12.2-v1.1              | Ender Ore-1.12.2-v1.1.jar                             | None                                     |
| LCH   | enderiobase                       | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderioconduits                   | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderioconduitsappliedenergistics | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderioconduitsopencomputers      | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | refinedstorage                    | 1.6.16                   | refinedstorage-1.6.16.jar                             | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LCH   | enderioconduitsrefinedstorage     | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderiointegrationforestry        | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderiointegrationticlate         | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderiomachines                   | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderiopowertools                 | 5.2.59                   | EnderIO-1.12.2-5.2.59.jar                             | None                                     |
| LCH   | enderioendergy                    | 5.2.59                   | EnderIO-endergy-1.12.2-5.2.59.jar                     | None                                     |
| LCH   | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar           | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCH   | shetiphiancore                    | 3.5.9                    | shetiphiancore-1.12.0-3.5.9.jar                       | None                                     |
| LCH   | endertanks                        | 1.6.8                    | endertanks-1.12.0-1.6.8.jar                           | None                                     |
| LCH   | erebus                            | 1.0.31                   | Erebus-1.0.31.jar                                     | None                                     |
| LCH   | exp_ore                           | 1.12.2-1.0               | ExpOre-1.12.2-1.0.jar                                 | None                                     |
| LCH   | moa_dlc                           | 1.2.1                    | extra-moas-1.12.2-1.2.1.jar                           | None                                     |
| LCH   | zerocore                          | 1.12.2-0.1.2.8           | zerocore-1.12.2-0.1.2.8.jar                           | None                                     |
| LCH   | bigreactors                       | 1.12.2-0.4.5.67          | ExtremeReactors-1.12.2-0.4.5.67.jar                   | None                                     |
| LCH   | fastflyblockbreaking              | MC1.9.4-MC1.12.2-1.1     | fastflyblockbreaking-MC1.9.4-MC1.12.2-1.1.jar         | None                                     |
| LCH   | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                                 | None                                     |
| LCH   | forgelin                          | 1.8.4                    | Forgelin-1.8.4.jar                                    | None                                     |
| LCH   | goodnightsleep                    | 0.2.2                    | good-nights-sleep-1.12.2-v0.2.2.jar                   | None                                     |
| LCH   | waila                             | 1.8.26                   | Hwyla-1.8.26-B41_1.12.2.jar                           | None                                     |
| LCH   | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                              | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCH   | jeiintegration                    | 1.6.0                    | jeiintegration_1.12.2-1.6.0.jar                       | None                                     |
| LCH   | jeresources                       | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar               | None                                     |
| LCH   | jeroreintegration                 | 1.1.0                    | JEROreIntegration-1.12.2-1.1.0.jar                    | None                                     |
| LCH   | journeymap                        | 1.12.2-5.7.1             | journeymap-1.12.2-5.7.1.jar                           | None                                     |
| LCH   | jrftl                             | 1.1                      | JRFTL[1.12.2]-1.1.jar                                 | None                                     |
| LCH   | justenoughreactors                | 1.1.3.61                 | JustEnoughReactors-1.12.2-1.1.3.61.jar                | 2238d4a92d81ab407741a2fdb741cebddfeacba6 |
| LCH   | lost_aether                       | 1.0.2                    | lost-aether-content-1.12.2-1.0.2.jar                  | None                                     |
| LCH   | netherlessquartz                  | 1.1.0                    | ManPuppy's Netherless Quartz Mod-v1.1.0.jar           | None                                     |
| LCH   | mekanism                          | 1.12.2-9.8.3.390         | Mekanism-1.12.2-9.8.3.390.jar                         | None                                     |
| LCH   | mekanismgenerators                | 1.12.2-9.8.3.390         | MekanismGenerators-1.12.2-9.8.3.390.jar               | None                                     |
| LCH   | moartinkers                       | 0.6.0                    | moartinkers-0.6.0.jar                                 | None                                     |
| LCH   | morefurnaces                      | 1.10.6.12                | MoreFurnaces-Omnifactory-Edition-1.12.2-1.10.6.12.jar | None                                     |
| LCH   | simplecore                        | 1.7.3.4                  | simplecore-1.12.2-1.7.3.4.jar                         | None                                     |
| LCH   | netherrocks                       | 1.7.1.2                  | netherrocks-1.12.2-1.7.1.2.jar                        | None                                     |
| LCH   | nevokacore                        | 1.0.2                    | nevoka-core-1.0.2.jar                                 | None                                     |
| LCH   | samsocean                         | 1.0.2                    | OceanFloor-1.12.2-1.0.2.jar                           | None                                     |
| LCH   | oreexcavation                     | 1.4.150                  | OreExcavation-1.4.150.jar                             | None                                     |
| LCH   | patchouli                         | 1.0-21                   | Patchouli-1.0-21.jar                                  | None                                     |
| LCH   | llibrary                          | 1.7.19                   | llibrary-1.7.19-1.12.2.jar                            | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCH   | rats                              | 3.2.14                   | rats-3.2.14-1.12.2.jar                                | None                                     |
| LCH   | reborncore                        | 3.19.4.529               | RebornCore-1.12.2-3.19.4.529-universal.jar            | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
| LCH   | rebornstorage                     | 1.0.0                    | RebornStorage-1.12.2-3.3.4.1.jar                      | None                                     |
| LCH   | rsinfinitewireless                | 1.2                      | rsinfinitewireless-1.2.jar                            | None                                     |
| LCH   | siliconmod                        | 1.12.2-1.4               | siliconmod-1.12.2-1.4.jar                             | None                                     |
| LCH   | simplesmelteryaccelerator         | 1.0.1                    | SimpleSmelteryAccelerator-1.0.1.jar                   | None                                     |
| LCH   | simpletcon                        | 3.0                      | SimpleTcon-3.0b.jar                                   | None                                     |
| LCH   | craftable_slimeball               | 1.0.0                    | SlimeBottles.jar                                      | None                                     |
| LCH   | stg                               | 1.12.2-1.2.3             | stg-1.12.2-1.2.3.jar                                  | None                                     |
| LCH   | tardis                            | 0.1.4A                   | tardis-0.1.4A.jar                                     | None                                     |
| LCH   | tesseract                         | 1.0.12                   | tesseract-1.0.12-mc1.12.jar                           | None                                     |
| LCH   | theaurorian                       | 1.12.2-Release           | theaurorian-1.12.2-release-aug1020.jar                | None                                     |
| LCH   | thutcore                          | 5.21.0                   | thutcore-1.12.2-5.21.0.jar                            | None                                     |
| LCH   | thutcore_compat                   | 1.0                      | thutcore-1.12.2-5.21.0.jar                            | None                                     |
| LCH   | thuttech                          | 6.1.6                    | thuttech-1.12.2-6.1.6.jar                             | None                                     |
| LCH   | tinkeredhegemony                  | @VERSION@                | TinkeredHegemony-0.2.1.jar                            | None                                     |
| LCH   | tinkersaddons                     | 1.0.7                    | Tinkers' Addons-1.12.1-1.0.7.jar                      | None                                     |
| LCE   | tinkersaether                     | 1.3.0                    | tinkersaether-1.3.0.jar                               | None                                     |
| LC    | tinkersjei                        | 1.2                      | tinkersjei-1.2.jar                                    | None                                     |
| LC    | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769 | TinkerToolLeveling-1.12.2-1.1.0.jar                   | None                                     |
| LC    | xat                               | 0.30                     | Trinkets and Baubles-0.30.1.jar                       | None                                     |
| LC    | uncrafted                         | 3.0.1                    | Uncrafted 1.12  (v.3.0.1).jar                         | None                                     |
| LC    | wailaharvestability               | 1.1.12                   | WailaHarvestability-mc1.12-1.1.12.jar                 | None                                     |
| LC    | wanionlib                         | 1.12.2-2.4               | WanionLib-1.12.2-2.4.jar                              | None                                     |
| LC    | wearablebackpacks                 | 3.1.4                    | WearableBackpacks-1.12.2-3.1.4.jar                    | None                                     |
| LC    | morerefinedstorage                | 1.1.9                    | morerefinedstorage-1.1.9.jar                          | d68758e79dc66e96a127d04bc039f1ec860a1537 |
| LC    | superores                         | 1.9.0_1.12               | superores-1.9.0-1.12.jar                              | None                                     |
| LC    | unidict                           | 1.12.2-2.9.6             | UniDict-1.12.2-2.9.6.jar                              | None                                     |

Loaded coremods (and transformers): 

llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)
shetiphian.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
ForgelinPlugin (Forgelin-1.8.4.jar)

MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
mekanism.coremod.KeybindingMigrationHelper
ratscore (rats-3.2.14-1.12.2.jar)
com.github.alexthe666.rats.server.misc.RatsRuntimePatcher
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ' Vendor: 'Intel' Version: '4.6.0 - Build 26.20.100.6911' Renderer: 'Intel(R) UHD Graphics 620'
Ender IO: No known problems detected.
Authlib is : /C:/Users/kraig/Twitch/Minecraft/Install/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash.       !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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)

Patchouli open book context: n/a
RebornCore: 
	Plugin Engine: 0
	RebornCore Version: 3.19.4.529
	Runtime Debofucsation 1
	RenderEngine: 0

Creative Tab Crash on Startup?

Hello all. I'm making a modpack for my friends and I and wanted to include Aether as well as Tinker's Aether, but I am having a problem. Whenever I start the pack, the game crashes almost immediately and presents me with this error message:

https://pastebin.com/t5MJX43e

I'm no expert but it looks like there's something wrong with the creative tab that the game sees as an irreconcilable error. Any help would be appreciated, thanks.

Valkyrie Tools

Valkyrie Tool Parts that have a trait which gives extra range, just like Valkyrie tools in Aether Legacy

issues with recent Valkyrie stuff

The recipes which I presume are the meltdown recipes for the 4 armor pieces are "empty" recipes in my JEI. they do however still melt.

As for the tools, the attack reach doesn't appear to be working unlike the valkyrie lance if that was meant to be a thing. but the block scanning and breaking reach does. For attack range, it'd also be awesome if the super bonk on the pan would work at range too, but if I had to guess that would just automatically hit far if the attack range actually improved.

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.