alexbegt
|
767528115e
|
Fix chests crashing users when it goes to sync the top stacks to the client for rendering due to a nbt overflow. (Switched to getNBTShareTag that was added to forge and is used by Refined Storage for it's Storage Blocks) Closes #91
|
2017-05-26 20:58:28 -04:00 |
alexbegt
|
276859566e
|
Actually fix Crystal Chest's crashing clients with ArrayIndexOutOfBoundsException due to two different items having two 64 stacks in the chest, also Items will now render if there is more than one item stack, but only one will be rendered. (Before it wouldn't render any items being in the chest) (pulled from 1.11.2) #89
|
2017-05-17 21:12:53 -04:00 |
alexbegt
|
3561fb4bca
|
Fix the Crystal Chest crashing users due to a overflow of the array when it tries to get a value that doesn't exist. Closes #10.
|
2017-04-26 20:28:39 -04:00 |
Zach
|
07510cf030
|
Merge pull request #42 from DragonsLover/master
Adding French Canadian language
|
2016-09-20 09:52:03 -04:00 |
Alexander (alexbegt)
|
9641acc90f
|
Merge pull request #79 from AfterRebelion/master
Make IronChest's modid lowercase to match forge's new rule of lowercase ids.
|
2016-08-06 15:46:48 -04:00 |
AfterRebelion
|
6ce296701c
|
Make modid lowercase
To comply with
45b299ce06
|
2016-08-06 18:22:04 +02:00 |
alexbegt
|
0606cedabe
|
Change to newer forge!
|
2016-07-16 00:34:45 -04:00 |
alexbegt
|
29ef3a5c54
|
Update to 1.10.2!
|
2016-07-06 21:10:03 -04:00 |
alexbegt
|
cac7322894
|
Add support for loot tables, fix #76.
|
2016-07-03 19:56:39 -04:00 |
alexbegt
|
7c8d3986e7
|
Switch back to the way 1.7.10 did chest upgrades, you do not have to hold shift to upgrade them now, but holding shift will still open the chest after upgrading it. Should fix #75 somewhat.
|
2016-07-03 14:39:21 -04:00 |
alexbegt
|
cc78de2c6d
|
Remove unneeded Event Handler.
|
2016-06-30 23:01:17 -04:00 |
alexbegt
|
e718cae381
|
Bump forge version to fix dupe bug with items while running deobf testing.
|
2016-06-23 18:42:26 -04:00 |
alexbegt
|
3321ba2c1b
|
Add support for 1.10!
|
2016-06-23 16:13:31 -04:00 |
alexbegt
|
53d563f440
|
Fix Authors List in the mcmod.info
|
2016-06-23 03:24:05 -04:00 |
alexbegt
|
efd5046037
|
This might fix the crashes that happen on death.
|
2016-06-13 19:06:32 -04:00 |
alexbegt
|
4d145cd90b
|
Ocelots now sit on top of IronChests again!
|
2016-06-11 22:36:20 -04:00 |
alexbegt
|
bb8cb4ff98
|
Fix #72, Chests now work while as a spectator.
|
2016-06-11 20:51:23 -04:00 |
alexbegt
|
5d607a0d15
|
Fix #71, Chest orientation will now stay the same after a Chunk Unload.
|
2016-06-08 15:59:44 -04:00 |
alexbegt
|
6e4188fe62
|
This should fix #69, I couldn't recreate the crash so it needs to be tested.
|
2016-05-30 13:43:45 -04:00 |
alexbegt
|
566efca357
|
Update Forge required and minecraft version.
|
2016-05-19 18:21:01 -04:00 |
alexbegt
|
644b16903b
|
Update to 1.9.4
|
2016-05-19 18:17:38 -04:00 |
alexbegt
|
94aa1671d5
|
Fix some bugs from the PR.
|
2016-05-19 18:01:50 -04:00 |
Alexander (alexbegt)
|
86594d371e
|
Merge pull request #68 from LatvianModder/master
Cleanup and Rewrite of IronChests.
|
2016-05-19 17:37:03 -04:00 |
LatvianModder
|
158ad6d334
|
Fixed missing copperIronUpgrade texture and ItemChestChanger breaking tile
|
2016-05-19 13:49:36 +03:00 |
LatvianModder
|
96ecbabcb4
|
Added blockstates, fixed block particles, item localizations and item rotation
|
2016-05-19 13:42:14 +03:00 |
LatvianModder
|
8fcccc40ee
|
Absolutely barbaric rewrite
|
2016-05-19 02:47:25 +03:00 |
Alexander
|
d0b721e332
|
Fix some formatter issues and update forge and mappings.
|
2016-04-21 14:29:22 -04:00 |
Alexander
|
a4184e6961
|
Update IronChests to new Forge with the registry changes.
|
2016-04-02 19:18:26 -04:00 |
Alexander
|
0aae1ff334
|
Fix #64, only call the event on the client.
|
2016-03-26 14:47:15 -04:00 |
Alexander
|
8be3c5ea97
|
Fix crash with forge 1809.
|
2016-03-25 22:05:26 -04:00 |
Alexander
|
1aa5f2e85c
|
Working Particles
|
2016-03-23 22:51:54 -04:00 |
Alexander (alexbegt)
|
dcc1c1b50c
|
Merge pull request #62 from Drullkus/master
Break Particles
|
2016-03-23 22:25:35 -04:00 |
Drullkus
|
3b123b2583
|
Break Particles
These textures are for the chest breaking particles, as requested by
@alexbegt :)
|
2016-03-23 16:08:21 -07:00 |
Alexander
|
2b95aab95f
|
Update IronChests to 1.9!
|
2016-03-21 12:44:27 -04:00 |
Zach
|
c4d5a5631f
|
Merge pull request #58 from 61352151511/master
Add thirdperson display tag.
|
2016-02-03 22:02:46 -05:00 |
61352151511
|
1b527d4ae4
|
Add thirdperson display tag.
Fixes #57
|
2016-02-03 21:21:40 -04:00 |
Zach
|
0fd665a168
|
Merge pull request #56 from cabralRodrigo/master
Added support for Inventory Tweaks
|
2016-01-28 12:36:16 -05:00 |
cabralRodrigo
|
0277783f5e
|
Added support for Inventory Tweaks
|
2016-01-28 12:38:25 -02:00 |
Progwml6
|
c2646a5d69
|
change versioning code so that curse forge builds are labeled the same as ones from files
|
2016-01-19 01:21:35 -05:00 |
Progwml6
|
b50c6eb126
|
add curse support
|
2016-01-18 15:39:18 -05:00 |
Progwml6
|
b5b8ec94ea
|
Merge branch 'master' of https://github.com/cpw/ironchest
|
2016-01-12 23:02:58 -05:00 |
cpw
|
02af887051
|
Password, not Pass
|
2016-01-12 22:48:43 -05:00 |
Progwml6
|
edb3454d8b
|
pull in additional tweaks from cpw
|
2016-01-12 17:54:30 -05:00 |
cpw
|
ef1058e771
|
Properly update for 1.8.9
|
2016-01-12 17:27:56 -05:00 |
Progwml6
|
f11148c97f
|
update to 1.8.9
|
2016-01-12 13:20:34 -05:00 |
cpw
|
3b63013739
|
Some cleanup, generics, whitespace, etc.
|
2015-11-23 01:07:24 -05:00 |
cpw
|
aad2b93dc4
|
Fixup for 1.8.8.
|
2015-11-23 00:34:34 -05:00 |
cpw
|
2b67783cef
|
Update to gradlewrapper 2.7, and refresh build.gradle for FG 2.1
|
2015-11-22 23:59:04 -05:00 |
cpw
|
a4bee7ff6f
|
Merge remote-tracking branch 'prog/master'
|
2015-11-22 16:45:10 -05:00 |
Zach
|
df06876751
|
remove curseforge plugin from FG 1.2
|
2015-11-22 12:11:13 -05:00 |