Giter Site home page Giter Site logo

armourers-workshop's Introduction

Armourer's Workshop

CurseForge Modrinth Github Discord Build Crowdin

Mod Description

Create voxel-art to replace or add to the player model, equipment models, CNPCs, and more!

Create decoration blocks for your worlds.

Share your creations on a global library, or a sever specific one.

Direct management of player-equipped skins via commands, or let the player use a GUI.

Support via command/config for making most modded items skinable.

Support the better combat, epic fight and more!

Elevate your server project to a whole new level of detail!

License


Armourer's Workshop by RiskyKen is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License

Building

  1. Clone this repository.

  2. Using gradlew -p versions/1.20.1 command to switch to target version.

  3. Using gradlew build command to build target version. Jar will be in farbric/build/libs and forge/build/libs.

armourers-workshop's People

Contributors

bluexin avatar chbachman avatar danbrown avatar ethano3o avatar ezerarch avatar luisca343 avatar markusbordihn avatar riskyken avatar rx14 avatar sagesse-cn avatar sqwatermark avatar victorious3 avatar

Stargazers

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

Watchers

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

armourers-workshop's Issues

Smart Moving compatibility broken

Posted by https://github.com/KyeDuo

with smart moving: (prob smart render/render player API/Render player API enhanced)
the mannequin's body goes nuts if the head is left with the orientation of 0,0,0.
Moving any head orientation off zero will fix this issue.
Prob not your end, but SM will not respect the restrict limb movements option. I have let SM know of this issue.

Armor Currently Can´t Be Equiped

I Dont Know Why. When I Try To Equip The Armor On My Character It Does Not Show The Armor On It. And No More Armors Show When I Equip In The Equipment Wardrobe What Can I Do To Fix This?

Invisibility

I tried creating fake eyes so that when I go invisible people can still see my eyes, but I found that the eyes I made would disappear too, leaving me totally invisible.

I am using version 1.7.10-0.31.2.82

Crash During Startup

Hey risky hopefully you get this nutted out soon. But I get this crash upon starting my game, I'm using the second latest minecraft forge there is. Version 1395. something about no class definitions and stuff. :< I'd use paste bin, but it's just one report, so shouldn't be too bad... right?

