Giter VIP home page Giter VIP logo

huesodewiki's People

Contributors

elifoster avatar hubry avatar vexatos avatar xbony2 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

huesodewiki's Issues

NoSuchFieldException: attackSpeed when getting page for axe

I tried to copy the base page for an axe (specifically, a semi-broken Iron Axe), and got the following error in the log. The page copied with ? as the speed parameter.

[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: java.lang.NoSuchFieldException: attackSpeed
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.lang.Class.getDeclaredField(Class.java:2070)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at xbony2.huesodewiki.infobox.InfoboxCreator.lambda$static$14(InfoboxCreator.java:94)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at xbony2.huesodewiki.api.infobox.BasicInstanceOfParameter.getParameterText(BasicInstanceOfParameter.java:32)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at xbony2.huesodewiki.infobox.InfoboxCreator.lambda$createInfobox$17(InfoboxCreator.java:121)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at xbony2.huesodewiki.infobox.InfoboxCreator.createInfobox(InfoboxCreator.java:121)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at xbony2.huesodewiki.PageCreator.createPage(PageCreator.java:16)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at xbony2.huesodewiki.HuesoDeWiki$RenderTickEventEventHanlder.renderTickEvent(HuesoDeWiki.java:98)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_63_RenderTickEventEventHanlder_renderTickEvent_RenderTickEvent.invoke(.dynamic)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:353)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1115)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraft.client.main.Main.main(SourceFile:123)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.lang.reflect.Method.invoke(Method.java:497)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at java.lang.reflect.Method.invoke(Method.java:497)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$14:98]: 	at org.multimc.EntryPoint.main(EntryPoint.java:34)

Make it not load when on a server

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CoreMod (Aroma1997Core-1.12.2-1.3.0.2.b128.jar)
  ForgelinPlugin (Forgelin-1.5.1.jar)
  IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
  AstralCore (astralsorcery-1.12.2-1.7.jar)
  llibrary (llibrary-1.7.7-1.12.2.jar)
  ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.4.jar)
  FMLPlugin (albedo-0.1.3.jar)
  LoadingPlugin (RandomThings-MC1.12.2-4.0.8.jar)
  CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
  LoadingPlugin (Quark-r1.3-112.jar)
  TransformerLoader (OpenComputers-MC1.12.1-1.7.0.20.jar)
  Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.1-1.12-anarchy.jar)
Contact their authors BEFORE contacting forge

// Why is it breaking :(

Time: 10/27/17 10:36 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from HuesoDeWiki (huesodewiki)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/settings/KeyBinding
	at xbony2.huesodewiki.HuesoDeWiki.preInit(HuesoDeWiki.java:49)
	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:606)
	at sun.reflect.GeneratedMethodAccessor9.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:253)
	at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
	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:148)
	at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:602)
	at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
	at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:331)
	at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.settings.KeyBinding
	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)
	... 36 more
Caused by: net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@15723761 from coremod FMLCorePlugin
	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:262)
	at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
	at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
	... 38 more
