Tschipp
a4712b3fb5
Merge pull request #180 from Sir-Will/patch-1
...
Fixes null being stored to NBT for storeEntityData
2019-06-22 11:20:40 +02:00
Sir-Will
003e6eea95
Fixes null being stored to NBT for storeEntityData
...
```
[17:06:57] [Server thread/WARN]: [FML]: Java has been asked to exit (code -2)
[17:06:57] [Server thread/WARN]: [FML]: This is an abortive exit and could cause world corruption or other things
[17:06:57] [Server thread/WARN]: [FML]: Exit trace:
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.nbt.NBTTagCompound.handler$checkNullTag$bdj000(NBTTagCompound.java:1158)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.nbt.NBTTagCompound.func_74782_a(NBTTagCompound.java)
[17:06:57] [Server thread/WARN]: [FML]: tschipp.carryon.common.item.ItemEntity.storeEntityData(ItemEntity.java:84)
[17:06:57] [Server thread/WARN]: [FML]: tschipp.carryon.common.event.ItemEntityEvents.onEntityRightClick(ItemEntityEvents.java:114)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1235_ItemEntityEvents_onEntityRightClick_EntityInteract.invoke(.dynamic)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:750)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:700)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraftforge.common.ForgeHooks.onInteractEntity(ForgeHooks.java:1116)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.entity.player.EntityPlayer.func_190775_a(EntityPlayer.java:1194)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.network.NetHandlerPlayServer.func_147340_a(NetHandlerPlayServer.java:2691)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:69)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.network.play.client.CPacketUseEntity.func_148833_a(SourceFile:13)
[17:06:57] [Server thread/WARN]: [FML]: org.spongepowered.common.event.tracking.phase.packet.PacketPhaseUtil.onProcessPacket(PacketPhaseUtil.java:193)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zll000(SourceFile:539)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
[17:06:57] [Server thread/WARN]: [FML]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[17:06:57] [Server thread/WARN]: [FML]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.util.Util.func_181617_a(SourceFile:46)
[17:06:57] [Server thread/WARN]: [FML]: org.spongepowered.common.SpongeImplHooks.onUtilRunTask(SpongeImplHooks.java:305)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.server.MinecraftServer.redirect$onRun$zjp000(MinecraftServer.java:3965)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
[17:06:57] [Server thread/WARN]: [FML]: net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
[17:06:57] [Server thread/WARN]: [FML]: java.lang.Thread.run(Thread.java:748)
```
2019-06-21 17:49:26 +02:00
Tschipp
d146c7dd2b
Added more mods to the default blacklist [1.11.2]
2018-07-06 16:37:02 +02:00
Tschipp
eb0a3f8536
Ooof bad duplication issue [1.11.2]
2018-05-11 23:25:03 +02:00
Tschipp
faea11d484
Mcmod.info [1.11.2]
2018-05-11 20:15:39 +02:00
Tschipp
737ff9ca30
Merge remote-tracking branch 'origin/master'
2018-05-11 20:04:22 +02:00
Tschipp
77e0816646
Fixed #91 , #93 , #94 , #95 , #96 , #100 , #101 , added Mob Stacking
2018-05-11 20:04:16 +02:00
Tschipp
3aed0dced7
Merge pull request #99 from codewarrior0/patch-1
...
Blacklist Astral Sorcery blocks
2018-05-05 09:24:29 +02:00
David Vierra
a8deaee1e8
Blacklist Astral Sorcery blocks
...
Astral Sorcery has a mechanic called the "starlight network" which misbehaves when tiles are unexpectedly moved or removed. For this reason, AS blocks are also banned from Blood Magic teleposers.
2018-05-01 04:43:46 -10:00
Purplicious_Cow
5bd299a9d1
Added size-based stacking rule/config and fail sound into 1.11
2018-04-04 08:14:52 +02:00
Purplicious_Cow
1231bb02ac
Add mob stacking into 1.11
2018-03-31 23:35:40 +02:00
Tschipp
6d55bcebd6
Merge remote-tracking branch 'origin/master'
2018-03-24 11:02:22 +01:00
Tschipp
90fe9544a0
Different Fixes, 1.11
2018-03-24 11:02:20 +01:00
Tschipp
711e78fe65
Merge pull request #75 from The-Fireplace-Minecraft-Mods/master
...
Added en_UD.lang
2018-03-17 15:58:21 +01:00
The_Fireplace
3f444ac5f8
Added en_UD.lang
2018-02-17 17:40:28 -06:00
Purplicious_Cow
fe802ea04a
Create LICENSE
2018-02-16 07:42:54 +01:00
Tschipp
650f9b5a67
McMod
2018-01-24 16:30:37 +01:00
Tschipp
6056562326
Improvements
2018-01-22 22:29:02 +01:00
Tschipp
1b97e5a62a
Config Options
2018-01-22 00:20:12 +01:00
Tschipp
04359809d2
Merge remote-tracking branch 'origin/master'
2018-01-22 00:00:37 +01:00
Tschipp
cf2b6001b1
Tons of Bugfixes
2018-01-22 00:00:34 +01:00
Tschipp
e67669ab6e
issue template
2017-11-19 20:23:48 +01:00
Tschipp
9d897760a2
Artifacts
2017-11-04 11:37:15 +01:00
Tschipp
3795eabb4a
Update to 1.7
2017-11-04 11:24:27 +01:00
Tschipp
92ed9ca6af
Can no longer break blocks when carrying
2017-10-07 18:27:15 +02:00
Tschipp
ecfe850a99
Scripting now works on Servers
2017-10-07 18:16:47 +02:00
Tschipp
b42d538049
Client-Server Script desync
2017-10-03 17:04:53 +02:00
Tschipp
416124c9d2
Blacklisted Botania
2017-10-03 16:45:11 +02:00
Tschipp
7d8ade14ec
Version Number
2017-10-01 19:27:50 +02:00
Tschipp
816b0350a2
Added option to not render arms at all
2017-10-01 19:19:19 +02:00
Tschipp
99709703d8
Added Arm rotation for scripting and increased script performance
2017-10-01 17:57:08 +02:00
Tschipp
33066df231
Significantly increased load time when using many mods
2017-09-28 17:27:56 +02:00
Tschipp
604a8fe8e1
Added Scripting Again .-.
2017-09-28 17:09:51 +02:00
Tschipp
55abd543a5
Merge remote-tracking branch 'origin/master'
2017-09-28 16:52:01 +02:00
Tschipp
ec04f72cc6
Script Checker Entity/Block Conditional
2017-09-28 16:51:55 +02:00
Tschipp
59bbd78cd3
Merge pull request #36 from SteveKunG/render-fix
...
More fixes
2017-09-28 16:51:01 +02:00
SteveKunG
703e7d9a23
Model initialization/lighting optimize
2017-09-22 23:56:47 +07:00
SteveKunG
a49d01f170
Fix tile entity render in hand
2017-09-22 23:02:56 +07:00
SteveKunG
9fdaf26e99
Fix entity render in hand
2017-09-22 23:02:32 +07:00
Tschipp
82e43a37e5
Merge pull request #35 from SteveKunG/patch-3
...
Bug fixes
2017-09-21 22:23:36 +02:00
Tschipp
57252bbae9
Added Scripting
2017-09-21 22:23:06 +02:00
SteveKunG
555af2184f
Bug fixes
2017-09-21 13:10:10 +07:00
Tschipp
dde2408139
Merge pull request #34 from SteveKunG/patch-2
...
Minor fixes for 2nd Right Arm rotation
2017-09-19 18:37:56 +02:00
SteveKunG
ef6d78fc2d
Minor fixes for 2nd Right Arm rotation
...
Also checking the game setting if players enabled Left and Right sleeve.
2017-09-19 20:58:43 +07:00
Tschipp
af922c452a
Merge pull request #33 from SteveKunG/patch-1
...
Fixed 2nd skin layer rotation
2017-09-18 22:43:47 +02:00
SteveKunG
2e090805c1
Fixed 2nd skin layer rotation
2017-09-18 23:08:26 +07:00
Tschipp
4b70322112
Fixed Minecart dupe glitch
2017-09-18 17:03:47 +02:00
Tschipp
058398cd2d
ok real fixed it
2017-09-17 21:27:29 +02:00
Tschipp
12f066901a
1.5
2017-09-17 19:27:06 +02:00
Tschipp
87e13fa8e6
Hotfix
2017-09-04 18:28:45 +02:00