edit: also, confirmed to work with previous version of 1.7.10-0.29.2.76 but then the latest that you have on curse-forge at the time of this post don't want to work due to this crash.

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 3/05/15 3:33 PM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: riskyken/armourersWorkshop/api/common/equipment/EnumEquipmentType
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:536)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:253)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NoClassDefFoundError: riskyken/armourersWorkshop/api/common/equipment/EnumEquipmentType
at net.mcft.copy.betterstorage.addon.armourersworkshop.AWAddon.setupConfig(AWAddon.java:32)
at net.mcft.copy.betterstorage.addon.Addon.setupConfigsAll(Addon.java:26)
at net.mcft.copy.betterstorage.BetterStorage.preInit(BetterStorage.java:60)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:533)
... 10 more
Caused by: java.lang.ClassNotFoundException: riskyken.armourersWorkshop.api.common.equipment.EnumEquipmentType
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 39 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.7.10
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_67, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 723349688 bytes (689 MB) / 1389363200 bytes (1325 MB) up to 2863661056 bytes (2731 MB)
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3072m -XX:MaxPermSize=256m
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.130.1395 Minecraft Forge 10.13.3.1395 153 mods loaded, 152 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized
FML{7.10.130.1395} Forge Mod Loader Unloaded->Constructed->Pre-initialized
Forge{10.13.3.1395} Minecraft Forge Unloaded->Constructed->Pre-initialized
AM2-Preloader{0.0.2} AMCore Unloaded->Constructed->Pre-initialized
appliedenergistics2-core{rv2-beta-28} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized
CodeChickenCore{1.0.6.39} CodeChicken Core Unloaded->Constructed->Pre-initialized
itemphysic{1.1.2} ItemPhysic Unloaded->Constructed->Pre-initialized
MobiusCore{1.2.4} MobiusCore Unloaded->Constructed->Pre-initialized
NotEnoughItems{1.0.4.95} Not Enough Items Unloaded->Constructed->Pre-initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized
{000} CoFH ASM Unloaded->Constructed->Pre-initialized
{0} DragonAPI ASM Data Initialization Unloaded->Constructed->Pre-initialized
AWWayofTime{v1.3.1} Blood Magic: Alchemical Wizardry Unloaded->Constructed->Pre-initialized
Baubles{1.0.1.10} Baubles Unloaded->Constructed->Pre-initialized
Thaumcraft{4.2.3.5} Thaumcraft Unloaded->Constructed->Pre-initialized
Botania{r1.6-185} [Botania](Botania r1.6-185.jar) Unloaded->Constructed->Pre-initialized
CoFHCore{1.7.10R3.0.2} CoFH Core Unloaded->Constructed->Pre-initialized
ThermalFoundation{1.7.10R1.0.0} Thermal Foundation Unloaded->Constructed->Pre-initialized
ThermalExpansion{1.7.10R4.0.1} Thermal Expansion Unloaded->Constructed->Pre-initialized
technom{0.9.0} [Technomancy](1.7.10 Technomancy 0.9.0.jar) Unloaded->Constructed->Pre-initialized
battlegear2{1.0.7.0} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized
zeldaswordskills{1.7.10-2.2.5.c} Zelda Sword Skills Unloaded->Constructed->Pre-initialized
AnimationAPI{1.2.4} AnimationAPI Unloaded->Constructed->Pre-initialized
arsmagica2{1.4.0.008} Ars Magica 2 Unloaded->Constructed->Pre-initialized
securitycraft{v1.7.3} [SecurityCraft]([1.7.10] SecurityCraft 1.7.3.jar) Unloaded->Constructed->Pre-initialized
IC2{2.2.714-experimental} IndustrialCraft 2 Unloaded->Constructed->Pre-initialized
advancedgenetics{1.5.7} Advanced Genetics Unloaded->Constructed->Pre-initialized
adventurebackpack{1.7.10-0.8b} Adventure Backpack Unloaded->Constructed->Pre-initialized
AetherCraft{1.5.0.82} AetherCraft Unloaded->Constructed->Pre-initialized
AppleCore{1.1.0} AppleCore Unloaded->Constructed->Pre-initialized
appliedenergistics2{rv2-beta-28} Applied Energistics 2 Unloaded->Constructed->Pre-initialized
ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships Unloaded->Constructed->Pre-initialized
armourersWorkshop{1.7.10-0.31.2.82} Armourer's Workshop Unloaded->Constructed->Pre-initialized
MineFactoryReloaded{1.7.10R2.8.0} MineFactory Reloaded Unloaded->Constructed->Pre-initialized
Artifice{1.7.10R1.1.4} Artifice Unloaded->Constructed->Pre-initialized
asielib{0.3.6} asielib Unloaded->Constructed->Pre-initialized
iChunUtil{4.1.3} iChunUtil Unloaded->Constructed->Pre-initialized
Grinder{4.0.0} Grinder Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.0} MFR Compat: Thaumcraft Unloaded->Constructed->Pre-initialized
Waila{1.5.8} Waila Unloaded->Constructed->Pre-initialized
Automagy{0.23} Automagy Unloaded->Constructed->Pre-initialized
Backpack{2.0.1} Backpack Unloaded->Constructed->Pre-initialized
tennox_bacteria{2.3.2} Bacteria Mod Unloaded->Constructed->Pre-initialized
betterstorage{0.12.0.124} BetterStorage Unloaded->Constructed->Errored
BiblioCraft{1.10.2} BiblioCraft Unloaded->Constructed->Pre-initialized
cannibalism{1.0.2} Cannibalism Unloaded->Constructed->Pre-initialized
CarpentersBlocks{3.3.5} [Carpenter's Blocks](Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized
ChestTransporter{2.0.1} Chest Transporter Unloaded->Constructed->Pre-initialized
ForgeMultipart{1.1.2.331} Forge Multipart Unloaded->Constructed->Pre-initialized
chisel{2.3.9.36} Chisel 2 Unloaded->Constructed->Pre-initialized
chococraft{4.1.5} Clienthax's ChocoCraft Unloaded->Constructed->Pre-initialized
clockworkphase{1.7.10_1.0c} Clockwork Phase Unloaded->Constructed->Pre-initialized
customnpcs{1.7.10c} CustomNpcs Unloaded->Constructed->Pre-initialized
lootablebodies{1.3.2} DrCyano's Lootable Bodies Unloaded->Constructed->Pre-initialized
MrTJPCoreMod{1.0.5.12} MrTJPCore Unloaded->Constructed->Pre-initialized
ProjRed|Core{4.5.16.77} ProjectRed Unloaded->Constructed->Pre-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized
TConstruct{1.7.10-1.8.2.build858} Tinkers' Construct Unloaded->Constructed->Pre-initialized
DragonAPI{1.0} [DragonAPI](DragonAPI 1.7.10 V6f.jar) Unloaded->Constructed->Pre-initialized
eplus{3.0.2-d} Enchanting Plus Unloaded->Constructed->Pre-initialized
Mekanism{8.1.2} Mekanism Unloaded->Constructed->Pre-initialized
EnderIO{1.7.10-2.2.8.351} Ender IO Unloaded->Constructed->Pre-initialized
EnderStorage{1.4.7.33} EnderStorage Unloaded->Constructed->Pre-initialized
EnderZoo{1.7.10-1.0.9.18} Ender Zoo Unloaded->Constructed->Pre-initialized
enhancedportals{3.0.10} EnhancedPortals Unloaded->Constructed->Pre-initialized
exnihilo{1.37} Ex Nihilo Unloaded->Constructed->Pre-initialized
ExtraUtilities{1.2.2} Extra Utilities Unloaded->Constructed->Pre-initialized
FastCraft{1.21} FastCraft Unloaded->Constructed->Pre-initialized
flansmod{4.9.0} [Flan's Mod](Flans Mod-1.7.10-4.9.0.jar) Unloaded->Constructed->Pre-initialized
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized
ForbiddenMagic{1.7.10-0.561} [Forbidden Magic](Forbidden Magic-1.7.10-0.561.jar) Unloaded->Constructed->Pre-initialized
grim3212core{V0.2 - 1.7.10} [Grim3212 Core](Grim3212 Core-V0.2 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized
gunreeds{V0.1 - 1.7.10} [Gunpowder Reeds](Gunpowder Reeds-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized
healthpack{V0.1 - 1.7.10} [Health Pack](Health Pack-V0.1 - 1.7.10.jar) Unloaded->Constructed->Pre-initialized
HardcoreQuesting{The Journey (4.2.2)} [Hardcore Questing Mode](HQM-The Journey %284.2.2%29.jar) Unloaded->Constructed->Pre-initialized
inventorytweaks{1.58-147-645ca10} Inventory Tweaks Unloaded->Constructed->Pre-initialized
JABBA{1.1.4} JABBA Unloaded->Constructed->Pre-initialized
lootplusplus{0.13_beta3} Loot++ Unloaded->Constructed->Pre-initialized
LunatriusCore{1.1.2.21} LunatriusCore Unloaded->Constructed->Pre-initialized
mcheli{0.10.5} MC Helicopter Unloaded->Constructed->Pre-initialized
MekanismGenerators{8.1.2} MekanismGenerators Unloaded->Constructed->Pre-initialized
MekanismTools{8.1.2} MekanismTools Unloaded->Constructed->Pre-initialized
meteors{2.14.2} Falling Meteors Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.0} MFR Compat: Applied Energistics Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatAtum{1.7.10R2.8.0} MFR Compat: Atum Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBackTools{1.7.10R2.8.0} MFR Compat: BackTools Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.0} MFR Compat: BuildCraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatChococraft{1.7.10R2.8.0} MFR Compat: Chococraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.0} MFR Compat: ExtraBiomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForestry{1.7.10R2.8.0} MFR Compat: Forestry Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.0} MFR Compat: ForgeMicroblock Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatIC2{1.7.10R2.8.0} MFR Compat: IC2 Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatMystcraft{1.7.10R2.8.0} MFR Compat: Mystcraft Unloaded->Constructed->Pre-initialized
ProjRed|Exploration{4.5.16.77} ProjectRed-Exploration Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatProjRed{1.7.10R2.8.0} MFR Compat ProjectRed Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.0} MFR Compat: Railcraft Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.0} MFR Compat: Sufficient Biomes Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.0} MFR Compat: Thermal Expansion Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.0} MFR Compat: Tinkers' Construct Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.0} MFR Compat: TwilightForest Unloaded->Constructed->Pre-initialized
MineFactoryReloaded|CompatVanilla{1.7.10R2.8.0} MFR Compat: Vanilla Unloaded->Constructed->Pre-initialized
MineTweaker3{3.0.9B} MineTweaker 3 Unloaded->Constructed->Pre-initialized
MTRM{1.0} MineTweakerRecipeMaker Unloaded->Constructed->Pre-initialized
MobProperties{0.3.5} Mob Properties Unloaded->Constructed->Pre-initialized
musicchoices{1.0_beta5} Music Choices Unloaded->Constructed->Pre-initialized
mwaw{1.7.10-0.0.5} Elemental Witch Mod Unloaded->Constructed->Pre-initialized
NaturalAbsorption{1.2.1} Natural Absorption Unloaded->Constructed->Pre-initialized
New Biospheres Mod{0.8} New Biospheres Mod Unloaded->Constructed->Pre-initialized
NodalMechanics{1.7.10R1.0} NodalMechanics Unloaded->Constructed->Pre-initialized
notenoughkeys{@MOD_VERSION@} NotEnoughKEys Unloaded->Constructed->Pre-initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized
openmodularturrets{1.3.4} Open Modular Turrets Unloaded->Constructed->Pre-initialized
MapWriter{2.1.2} MapWriter Unloaded->Constructed->Pre-initialized
Opis{1.2.4} Opis Unloaded->Constructed->Pre-initialized
harvestcraft{1.7.10g} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10g.jar) Unloaded->Constructed->Pre-initialized
ProjRed|Transmission{4.5.16.77} ProjectRed-Transmission Unloaded->Constructed->Pre-initialized
ProjRed|Transportation{4.5.16.77} ProjectRed-Transportation Unloaded->Constructed->Pre-initialized
ProjRed|Compatibility{4.5.16.77} ProjectRed-Compatibility Unloaded->Constructed->Pre-initialized
ProjRed|Integration{4.5.16.77} ProjectRed-Integration Unloaded->Constructed->Pre-initialized
ProjRed|Illumination{4.5.16.77} ProjectRed-Illumination Unloaded->Constructed->Pre-initialized
ProjRed|Expansion{4.5.16.77} ProjectRed-Expansion Unloaded->Constructed->Pre-initialized
RandomThings{2.2.4} Random Things Unloaded->Constructed->Pre-initialized
RedstoneArsenal{1.7.10R1.1.0} Redstone Arsenal Unloaded->Constructed->Pre-initialized
libsandstone{1.0.0} libsandstone Unloaded->Constructed->Pre-initialized
xreliquary{1.2} Reliquary Unloaded->Constructed->Pre-initialized
rivalrebels{1.7.10G} Rival Rebels Unloaded->Constructed->Pre-initialized
Schematica{1.7.5.117} Schematica Unloaded->Constructed->Pre-initialized
secretroomsmod{4.7.1} The SecretRoomsMod Unloaded->Constructed->Pre-initialized
simplyjetpacks{1.4.1} Simply Jetpacks Unloaded->Constructed->Pre-initialized
SpecialMobs{3.0.3} Special Mobs Unloaded->Constructed->Pre-initialized
SSR{rc3} Soul Shards Reborn Unloaded->Constructed->Pre-initialized
statues{2.1.4} Statues Unloaded->Constructed->Pre-initialized
thaumcraftneiplugin{1.7.10-1.7} Thaumcraft NEI Plugin Unloaded->Constructed->Pre-initialized
thaumicinfusion{3.966} Thaumic Infusion Unloaded->Constructed->Pre-initialized
ThermalDynamics{1.7.10R1.0.0} Thermal Dynamics Unloaded->Constructed->Pre-initialized
TMechworks{1.7.10-86.e500b88} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized
Torched{4.0.0} Torched Unloaded->Constructed->Pre-initialized
Torcherino{2.1s} Torcherino Unloaded->Constructed->Pre-initialized
THKaguyaMod{2.90-1.7.10} [Itutu no Nandai MOD+ (Touhou Items Mod)](Touhou MOD+ ver2.90-1.7.10.zip) Unloaded->Constructed->Pre-initialized
TrailMix{4.0.0} TrailMix Unloaded->Constructed->Pre-initialized
UsefulTNT{beta} [Useful TNT](UsefulTNT 1.7.10 V6a.jar) Unloaded->Constructed->Pre-initialized
UtilityMobs{3.1.1} Utility Mobs Unloaded->Constructed->Pre-initialized
reaper_waterpipe{1.11} Water Pipe mod Unloaded->Constructed->Pre-initialized
weaponmod{v1.14.3} Balkon's WeaponMod Unloaded->Constructed->Pre-initialized
witchery{0.24.1} Witchery Unloaded->Constructed->Pre-initialized
worldedit{6.0-beta-01} WorldEdit Unloaded->Constructed->Pre-initialized
Ztones{1.7.10} Ztones Unloaded->Constructed->Pre-initialized
McMultipart{1.1.2.331} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized
HungerOverhaul{1.7.10-beta.5.jenkins47} Hunger Overhaul Unloaded->Constructed->Pre-initialized
ForgeMicroblock{1.1.2.331} Forge Microblocks Unloaded->Constructed->Pre-initialized
asielibcore{} AsieLib CoreMod Unloaded->Disabled
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 347.09' Renderer: 'GeForce GTX 560 Ti/PCIe/SSE2'
OpenModsLib crash transformers: [gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED],[map_gen_fix:ENABLED],[movement_callback:FINISHED],[stencil_patches:FINISHED]
CoFHCore: -[1.7.10]3.0.2-262
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.1-182
AE2 Version: beta rv2-beta-28 for Forge 10.13.2.1291
MineFactoryReloaded: -[1.7.10]2.8.0-104
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.0-80
ThermalDynamics: -[1.7.10]1.0.0-122
Stencil buffer state: Function set: GL30, pool: forge, bits: 8