Caused by: java.lang.RuntimeException: Attempted to load class bhy for invalid side SERVER
	at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
	at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:258)
	... 40 more


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: Linux (amd64) version 2.6.32-504.23.4.el6.x86_64
	Java Version: 1.8.0_60, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 2095895008 bytes (1998 MB) / 5797576704 bytes (5529 MB) up to 14989918208 bytes (14295 MB)
	JVM Flags: 0 total; 
	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
	FML: MCP 9.42 Powered by Forge 14.23.0.2515 132 mods loaded, 132 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.0.2515-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| UCH   | forge                     | 14.23.0.2515          | forge-1.12.2-14.23.0.2515-universal.jar         | e3c3d50c7c986df74c645c0ac54639741c90a557 |
	| UCH   | foamfixcore               | 7.7.4                 | minecraft.jar                                   | None                                     |
	| UCH   | opencomputers|core        | 1.7.0.20              | minecraft.jar                                   | None                                     |
	| UCH   | albedocore                | 0.1                   | minecraft.jar                                   | None                                     |
	| UCH   | actuallyadditions         | 1.12.1-r121           | ActuallyAdditions-1.12.1-r121.jar               | None                                     |
	| UCH   | baubles                   | 1.5.1                 | Baubles-1.12-1.5.1.jar                          | None                                     |
	| UCH   | actuallybaubles           | 1.1                   | ActuallyBaubles-1.12-1.1.jar                    | None                                     |
	| UCH   | opencomputers             | 1.7.0.20              | OpenComputers-MC1.12.1-1.7.0.20.jar             | None                                     |
	| UCH   | actuallycomputers         | 2.1.0                 | actuallycomputers-2.1.0.jar                     | None                                     |
	| UCH   | appliedenergistics2       | rv5-beta-2            | appliedenergistics2-rv5-beta-2.jar              | None                                     |
	| UCH   | bdlib                     | 1.14.3.10             | bdlib-1.14.3.10-mc1.12.2.jar                    | None                                     |
	| UCH   | ae2stuff                  | 0.7.0.4               | ae2stuff-0.7.0.4-mc1.12.2.jar                   | None                                     |
	| UCH   | akashictome               | 1.2-10                | AkashicTome-1.2-10.jar                          | None                                     |
	| UCH   | forgelin                  | 1.5.1                 | Forgelin-1.5.1.jar                              | None                                     |
	| UCH   | mantle                    | 1.12-1.3.1.21         | Mantle-1.12-1.3.1.21.jar                        | None                                     |
	| UCH   | thedragonlib              | 1.12.2-5.2.0          | thedragonlib-1.12.2-5.2.0.jar                   | None                                     |
	| UCH   | armorplus                 | 1.12.2-11.7.2.24-beta | armorplus-1.12.2-11.7.2.24-beta.jar             | None                                     |
	| UCH   | aroma1997core             | 1.3.0.2.b128          | Aroma1997Core-1.12.2-1.3.0.2.b128.jar           | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| UCH   | aromabackup               | 2.1.1.3.b86           | AromaBackup-1.12.2-2.1.1.3.b86.jar              | dfbfe4c473253d8c5652417689848f650b2cbe32 |
	| UCH   | aromabackuprecovery       | 2.1.1.3.b86           | AromaBackup-1.12.2-2.1.1.3.b86.jar              | None                                     |
	| UCH   | astralsorcery             | 1.7                   | astralsorcery-1.12.2-1.7.jar                    | None                                     |
	| UCH   | morphtool                 | 1.2-16                | Morph-o-Tool-1.2-16.jar                         | None                                     |
	| UCH   | psi                       | r1.1-58               | Psi-r1.1-58.jar                                 | None                                     |
	| UCH   | quark                     | r1.3-112              | Quark-r1.3-112.jar                              | None                                     |
	| UCH   | autoreglib                | 1.3-14                | AutoRegLib-1.3-14.jar                           | None                                     |
	| UCH   | badwithernocookiereloaded | 1.12.2-1.11           | badwithernocookiereloaded-1.12.2-1.11.jar       | None                                     |
	| UCH   | bibliocraft               | 2.4.3                 | BiblioCraft[v2.4.3][MC1.12.0].jar               | None                                     |
	| UCH   | biomesoplenty             | 7.0.1.2301            | BiomesOPlenty-1.12.2-7.0.1.2301-universal.jar   | None                                     |
	| UCH   | bonemealable_babies       | 1.2.0a                | bonemealablebabies-1.2.0a.jar                   | None                                     |
	| UCH   | bookshelf                 | 2.2.468               | Bookshelf-1.12.2-2.2.468.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCH   | botania                   | r1.10-349             | Botania r1.10-349.jar                           | None                                     |
	| UCH   | codechickenlib            | 3.1.3.313             | CodeChickenLib-1.12-3.1.3.313-universal.jar     | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| UCH   | redstoneflux              | 2.0.1                 | RedstoneFlux-1.12-2.0.1.2-universal.jar         | d4f1503fbacd9b9fb767720420c5395104239ec9 |
	| UCH   | brandonscore              | 2.3.3                 | BrandonsCore-1.12-2.3.3.132-universal.jar       | None                                     |
	| UCH   | bullseye                  | 3.0.3                 | Bullseye-1.12-3.0.3.jar                         | None                                     |
	| UCH   | ceramics                  | 1.12-1.3.3b           | Ceramics-1.12-1.3.3b.jar                        | None                                     |
	| UCH   | chameleon                 | 1.12-4.1.3            | Chameleon-1.12-4.1.3.jar                        | None                                     |
	| UCH   | chiselsandbits            | 14.9                  | chiselsandbits-14.9.jar                         | None                                     |
	| UCH   | cofhcore                  | 4.3.6                 | CoFHCore-1.12-4.3.6.14-universal.jar            | None                                     |
	| UCH   | cofhworld                 | 1.0.1                 | CoFHWorld-1.12-1.0.1.8-universal.jar            | None                                     |
	| UCH   | cyclopscore               | 0.10.21               | CyclopsCore-1.12-0.10.21.jar                    | None                                     |
	| UCH   | colossalchests            | 1.6.7                 | ColossalChests-1.12-1.6.7.jar                   | None                                     |
	| UCH   | ic2                       | 2.8.16-ex112          | industrialcraft-2-2.8.16-ex112.jar              | de041f9f6187debbc77034a344134053277aa3b0 |
	| UCH   | commoncapabilities        | 1.4.0                 | CommonCapabilities-1.12-1.4.0.jar               | None                                     |
	| UCH   | jei                       | 4.8.0.110             | jei_1.12.2-4.8.0.110.jar                        | None                                     |
	| UCH   | cyclicmagic               | 1.9.7                 | Cyclic-1.12.2-1.9.7.jar                         | None                                     |
	| UCH   | darkutils                 | 1.7.177               | DarkUtils-1.12.2-1.7.177.jar                    | d476d1b22b218a10d845928d1665d45fce301b27 |
	| UCH   | natura                    | 1.12-4.3.0.17         | Natura-1.12-4.3.0.17.jar                        | None                                     |
	| UCH   | forestry                  | 5.6.0.201             | forestry_1.12.2-5.6.0.201.jar                   | None                                     |
	| UCH   | eleccore                  | 1.8.430               | ElecCore-1.12-1.8.430.jar                       | None                                     |
	| UCH   | deepresonance             | 1.4.9                 | deepresonance-1.12-1.4.9.jar                    | None                                     |
	| UCH   | defiledlands              | 1.1.0                 | defiledlands-1.12.2-1.1.0.jar                   | None                                     |
	| UCH   | draconicevolution         | 2.3.4                 | Draconic-Evolution-1.12-2.3.4.265-universal.jar | None                                     |
	| UCH   | elementaldimensions       | 0.1.3                 | elementaldimensions-1.12-0.1.3.jar              | None                                     |
	| UCH   | embers                    | 0.221                 | embers-0.221.jar                                | None                                     |
	| UCH   | enderstorage              | 2.4.0.122             | EnderStorage-1.12-2.4.0.122-universal.jar       | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
	| UCH   | shetiphiancore            | 3.5.4                 | shetiphiancore-1.12.0-3.5.4.jar                 | None                                     |
	| UCH   | endertanks                | 1.6.1                 | endertanks-1.12.0-1.6.1.jar                     | None                                     |
	| UCH   | enderzoo                  | 1.12.1-1.4.0.49       | EnderZoo-1.12.1-1.4.0.49.jar                    | None                                     |
	| UCH   | valkyrielib               | 1.12-2.0.4b           | valkyrielib-1.12.X-2.0.4b.jar                   | None                                     |
	| UCH   | environmentaltech         | 1.12.X-2.0.4a         | environmentaltech-1.12.X-2.0.4a.jar             | None                                     |
	| UCH   | evilcraft                 | 0.10.37               | EvilCraft-1.12-0.10.37.jar                      | None                                     |
	| UCH   | evilcraftcompat           | 1.0.0                 | EvilCraft-1.12-0.10.37.jar                      | None                                     |
	| UCH   | thermalfoundation         | 2.3.6                 | ThermalFoundation-1.12-2.3.6.16-universal.jar   | None                                     |
	| UCH   | thermalexpansion          | 5.3.6                 | ThermalExpansion-1.12-5.3.6.20-universal.jar    | None                                     |
	| UCH   | exchangers                | 1.12-2.4              | Exchangers-1.12-2.4.jar                         | None                                     |
	| UCH   | extrautils2               | 1.0                   | extrautils2-1.12-1.6.4.jar                      | None                                     |
	| UCH   | zerocore                  | 1.12-0.1.1.0          | zerocore-1.12-0.1.1.0.jar                       | None                                     |
	| UCH   | bigreactors               | 1.12-0.4.5.44         | ExtremeReactors-1.12-0.4.5.44.jar               | None                                     |
	| UCH   | factorytech               | 1.1.5                 | FactoryTech-1.12.2-1.1.5.jar                    | None                                     |
	| UCH   | foamfix                   | 0.8.0-1.12            | foamfix-0.8.1-1.12-anarchy.jar                  | None                                     |
	| UCH   | frogcraftrebirth          | 1.2.0                 | FrogCraft-Rebirth-1.2.0.jar                     | None                                     |
	| UCH   | gendustry                 | 1.6.5.5               | gendustry-1.6.5.5-mc1.12.2.jar                  | None                                     |
	| UCH   | thaumicpotatoes           | 1.4.1                 | ThaumicPotatoes2-1.12.2-1.4.1.jar               | None                                     |
	| UCH   | guideapi                  | 1.12-2.1.4-57         | Guide-API-1.12-2.1.4-57.jar                     | None                                     |
	| UCH   | hexxitgear                | 2.5.1                 | hexxitgear-2.5.1.jar                            | None                                     |
	| UCE   | huesodewiki               | 1.3.1a                | huesodewiki-1.3.1a.jar                          | None                                     |
	| UCH   | theoneprobe               | 1.4.18                | theoneprobe-1.12-1.4.18.jar                     | None                                     |
	| UCH   | immersiveengineering      | 0.12-74               | ImmersiveEngineering-0.12-74.jar                | 4cb49fcde3b43048c9889e0a3d083225da926334 |
	| UCH   | immersivepetroleum        | 1.1.3                 | immersivepetroleum-1.12-1.1.3.jar               | None                                     |
	| UCH   | immersivetech             | 1.3.4                 | immersivetech-1.12-1.3.4.jar                    | None                                     |
	| UCH   | teslacorelib              | 1.0.10                | tesla-core-lib-1.12-1.0.10.jar                  | None                                     |
	| UCH   | industrialforegoing       | 1.12.1-1.12.1         | industrialforegoing-1.12.1-1.5.2-85.jar         | None                                     |
	| UCH   | industrialwires           | 1.6-21                | IndustrialWires-1.6-21.jar                      | 7e11c175d1e24007afec7498a1616bef0000027d |
	| UCH   | integrateddynamics        | 0.9.3                 | IntegratedDynamics-1.12-0.9.3.jar               | None                                     |
	| UCH   | integrateddynamicscompat  | 1.0.0                 | IntegratedDynamics-1.12-0.9.3.jar               | None                                     |
	| UCH   | integratedtunnels         | 1.3.3                 | IntegratedTunnels-1.12-1.3.3.jar                | None                                     |
	| UCH   | rftools                   | 7.12                  | rftools-1.12-7.12.jar                           | None                                     |
	| UCH   | integrationforegoing      | 1.12-1.3              | IntegrationForegoing-1.12-1.3.jar               | None                                     |
	| UCH   | ironchest                 | 1.12.2-7.0.34.820     | ironchest-1.12.2-7.0.34.820.jar                 | None                                     |
	| UCH   | jehc                      | 1.3.1                 | jehc-1.12-1.3.1.jar                             | None                                     |
	| UCH   | jeibees                   | 0.9.0.5               | jeibees-0.9.0.5-mc1.12.2.jar                    | None                                     |
	| UCH   | llibrary                  | 1.7.7                 | llibrary-1.7.7-1.12.2.jar                       | None                                     |
	| UCH   | longfallboots             | 1.2.1a                | longfallboots-1.2.1a.jar                        | None                                     |
	| UCH   | mercurius                 | 1.0.6                 | Mercurius-1.12.2.jar                            | None                                     |
	| UCH   | mercurius_updater         | 1.0                   | MercuriusUpdater-1.12.2.jar                     | None                                     |
	| UCH   | nex                       | 2.1.11.12             | NetherEx-1.12-2.1.11.12.jar                     | None                                     |
	| UCH   | netherportalfix           | 5.3.13                | NetherPortalFix_1.12.1-5.3.13.jar               | None                                     |
	| UCH   | oredictdumper             | 5.0.1                 | OreDictDumper-1.12-5.0.1.jar                    | None                                     |
	| UCH   | harvestcraft              | 1.12.2a               | Pam's HarvestCraft 1.12.2a.jar                  | None                                     |
	| UCH   | platforms                 | 1.4.1                 | platforms-1.12.0-1.4.1.jar                      | None                                     |
	| UCH   | projecte                  | 1.12-PE1.1.0          | ProjectE-1.12-PE1.1.0.jar                       | None                                     |
	| UCH   | reborncore                | 3.4.8.138             | RebornCore-1.12.2-3.4.8.138-universal.jar       | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| UCH   | quantumstorage            | 4.4.3                 | QuantumStorage-1.12-4.4.3.jar                   | None                                     |
	| UCH   | quickleafdecay            | 1.2.4                 | QuickLeafDecay-MC1.12.1-1.2.4.jar               | None                                     |
	| UCH   | randomthings              | 4.0.8                 | RandomThings-MC1.12.2-4.0.8.jar                 | d72e0dd57935b3e9476212aea0c0df352dd76291 |
	| UCH   | redstonearsenal           | 2.3.6                 | RedstoneArsenal-1.12-2.3.6.16-universal.jar     | None                                     |
	| UCH   | storagedrawers            | 1.12-5.2.5            | StorageDrawers-1.12.1-5.3.3.jar                 | None                                     |
	| UCH   | refinedstorage            | 1.5.21                | refinedstorage-1.5.21.jar                       | None                                     |
	| UCH   | refinedstorageaddons      | 0.2                   | refinedstorageaddons-0.2.jar                    | None                                     |
	| UCH   | rftoolscontrol            | 1.6.8                 | rftoolsctrl-1.12-1.6.8.jar                      | None                                     |
	| UCH   | rftoolsdim                | 5.05                  | rftoolsdim-1.12-5.05.jar                        | None                                     |
	| UCH   | roots                     | 0.103                 | roots-2-0.103.jar                               | None                                     |
	| UCH   | rustic                    | 0.4.2.1               | rustic-0.4.3.jar                                | None                                     |
	| UCH   | soulshardstow             | 1.12-2.7.3-52         | SoulShards-TOW-1.12-2.7.3-52.jar                | None                                     |
	| UCH   | stevescarts               | ${version}            | StevesCarts-1.12.2-2.4.10.49.jar                | None                                     |
	| UCH   | storagedrawersextra       | @VERSION@             | StorageDrawersExtras-1.12-3.1.0.jar             | None                                     |
	| UCH   | techreborn                | 2.7.9.301             | TechReborn-1.12.2-2.7.9.301-universal.jar       | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |
	| UCH   | thermalcultivation        | 0.1.1                 | ThermalCultivation-1.12-0.1.1.6-universal.jar   | None                                     |
	| UCH   | thermaldynamics           | 2.3.6                 | ThermalDynamics-1.12-2.3.6.13-universal.jar     | None                                     |
	| UCH   | tis3d                     | 1.3.0.15              | TIS-3D-MC1.12-1.3.0.15.jar                      | None                                     |
	| UCH   | topaddons                 | 1.12.2-1.1.2          | topaddons-1.12.2-1.1.2.jar                      | None                                     |
	| UCH   | totemic                   | 1.12.2-0.9.0          | Totemic-1.12.2-0.9.0.jar                        | None                                     |
	| UCH   | twilightforest            | 3.3.202               | twilightforest-1.12.2-3.3.202-universal.jar     | None                                     |
	| UCH   | waddles                   | 0.5.6                 | Waddles-1.12.2-0.5.6.jar                        | None                                     |
	| UCH   | wearables                 | 1.1.3                 | wearables-1.1.3.jar                             | None                                     |
	| UCH   | xnet                      | 1.4.1                 | xnet-1.12-1.4.1.jar                             | None                                     |
	| UCH   | elulib                    | 0.1.7                 | elulib-0.1.7.jar                                | None                                     |
	| UCH   | teslacorelib_registries   | 1.0.10                | tesla-core-lib-1.12-1.0.10.jar                  | None                                     |

	Loaded coremods (and transformers): 
