Unable to recharge electric tools in MFE
VanDerGroot opened this issue ยท 20 comments
Electric tools (Diamond drill and Steel chainsaw tested so far) can't be dropped in the recharging slot in an MFE. They also don't appear to use power anymore. The chainsaw still cuts trees quickly. The drill does not cut quickly.
The tools do not have a meter or value showing amount of power like they did before the current update (2017-01-18).
I feel like the mixin system isnt working. Mind sending your full logs to me. And giving some more info.
Do the items that should hold power have a tool bar, and have a tool tip with some power info. Are you also running in a dev env becuase that might explain it.
Ok, that means the mixin isnt being applied, I assume you have the newest RebornCore, make sure you are using either: RebornCore-1.11.2-2.13.1.25-universal.jar or RebornCore-1.10.2-2.13.2.114-universal.jar
Also found this in latest.log:
FMLFileResourcePack:TechReborn
[12:06:40] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TechRebornItems.xcf in C:\Users\jimgr\AppData\Roaming.minecraft\mods\TechReborn-1.11.2-2.1.1.42-universal.jar
[12:06:40] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: TechReborn.xcf in C:\Users\jimgr\AppData\Roaming.minecraft\mods\TechReborn-1.11.2-2.1.1.42-universal.jar
[12:06:40] [Client thread/WARN]: ResourcePack: ignored non-lowercase namespace: Casings.xcf in C:\Users\jimgr\AppData\Roaming.minecraft\mods\TechReborn-1.11.2-2.1.1.42-universal.jar
I'm using RebornCore-1.11.2-2.13.1.25-universal.
Is it fml-client-latest.log you have use for?
I found these lines in the file:
[12:06:40] [Client thread/DEBUG] [RebornCore/]: Mod RebornCore is missing a pack.mcmeta file, substituting a dummy one
[12:06:40] [Client thread/DEBUG] [reborncore-MCMultiPart/]: Mod reborncore-MCMultiPart is missing a pack.mcmeta file, substituting a dummy one
Are they of interest?
Which files do you need?
I've been trying to understand the code for the mod so I can help out but it's a lot to take in when you have no experience with modding at all. :P
Gist if it will fit, Dropbox, Email ([email protected])? what ever.
Is this line interesting:
[19:58:21] [main/ERROR] [FML/]: The coremod reborncore.mixin.implementations.forge.MixinForgeLoadingCore is requesting minecraft version 1.11.2 and minecraft is 1.11. It will be ignored.
As far as I can tell, forge only exists for up to 1.11.
thats you issue, there is a 1.11.2 version: http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.11.2.html I should be able to fix this as well. But update.
Ah! That wasn't obvious from the forge website. Beta version? Anyway, updating.