Add options to show hidden armour when in combat.

PVP servers may want armour to be visible when a player enters combat. There should also be an option to stop players from turning off the armour render or only turn it off if there is a skin in that slot.

Planned Options
Show player armour in PVP combat.
Show player armour in PVE combat.
Time to hide armour after combat.
Allows players to hide armour.
Only hide armour if skin is in slot.
Hide skin if armour is in slot.

[Feature Request?] Ambidextrous mannequins?

It'd be awesome if I could place a skinned sword or bow into either hand of a mannequin. I'm currently working on a build where I have mannequins holding long staves and they are standing on two sides of a walkway. the mannequin on the right side should be able to hold the staff in its left hand for symmetry :)

NPC Container Armor renders as Iron Armor

Containers on NPCs seem to only render as iron armor rather than the Armourers Workshop custom armor.

Here are screenshots showing such:
http://imgur.com/7zZWSjS,sdtyDvo,0iZckTq,W2Ka0NM,2F681Wg,L0IxC3S,19xHt9O,Tc3xOOV#7

As you can see, the containers have and where made from the madoka set and have the correct IDs but do not render as such.

Forge Version: 10.13.2.1291 (Recommended Version for 1.7.10)
Armourers-Wrokshop Version: 0.29.2.76 (latest)
CustomNPCs: 1.7.10d (Lastest for 1.7.10)