CoreMod (Aroma1997Core-1.12.2-1.3.0.2.b128.jar)
  
ForgelinPlugin (Forgelin-1.5.1.jar)
  
IELoadingPlugin (ImmersiveEngineering-0.12-74-core.jar)
  blusunrize.immersiveengineering.common.asm.IEClassTransformer
AstralCore (astralsorcery-1.12.2-1.7.jar)
  
llibrary (llibrary-1.7.7-1.12.2.jar)
  net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
  net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
ShetiPhian-ASM (shetiphiancore-1.12.0-3.5.4.jar)
  shetiphian.asm.ClassTransformer
FMLPlugin (albedo-0.1.3.jar)
  elucent.albedo.asm.ASMTransformer
LoadingPlugin (RandomThings-MC1.12.2-4.0.8.jar)
  lumien.randomthings.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar)
  team.chisel.ctm.client.asm.CTMTransformer
LoadingPlugin (Quark-r1.3-112.jar)
  vazkii.quark.base.asm.ClassTransformer
TransformerLoader (OpenComputers-MC1.12.1-1.7.0.20.jar)
  li.cil.oc.common.asm.ClassTransformer
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.8.1-1.12-anarchy.jar)
  pl.asie.foamfix.coremod.FoamFixTransformer
	AE2 Version: beta rv5-beta-2 for Forge 14.23.0.2491
	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)

	List of loaded APIs: 
		* actuallyadditionsapi (33) from ActuallyAdditions-1.12.1-r121.jar
		* appliedenergistics2|API (rv5) from appliedenergistics2-rv5-beta-2.jar
		* ArmorPlusApi (2.0) from armorplus-1.12.2-11.7.2.24-beta.jar
		* AromaBackupAPI (1.0) from AromaBackup-1.12.2-2.1.1.3.b86.jar
		* Baubles|API (1.4.0.2) from Baubles-1.12-1.5.1.jar
		* BetterWithModsAPI (Beta 0.6) from Quark-r1.3-112.jar
		* bigreactors|API (4.0.1) from ExtremeReactors-1.12-0.4.5.44.jar
		* BotaniaAPI (88) from Botania r1.10-349.jar
		* ChiselsAndBitsAPI (13.8.0) from chiselsandbits-14.9.jar
		* cofhapi (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
		* cofhapi|block (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
		* cofhapi|core (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
		* cofhapi|item (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
		* cofhapi|tileentity (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
		* cofhapi|util (2.0.0) from CoFHCore-1.12-4.3.6.14-universal.jar
		* commoncapabilities|api (0.0.1) from CommonCapabilities-1.12-1.4.0.jar
		* ctm-api (0.1.0) from CTM-MC1.12-0.2.3.9.jar
		* ctm-api-events (0.1.0) from CTM-MC1.12-0.2.3.9.jar
		* ctm-api-models (0.1.0) from CTM-MC1.12-0.2.3.9.jar
		* ctm-api-textures (0.1.0) from CTM-MC1.12-0.2.3.9.jar
		* ctm-api-utils (0.1.0) from CTM-MC1.12-0.2.3.9.jar
		* DR-API (1.0.4-Beta) from deepresonance-1.12-1.4.9.jar
		* DraconicEvolution|API (1.3) from Draconic-Evolution-1.12-2.3.4.265-universal.jar
		* ElecCoreAPI (1.0) from ElecCore-1.12-1.8.430.jar
		* ElecCore|Abilities (#API_VER#) from ElecCore-1.12-1.8.430.jar
		* ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|arboriculture (4.2.1) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|core (5.2.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|farming (2.2.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|food (1.1.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|genetics (4.7.1) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|greenhouse (5.2.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.6.0.201.jar
		* ForestryAPI|world (2.1.0) from forestry_1.12.2-5.6.0.201.jar
		* FrogAPI (0.2) from FrogCraft-Rebirth-1.2.0.jar
		* gendustryAPI (2.3.0) from gendustry-1.6.5.5-mc1.12.2.jar
		* Guide-API|API (2.0.0) from Guide-API-1.12-2.1.4-57.jar
		* ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-74.jar
		* ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-74.jar
		* industrialforegoingapi (3) from industrialforegoing-1.12.1-1.5.2-85.jar
		* integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12-0.9.3.jar
		* jeresources|API (0.8.5.26) from JustEnoughResources-1.12.2-0.8.5.26.jar
		* JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.8.0.110.jar
		* mcjtylib_ng (2.4.4) from mcjtylib-1.12-2.4.4.jar
		* opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.1-1.7.0.20.jar
		* projecteapi (1.11.2-1.0.0) from ProjectE-1.12-PE1.1.0.jar
		* PsiAPI (6) from Psi-r1.1-58.jar
		* QuarkAPI (1) from Quark-r1.3-112.jar
		* reborncoreAPI (3.4.8.138) from RebornCore-1.12.2-3.4.8.138-universal.jar
		* reborncoreAPI|Power (3.4.8.138) from RebornCore-1.12.2-3.4.8.138-universal.jar
		* reborncoreAPI|Recipe (3.4.8.138) from RebornCore-1.12.2-3.4.8.138-universal.jar
		* reborncoreAPI|Tile (3.4.8.138) from RebornCore-1.12.2-3.4.8.138-universal.jar
		* stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.10.49.jar
		* stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.10.49.jar
		* StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
		* StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
		* StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
		* StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
		* StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
		* StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.1-5.3.3.jar
		* techrebornAPI (2.7.9.301) from TechReborn-1.12.2-2.7.9.301-universal.jar
		* theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.18.jar
		* tis3dAPI (1.3.0.15) from TIS-3D-MC1.12-1.3.0.15.jar
		* totemic|API (1.12.2-6.0.0) from Totemic-1.12.2-0.9.0.jar
		* valkyrielib.api (1.12-2.0.1a) from valkyrielib-1.12.X-2.0.4b.jar
		* zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
		* zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
		* zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
		* zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12-0.1.1.0.jar
	RebornCore: 
		Plugin Engine: 0
		RebornCore Version: 3.4.8.138
		Runtime Debofucsation 1
	Profiler Position: N/A (disabled)
	Is Modded: Definitely; Server brand changed to 'fml,forge'
	Type: Dedicated Server (map_server.txt)

Port to 1.16.2

I know, 1.16.1->1.16.2. But for some reason, specifying a license in the mod toml is now required, or was required but may be in the future. I don't know, Forge is wildin'.

Dis handler

Ideally HuesoDeWiki would handle disambiguation (if dis=false| should be there or not) automatically based on a bit of web scrapping (which would be cached).

Infobox creation for placed blocks

Seems like supporting params for things that require a TE, like basically all FE powered blocks (capabilities), some of IC2 block behavior, etc, is not really doable when all you have is an item.

The options are basically: a fake world (which I don't feel like it is worth doing, is probably messy, and is not generally done often so there isn't much in terms of resources on how to do it) or using placed blocks to get the info, which should be easier.

Doesn't work in JEI

Pressing the key while hovering over an item in the JEI menu doesn't do anything.

NoSuchFieldException: attackDamage when getting page for axe

I tried to copy the base page for an axe (specifically, a semi-broken Iron Axe), and got the following error in the log. The page copied with ? as the damage parameter.

[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: java.lang.NoSuchFieldException: attackDamage
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.lang.Class.getDeclaredField(Class.java:2070)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at xbony2.huesodewiki.infobox.InfoboxCreator.lambda$static$13(InfoboxCreator.java:73)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at xbony2.huesodewiki.api.infobox.BasicInstanceOfParameter.getParameterText(BasicInstanceOfParameter.java:32)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at xbony2.huesodewiki.infobox.InfoboxCreator.lambda$createInfobox$17(InfoboxCreator.java:121)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at xbony2.huesodewiki.infobox.InfoboxCreator.createInfobox(InfoboxCreator.java:121)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at xbony2.huesodewiki.PageCreator.createPage(PageCreator.java:16)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at xbony2.huesodewiki.HuesoDeWiki$RenderTickEventEventHanlder.renderTickEvent(HuesoDeWiki.java:98)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_63_RenderTickEventEventHanlder_renderTickEvent_RenderTickEvent.invoke(.dynamic)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:353)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1115)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraft.client.main.Main.main(SourceFile:123)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.lang.reflect.Method.invoke(Method.java:497)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at java.lang.reflect.Method.invoke(Method.java:497)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
[17:38:56] [main/INFO] [STDERR/]: [xbony2.huesodewiki.infobox.InfoboxCreator:lambda$static$13:77]: 	at org.multimc.EntryPoint.main(EntryPoint.java:34)

Add {{Correct title}}

If the name includes invalid characters, it should preface the page with a {{Correct title}} invocation.

More missing infobox parameters

  • enchantability
  • mininglevel - Basically only for pickaxes
  • miningspeed
  • oredictname - Item's ore dictionary tags
  • effects - Potion effects of food/potion (not a big priority).
  • tentity (type for type, rather important)

Use creator modid for detecting adding mod

In build 2500 Forge added Item#getCreatorModId, which returns the mod id of the mod adding the item. For example the universal bucket added by Forge to handle modded fluids currently returns Forge for all fluids, using this method would return the mod adding the fluid.

Example from a Forge test mod.

Compile error on CorrectTitlePrefix#L11

9309afb introduced incorrect syntax. The 11th line's array should be changed to an explicit array, declared with new char[], or to an implicit array ('a', 'b', 'c' directly passed to StringUtils.containsAny).

Add {{Lowercase title}}

When the item name starts with a lowercase letter, it should preface the whole page with {{Lowercase title}}.

Crash while loading on Minecraft 1.19

I get a NoClassDefFoundError when launching HuesoDeWiki:

HuesoDeWiki (huesodewiki) has failed to load correctly
java.lang.NoClassDefFoundError:
net/minecraftforge/client/event/ScreenEvent$KeyboardKeyPressedEvent$Post

Cross-mod support

Mainly for recipes and categories.

  • Categories- EU Power
  • Categories- Tesla Power
  • Infobox parameters- eu stuff (if possible).
  • Type- bauble.

And there's plenty of room for plenty of other stuff, suggest away. Keep in mind I'm only working with the 1.11 branch.

Tag system

Currently Hueso doesn't deal with the tag system at all, it just outputs the items with {{Gc}}. This is partly because we on the wiki side just don't have a system in place to deal with tags.

(I don't know if this counts as a bug or an enhancement so I just put it in both)

1.12 Support

When A) it is possible and B) a fair amount of mods have moved over so documenting 1.12 is worth it.

Relicense/license

Currently all rights reserved. Might license to LGPL, been interested in these copyleft licenses. There are some complaints about compatibility with the GPL series of licenses but I think that's not an issue with LGPL. Not like any Minecraft mods have had their day in court anyway.

No indication of success

There should be a little chat message or something that says that it was copied the clipboard. It's a bit ambiguous right now.

Recipe copying

Maybe doing Control + ; could copy the recipe(s) of an item. This is a feature I've had on mind for a lil while and it would be useful.

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.