
The Ender sword not using rf
blacknight2u opened this issue ยท 0 comments
Issue Description:
the ender sword is not consuming rf for "travel" ability and all use of the sword is pulling from durability ZERO use of RF
What happens:
Sword uses no power
consumes sword durability even with empowered; not effected by rf
What you expected to happen:
consume rf for travel and sword use
Steps to reproduce:
- teleport with sword
- attack with sword
3.
...
Affected Versions (Do not use "latest"):
- EnderIO: 1.10.2-3.0.1.106-beta (latest)
- EnderCore:0.4.1.54-beta
- Minecraft: 1.10.2
- Forge:2077
Your most recent log file where the issue was present:
[12:18:15] [Server thread/INFO]: Starting minecraft server version 1.10.2
[12:18:37] [Server thread/INFO]: Loading properties
[12:18:37] [Server thread/INFO]: Default game type: SURVIVAL
[12:18:37] [Server thread/INFO]: Generating keypair
[12:18:37] [Server thread/INFO]: Starting Minecraft server on :25565
[12:18:37] [Server thread/INFO]: Using default channel type
[12:18:37] [Server thread/WARN]: *** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[12:18:37] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[12:18:37] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[12:18:37] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[12:18:40] [Server thread/INFO]: Preparing level "OverWorld"
[12:18:42] [Server thread/INFO]: Preparing start region for level 0
[12:18:43] [Server thread/INFO]: Preparing spawn area: 53%
[12:18:43] [Server thread/INFO]: Done (2.872s)! For help, type "help" or "?"
[12:18:50] [Server thread/INFO]: Blacknight2u[/127.0.0.1:21035] logged in with entity id 791 at (26.10043319070486, 69.0, 426.01947086027667)
[12:18:50] [Server thread/INFO]: Blacknight2u joined the game
[12:18:51] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 6f701090-7ac5-44c1-89e7-b0da031a6046
[12:18:51] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[12:18:51] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 550c1cb7-b04b-4f31-9b71-8e27b67c1fb9
[12:18:51] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID 8adb3e01-e525-4a32-b947-3548e0207fb9
[12:18:51] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID 3b2b626e-b4a3-43c4-8e95-e0f23046b81a
[12:18:52] [Server thread/WARN]: Keeping entity Pig that already exists with UUID cc8cfb09-8021-439b-b0ec-b7f8212034c7
[12:18:54] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID cd6f8995-dc5b-47b9-8548-46ac46243409
[12:19:01] [Immersive Engineering Contributors Name Finder Thread/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6f9c3ca6[id=ec0fa42d-252e-495f-823c-cf4c50df80b3,name=,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationUnavailableException: Cannot contact authentication server
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:71) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [minecraft_server.1.10.2.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [minecraft_server.1.10.2.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [minecraft_server.1.10.2.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [minecraft_server.1.10.2.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [minecraft_server.1.10.2.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [minecraft_server.1.10.2.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [minecraft_server.1.10.2.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [minecraft_server.1.10.2.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
at blusunrize.immersiveengineering.common.CommonProxy.getNameFromUUID(CommonProxy.java:160) [CommonProxy.class:?]
at blusunrize.immersiveengineering.common.util.compat.BotaniaHelper$ThreadContributorToNameFormatter.run(BotaniaHelper.java:96) [BotaniaHelper$ThreadContributorToNameFormatter.class:?]
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method) ~[?:1.8.0_102]
at java.net.SocketInputStream.socketRead(Unknown Source) ~[?:1.8.0_102]
at java.net.SocketInputStream.read(Unknown Source) ~[?:1.8.0_102]
at java.net.SocketInputStream.read(Unknown Source) ~[?:1.8.0_102]
at sun.security.ssl.InputRecord.readFully(Unknown Source) ~[?:1.8.0_102]
at sun.security.ssl.InputRecord.read(Unknown Source) ~[?:1.8.0_102]
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source) ~[?:1.8.0_102]
at sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source) ~[?:1.8.0_102]
at sun.security.ssl.AppInputStream.read(Unknown Source) ~[?:1.8.0_102]
at java.io.BufferedInputStream.fill(Unknown Source) ~[?:1.8.0_102]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_102]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_102]
at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source) ~[?:1.8.0_102]
at sun.net.www.http.HttpClient.parseHTTP(Unknown Source) ~[?:1.8.0_102]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) ~[?:1.8.0_102]
at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source) ~[?:1.8.0_102]
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_102]
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source) ~[?:1.8.0_102]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_102]
at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source) ~[?:1.8.0_102]
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) ~[?:1.8.0_102]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source) ~[?:1.8.0_102]
at com.mojang.authlib.HttpAuthenticationService.performGetRequest(HttpAuthenticationService.java:126) ~[HttpAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:54) ~[YggdrasilAuthenticationService.class:?]
... 14 more
[12:24:43] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[12:28:42] [Server thread/INFO]: Blacknight2u was slain by Enderman
[12:28:44] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[12:28:45] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 6f701090-7ac5-44c1-89e7-b0da031a6046
[12:28:45] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[12:38:43] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[12:39:05] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[12:39:05] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[12:51:00] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[12:51:01] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[12:54:00] [Server thread/WARN]: Keeping entity Cow that already exists with UUID cd78aaa4-36a8-40e7-8066-0a0f20bd319f
[12:59:06] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[12:59:28] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[12:59:28] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[13:09:35] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[13:14:39] [Server thread/WARN]: Keeping entity Cow that already exists with UUID cd78aaa4-36a8-40e7-8066-0a0f20bd319f
[13:19:29] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[13:19:50] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[13:19:50] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[13:22:19] [Server thread/INFO]: Blacknight2u was slain by Enderman
[13:22:19] [Server thread/INFO]: Blacknight2u got revenge on Enderman
[13:24:19] [Server thread/WARN]: Fetching addPacket for removed entity
[13:28:38] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[13:29:22] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[13:39:51] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[13:40:13] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[13:40:13] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[13:41:06] [Server thread/INFO]: Blacknight2u has just earned the achievement [World Calling]
[13:41:57] [Server thread/WARN]: Keeping entity Cow that already exists with UUID cd78aaa4-36a8-40e7-8066-0a0f20bd319f
[13:50:57] [Server thread/INFO]: Blacknight2u fell from a high place
[14:00:01] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:00:14] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[14:00:17] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 6f701090-7ac5-44c1-89e7-b0da031a6046
[14:00:36] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[14:00:36] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[14:02:03] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[14:06:25] [Server thread/WARN]: Keeping entity Cow that already exists with UUID cd78aaa4-36a8-40e7-8066-0a0f20bd319f
[14:08:12] [Server thread/INFO]: Blacknight2u has just earned the achievement [Childhood Blues]
[14:12:32] [Server thread/INFO]: Blacknight2u was killed by Guardian of Gaia using magic
[14:12:35] [Server thread/WARN]: Fetching addPacket for removed entity
[14:12:35] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[14:12:36] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:13:09] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:14:28] [Server thread/INFO]: Blacknight2u withered away
[14:14:32] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[14:14:32] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:15:41] [Server thread/INFO]: Blacknight2u withered away
[14:15:43] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[14:18:21] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:18:46] [Server thread/INFO]: Blacknight2u was killed by Guardian of Gaia using magic
[14:18:49] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[14:19:40] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:20:10] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:20:31] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:20:37] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[14:20:38] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:20:59] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[14:20:59] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[14:21:05] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:21:12] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:21:26] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:21:40] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:21:40] [Server thread/INFO]: Blacknight2u was killed by Guardian of Gaia using magic
[14:21:42] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[14:22:22] [Server thread/WARN]: Keeping entity Cow that already exists with UUID cd78aaa4-36a8-40e7-8066-0a0f20bd319f
[14:40:59] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[14:41:21] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[14:41:21] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[14:46:45] [Server thread/WARN]: Blacknight2u moved too quickly! -8.199999988079066,-2.0,-430.0
[14:46:46] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 2883ms behind, skipping 57 tick(s)
[14:52:30] [Server thread/WARN]: Blacknight2u moved too quickly! 0.95932929362084,4.435733428023866,-9.024976097088825
[14:53:35] [Server thread/WARN]: Blacknight2u moved too quickly! -1.0804845077044547,7.360821229330526,-7.006519399671959
[14:53:52] [Server thread/WARN]: Blacknight2u moved too quickly! 2.484656032967223,-9.37485993276536,-3.6136096705591854
[14:54:01] [Server thread/WARN]: Blacknight2u moved too quickly! 0.0,10.899595304380341,0.0
[14:54:48] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[14:54:48] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 6f701090-7ac5-44c1-89e7-b0da031a6046
[14:54:48] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 550c1cb7-b04b-4f31-9b71-8e27b67c1fb9
[14:54:48] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID 8adb3e01-e525-4a32-b947-3548e0207fb9
[14:54:49] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID 3b2b626e-b4a3-43c4-8e95-e0f23046b81a
[14:54:50] [Server thread/WARN]: Keeping entity Pig that already exists with UUID cc8cfb09-8021-439b-b0ec-b7f8212034c7
[14:54:52] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 3487ms behind, skipping 69 tick(s)
[14:54:52] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID cd6f8995-dc5b-47b9-8548-46ac46243409
[14:54:53] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[14:55:03] [Server thread/WARN]: Keeping entity Cow that already exists with UUID cd78aaa4-36a8-40e7-8066-0a0f20bd319f
[15:01:22] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[15:01:44] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[15:01:44] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[15:13:20] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[15:14:02] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID 8adb3e01-e525-4a32-b947-3548e0207fb9
[15:14:08] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 550c1cb7-b04b-4f31-9b71-8e27b67c1fb9
[15:14:11] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 6f701090-7ac5-44c1-89e7-b0da031a6046
[15:14:12] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[15:14:37] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[15:15:56] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[15:16:05] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 550c1cb7-b04b-4f31-9b71-8e27b67c1fb9
[15:17:03] [Server thread/WARN]: Keeping entity Pig that already exists with UUID 6f701090-7ac5-44c1-89e7-b0da031a6046
[15:17:10] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[15:21:35] [Server thread/WARN]: Keeping entity Sheep that already exists with UUID 68432eb5-331d-415a-aea5-34b317ec2f08
[15:21:35] [Server thread/WARN]: Keeping entity Chicken that already exists with UUID b3a827d7-88e0-4a89-9519-41d28d3713d9
[15:21:45] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[15:22:07] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[15:22:07] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.
[15:25:39] [Server thread/WARN]: Keeping entity Cow that already exists with UUID cd78aaa4-36a8-40e7-8066-0a0f20bd319f
[15:42:08] [AromaBackup/INFO]: [AromaBackup] Starting Backup. The server may lag for a bit!
[15:42:30] [AromaBackup/INFO]: [AromaBackup] Server Backup done!
[15:42:30] [AromaBackup/INFO]: [AromaBackup] Next scheduled Backup in 20 minutes.