Forced Crash: http://pastebin.com/tCW86ssC

I've tested it on Singleplayer and Multiplayer(Vanilla Forge server and Cauldron sever), all in clean installs with ONLY Armourers-Workshop and CustomNPCs installed.

[joke] This is clearly needed for humanity to experience the enlightenment of a Hastune miku NPC running in circles yelling popipo. [/joke]

Sever Tick Loop Error Caused by "java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException"

This error happened in the latest version (29.1.75) on a dedicated server. Forge 1307.

Edit: Cat jumped on keyboard while posting, it was kinda funny.
---- Minecraft Crash Report ----
// Oops.

Time: 4/13/15 2:45 PM
Description: Exception in server tick loop

cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:695)
at cpw.mods.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:97)
at cpw.mods.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:319)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:210)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
Caused by: java.lang.NoClassDefFoundError: org/lwjgl/LWJGLException
at net.minecraftforge.client.MinecraftForgeClient.getStencilBits(MinecraftForgeClient.java:51)
at net.minecraftforge.client.MinecraftForgeClient.(MinecraftForgeClient.java:55)
at sun.misc.Unsafe.ensureClassInitialized(Native Method)
at sun.reflect.UnsafeFieldAccessorFactory.newFieldAccessor(UnsafeFieldAccessorFactory.java:43)
at sun.reflect.ReflectionFactory.newFieldAccessor(ReflectionFactory.java:140)
at java.lang.reflect.Field.acquireFieldAccessor(Field.java:1057)
at java.lang.reflect.Field.getFieldAccessor(Field.java:1038)
at java.lang.reflect.Field.get(Field.java:379)
at cpw.mods.fml.relauncher.ReflectionHelper.getPrivateValue(ReflectionHelper.java:117)
at riskyken.armourersWorkshop.common.addons.AbstractAddon.getItemRenderer(AbstractAddon.java:48)
at riskyken.armourersWorkshop.common.addons.AbstractAddon.overrideItemRenderer(AbstractAddon.java:62)
at riskyken.armourersWorkshop.common.addons.AddonBattlegear2.init(AddonBattlegear2.java:18)
at riskyken.armourersWorkshop.common.addons.Addons.init(Addons.java:53)
at riskyken.armourersWorkshop.ArmourersWorkshop.postInit(ArmourersWorkshop.java:78)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
... 5 more
Caused by: java.lang.ClassNotFoundException: org.lwjgl.LWJGLException
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:106)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 45 more

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

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Linux (amd64) version 2.6.32-504.3.3.el6.x86_64
Java Version: 1.7.0_75, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1657243624 bytes (1580 MB) / 3025666048 bytes (2885 MB) up to 3025666048 bytes (2885 MB)
JVM Flags: 7 total; -Xms3000M -Xmx3000M -XX:+AggressiveOpts -XX:+UseFastAccessorMethods -XX:+UseStringCache -XX:ParallelGCThreads=4 -XX:MaxPermSize=256M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.05 FML v7.10.88.1307 Minecraft Forge 10.13.2.1307 135 mods loaded, 135 mods active
mcp{9.05} Minecraft Coder Pack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FML{7.10.88.1307} Forge Mod Loader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forge{10.13.2.1307} Minecraft Forge Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AM2-Preloader{0.0.2} AMCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
appliedenergistics2-core{rv2-beta-18} AppliedEnergistics2 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CodeChickenCore{1.0.4.35} CodeChicken Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Micdoodlecore{} Micdoodle8 Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MobiusCore{1.2.3} MobiusCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NotEnoughItems{1.0.4.95} Not Enough Items Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicTinkerer-preloader{0.1} Thaumic Tinkerer Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
VeinMiner_coremod{0.26.0_build.unknown} Core mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WitchingGadgetsCore{1.1.5} Witching Gadgets Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenModsCore{0.6} OpenModsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
{000} CoFH ASM Data Initialization Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FEPreLoader{1.4.0-beta2} Forge Essentials|PreLoader Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
battlegear2{1.0.7.0} Mine & Blade Battlegear 2 - Bullseye Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AnimationAPI{1.2.4} AnimationAPI Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
arsmagica2{1.4.0.008} Ars Magica 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
bspkrsCore{6.16} bspkrsCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Treecapitator{1.7.10} Treecapitator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Baubles{1.0.1.10} Baubles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
adventurebackpack{1.7.10-0.8b} Adventure Backpack Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CoFHCore{1.7.10R3.0.1} CoFH Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AncientWarfare{2.4.83-beta-MC1.7.10} Ancient Warfare Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AncientWarfareAutomation{2.4.83-beta-MC1.7.10} Ancient Warfare Automation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AncientWarfareNEIPlugin{2.4.83-beta-MC1.7.10} Ancient Warfare NEI Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AncientWarfareNpc{2.4.83-beta-MC1.7.10} Ancient Warfare NPCs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AncientWarfareStructure{2.4.83-beta-MC1.7.10} Ancient Warfare Structures Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AncientWarfareVehicle{2.4.83-beta-MC1.7.10} Ancient Warfare Vehicles Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AppleCore{1.1.0} AppleCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
appliedenergistics2{rv2-beta-18} Applied Energistics 2 Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ArchimedesShips{1.7.10 v1.7.1} Archimedes' Ships Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
armourersWorkshop{1.7.10-0.29.1.75} Armourer's Workshop Unloaded->Constructed->Pre-initialized->Initialized->Errored
Thaumcraft{4.2.3.5} Thaumcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Waila{1.5.8} Waila Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Automagy{0.22.2} Automagy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiblioCraft{1.10.3} BiblioCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalFoundation{1.7.10R1.0.0} Thermal Foundation Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalExpansion{1.7.10R4.0.0} Thermal Expansion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BigReactors{0.4.3A} Big Reactors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Mantle{1.7.10-0.3.2.jenkins184} Mantle Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Natura{2.2.0} Natura Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BiomesOPlenty{2.1.0} Biomes O' Plenty Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
AWWayofTime{v1.3.1} Blood Magic: Alchemical Wizardry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WaslieCore{1.1} WaslieCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
BloodUtils{1.4} BloodUtils Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Botania{r1.6-176} [Botania](Botania r1.6-176.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
CarpentersBlocks{3.3.5} [Carpenter's Blocks](Carpenter's Blocks v3.3.5 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ComputerCraft{1.73} ComputerCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
props{1.12} Decocraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
eplus{3.0.2-d} Enchanting Plus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
EnderIO{1.7.10-2.2.8.349} Ender IO Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
EnderStorage{1.4.6.31} EnderStorage Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
extracells{2.2.53} ExtraCells Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TConstruct{1.7.10-1.8.2.build858} Tinkers' Construct Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ExtraTiC{0.8.4} ExtraTiC Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
FastCraft{1.19} FastCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMultipart{1.1.1.321} Forge Multipart Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicTinkerer{unspecified} Thaumic Tinkerer Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForbiddenMagic{1.7.10-0.562} [Forbidden Magic](Forbidden Magic-1.7.10-0.562.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Forestry{3.4.0.7} Forestry for Minecraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeEssentials{1.4.0-beta2} Forge Essentials Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GalacticraftCore{3.0.11} Galacticraft Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GalacticraftMars{3.0.11} Galacticraft Planets Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
GregsLighting{1.11.1} Greg's Lighting Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
HardcoreEnderExpansion{1.8} [Hardcore Ender Expansion](HardcoreEnderExpansion MC-1.7.10 v1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
hexxitgear{1.5.2R1.0} Hexxit Gear Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
hyperioncraft{1.7.10-0.2.3a} HyperionCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ImmibisCore{59.0.5} Immibis Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ImmibisPeripherals{59.0.2} Immibis's Peripherals Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
InfernalMobs{1.6.0} Infernal Mobs Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IronChest{6.0.62.742} Iron Chest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
JABBA{1.2.0b} JABBA Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
levelup{0.10} Level Up! Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
LunatriusCore{1.1.2.21} LunatriusCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
mdeco{0.3.3} Magical Decorations Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Morpheus{1.7.10-1.5.26} Morpheus Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
cfm{3.4.7} �9MrCrayfish's Furniture Mod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MutantCreatures{1.4.8} Mutant Creatures Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Mystcraft{0.11.0.00} Mystcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NaturalAbsorption{1.2.1} Natural Absorption Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons{1.12.3.11} NEI Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|Botany{1.12.3.11} NEI Addons: Botany Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|Forestry{1.12.3.11} NEI Addons: Forestry Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|CraftingTables{1.12.3.11} NEI Addons: Crafting Tables Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
NEIAddons|ExNihilo{1.12.3.11} NEI Addons: Ex Nihilo Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
neiintegration{1.0.6} NEI Integration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OmnisCore{0.1.0} [Omnis Core](OmnisCore-1.7.10 - 0.0.6-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenMods{0.6} OpenMods Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Railcraft{9.5.0.0} Railcraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenPeripheralCore{0.5.0} OpenPeripheralCore Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenPeripheral{0.2.0} OpenPeripheralAddons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenBlocks{1.3} OpenBlocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OCS{1.7.3} OpenCCSensors Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenPeripheralIntegration{0.1.0} OpenPeripheralIntegration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MapWriter{2.1.1} MapWriter Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Opis{1.2.3} Opis Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
harvestcraft{1.7.10g} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10g.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
PneumaticCraft{1.6.3-65} PneumaticCraft Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
PowerConverters{1.7.10-3.0.4.47} Power Converters Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
quiverchevsky{b96} QuiverBow Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
RedLogic{59.1.5} RedLogic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
RedstoneArsenal{1.7.10R1.1.0} Redstone Arsenal Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
runicdungeons{1.1.1} Runic Dungeons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Sanguimancy{1.1.8} Sanguimancy Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
secretroomsmod{4.7.1} The SecretRoomsMod Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
simplyjetpacks{1.4.1} Simply Jetpacks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Stackie{1.5.1.32} Stackie Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
thaumcraftneiplugin{1.7.10-1.7} Thaumcraft NEI Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
thaumicenergistics{0.8.9.0b-rv2} Thaumic Energistics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicExploration{0.6.0} Thaumic Exploration Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicHorizons{1.1.1} Thaumic Horizons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
thaumicinfusion{3.966} Thaumic Infusion Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThaumicPipes{1.2.00} [Thaumic Pipes](ThaumicPipes-1.7.10 - 1.2.1b-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ThermalDynamics{1.7.10R1.0.0} Thermal Dynamics Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TMechworks{0.2.13.96} Tinkers' Mechworks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Translocator{1.1.1.14} Translocator Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TravellersGear{1.15.7} Traveller's Gear Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
TwilightForest{2.3.4} The Twilight Forest Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
VeinMiner{0.26.0_build.unknown} Vein Miner Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
VeinMinerModSupport{0.26.0_build.unknown} Mod Support Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
wawla{1.1.1} What Are We Looking At Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
witchery{0.22.0} Witchery Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WitchingGadgets{1.1.5} Witching Gadgets Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
worldedit{6.0.2-SNAPSHOT} WorldEdit Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WR-CBE|Core{1.4.1.9} WR-CBE Core Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WR-CBE|Addons{1.4.1.9} WR-CBE Addons Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
WR-CBE|Logic{1.4.1.9} WR-CBE Logic Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
Ztones{1.7.10} Ztones Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
McMultipart{1.1.1.321} Minecraft Multipart Plugin Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
technom{0.9.0} [Technomancy](1.7.10 Technomancy 0.10.f.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
HungerOverhaul{1.7.10-beta.5.jenkins47} Hunger Overhaul Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
IguanaTweaksTConstruct{1.7.10-2.1.2.101} Iguana Tinker Tweaks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
MooFluids{1.7.10-1.5.01.19a} Moo Fluids Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
ForgeMicroblock{1.1.1.321} Forge Microblocks Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized
OpenModsLib crash transformers: [gl_capabilities_hook:ENABLED],[player_render_hook:ENABLED],[map_gen_fix:FINISHED],[movement_callback:ENABLED],[stencil_patches:ENABLED]
CoFHCore: -[1.7.10]3.0.1-254
AE2 Version: beta rv2-beta-18 for Forge 10.13.2.1291
ThermalFoundation: -[1.7.10]1.0.0-81
ThermalExpansion: -[1.7.10]4.0.0-176
Mantle Environment: Environment healthy.
TConstruct Environment: Environment healthy.
RedstoneArsenal: -[1.7.10]1.1.0-80
ThermalDynamics: -[1.7.10]1.0.0-122
Forestry : Info: The following plugins have been disabled in the config: apiculture, arboriculture, energy, food, lepidopterology, storage, buildcraft.fuels, buildcraft.recipes, buildcraft.statements, buildcraft.transport, propolis.pipe, equivelent.exchange, farm.craftory, industrialcraft
AE2 Integration: IC2:OFF, RotaryCraft:OFF, RC:ON, BC:OFF, MJ6:OFF, MJ5:OFF, RF:ON, RFItem:ON, MFR:OFF, DSU:ON, FZ:OFF, FMP:ON, RB:OFF, CLApi:OFF, Waila:ON, Mekanism:OFF, ImmibisMicroblocks:OFF, BetterStorage:OFF
Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)

Tinkers' construct compatibility unreliable

In singleplayer the custom weapons work for tinkers' construct weapons, although I noticed that the transparent blocks in the "lightsaber" become opaque if used with a TiC weapon.

In multiplayer however, only vanilla swords work

Outdated TiC compat

As of build 893, built a week ago TiC compat is broken and causes all "Weapons" to not render, the same is true in the latest, 906 (what I am using). Disabling compat fixes it as expected.

This is the commit which changed the renderer:
SlimeKnights/TinkersConstruct@075b769

Exception in server tick loop?

So, I run an adventurey RPG server and we've been having crashes recently when someone opens their wardrobe menu (I think that's what it is called, just the GUI where you equip things and check renders and all that). It is only crashing the server, client just gets a server closed. It's only started happening in the last update and the new one, prior to that it worked wonderfully. We love AW and have a lot of wonderful dwarf beards and whatnot we'd be sad to lose so I am hoping you can help. :)

Crash log from server: http://pastebin.com/wTrFVdL5
Server log regarding the exception: http://pastebin.com/ThPzTXft

Of course I realise we have a lot of mods and Cauldron and all that so if it's an issue with that we understand fully hehe. Just let us know so we can hold an AW memorial <3 It's also equally likely we've done something stupid so sorry in advance if that is the case!

Colored lights core issues

When I use CLC and this mod, the armor's don't render right:
the chest armor only renders the left arm.
Glowing armor blocks don't look quite right.
Uncolored armor blocks will take on the color of player's model wherever the block is located and does pick up the skin color if the option to show skin is active.
I know CLC's mod author has quit, but the code is out there and the mod is usable despite the issues.

Prevent Loading from Client

Hey

I was wondering if it'd be possible to prevent users from loading models from client and have them created and stored using the armourer and equipment library on the server itself? This would be similar to B:"Allow Clients To Save Skins"=false I believe.

Crash on ticking minecarts

First crash report I'll ever write but I'll attempt to add in as much information as possible
Apparently I cannot attach a textfile containing the full crashlog, and I cannot use inline codeblocks either? Might need some assistance with that.

-- Head --
Stacktrace:
at net.minecraft.world.World.func_82733_a(World.java:3218)
at net.minecraft.world.World.func_72872_a(World.java:3213)
at riskyken.armourersWorkshop.common.handler.DollCraftinghandler.onMinecartUpdateEvent(DollCraftinghandler.java:27)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_894_DollCraftinghandler_onMinecartUpdateEvent_MinecartUpdateEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at net.minecraft.entity.item.EntityMinecart.func_70071_h_(EntityMinecart.java:407)
at net.minecraft.world.World.func_72866_a(World.java:2070)
at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:648)
at net.minecraft.world.World.func_72870_g(World.java:2034)

-- Entity being ticked --
Details:
Entity Type: MinecartChest (mods.railcraft.common.carts.EntityCartChest)
Entity ID: 5769
Entity Name: Minecart with Chest
Entity's Exact location: -334,50, 38,50, 382,50
Entity's Block location: World: (-335,38,382), Chunk: (at 1,2,14 in -21,23; contains blocks -336,0,368 to -321,255,383), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Entity's Momentum: 0,00, -0,00, 0,00
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1887)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

-- Affected level --
Details:
Level name: Bordworld
All players: 1 total; [EntityPlayerMP['DoomsdayBistian'/5742, l='Bordworld', x=-208,44, y=64,00, z=306,19]]
Chunk stats: ServerChunkCache: 1014 Drop: 0
Level seed: -8326269835958595845
Level generator: ID 00 - default, ver 1. Features enabled: true
Level generator options:
Level spawn location: World: (-23,64,-58), Chunk: (at 9,4,6 in -2,-4; contains blocks -32,0,-64 to -17,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
Level time: 1241232 game time, 1335812 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 18065 (now: false), thunder time: 31686 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:111)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

Looks like the mod crashes whenever the doll crafting handler fires on a railcraft-overridden minecart? Haven't isolated the mods yet, so I don't even know what that handler is supposed to do or if Railcraft is causing it but I'm taking a shot in the dark.

For reference, I'm running Railcraft 9.4.0.0 and Armourers Workshop 0.22.2.37 and I get the crash on both, Forge 10.13.2.1263 and .1230. Tell me if you need the full modlist.

I'd assume that the error occurs in line 27 in common/handler/DollCraftinghandler.java

entities = world.getEntitiesWithinAABB(EntityItem.class, event.minecart.getCollisionBox(event.minecart));

Can't possibly mean that event.minecart is null, but getCollisionBox(event.minecart) might return null? Don't have a setup mcp enviroment around so I can't check. Might be a messup on Railcraft's side?

Translation / PT-BR

This is not an inssue, but... I am a brazilian player, and i like your mod, i can translate him to porguese-brazilian if you want.

^^

Skin-level texture for armored bodyparts

I was designing and building a bodysuit for my character, when realized that anything I wanted to be part of the armor had to be a paintable block that could only be placed around bodypart. Would it be possible in a future release to paint the bodypart we build around and store that as a skin for the armor? Maybe allow placing armor blocks inside the bodypart to use them for this feature?

I know something similar is used for the vanilla and mod armors to free up the overlay layer for detail, but don't know if it can be used for something like this.

Question: Any plans for 1.8?

Hey there :) I saw your mod on some youtube videos, and I thought it's really awesome!
I want to create a server (running on Spigot 1.8.3) and I wanted to ask whether you are planning to upgrade this mod to 1.8 (specifically 1.8.3), or if there weren't any plans yet.
Because I'd really like to be able to provide my players with some awesome armor-sets (though I don't want them to be able to craft them themselves), and your mod looks perfect as an easy-to-use and awesome armor creation tool.

Color picker sliders not working when TooManyItems mod is installed

For some strange reason the sliders for selecting a custom color in the color picker will not function properly if the latest TooManyItems mod (for 1.7.10, Forge version) is installed. I'm using the latest Forge and LiteLoader with the following mods:

  • Damage Indicators Mod 3.2.0
  • voxelMap 1.2.1 (needs Liteloader)
  • Forge 1.7.10-10.13.2.1291
  • Liteloader 1.7.10-04

armor not showing up

i like the mod, it worked great the first time i used it, but the next time i opened minecraft it wouldnt work. the blocks, tools, and gui's all work, but the armor wont appear when i put it on. the sword works fine still,

but could someone please help?

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.