DrHesperus
2f8012faae
Merge a75d5ed36b into 657263a0e8
2022-01-10 11:11:00 +01:00
Pursuit
657263a0e8
Crystal chest item rotation fix ( #268 )
2022-01-05 18:46:34 -05:00
DrHesperus
a75d5ed36b
Fully translated
2021-12-04 04:49:15 +05:00
AlibekAytjan
836c8efcb1
Create kk_kz.json ( #257 )
2021-11-30 12:34:05 -05:00
E. Kim
f54d4c6111
Update ko_kr.json ( #260 )
2021-11-30 12:33:53 -05:00
Alexander Behrhof
a518b3ebfa
Fix the diamond to osbidian chest upgrades being flipped Closes #235
2021-11-30 12:32:19 -05:00
Kal Chikhou
87d629a1c8
Texture Update ( #252 )
...
- Updated current model textures
- Update current item textures (upgrades)
- Added Trapped version of the chests
- Added Diamond to Netherite texture (both model and upgrade item)
2021-07-29 18:29:22 -04:00
Alexander Behrhof
8cb0a951ce
Clean up unnecessary imputs.
2021-07-29 18:18:06 -04:00
Alexander Behrhof
5b8405b499
Fix the crystal chest rendering clashing clients by swapping them to render a single item at once instead of stacks. (Also helps with FPS issues).
2021-07-29 16:25:14 -04:00
Alexander Behrhof
6206a33628
Crystal chests will now render the items inside again, and the broken upgrade recipes have been fixed. Closes #249 , Closes #245
2021-07-26 20:46:24 -04:00
Zach
d3605166b0
Merge pull request #226 from Theta-Dev/1.16
...
Added German translation
2021-01-07 10:23:27 -05:00
Zach
69b96f551e
Merge pull request #231 from Derrias/1.16
...
1.16.3 French translation
2021-01-07 10:23:11 -05:00
ph0elyx
fb16102352
Create es_ar.json, es_es.json, es_mx.json
2020-12-22 12:22:24 -03:00
Derrias
20b4ed8a08
Update fr_fr.json
...
Proofreading
2020-11-03 10:06:06 +01:00
Derrias
f77cfb2700
Create fr_fr.json
...
Added french translation
2020-11-03 09:57:21 +01:00
ThetaDev
a673f7044c
Added German translation
2020-10-02 23:11:03 +02:00
alexbegt
16c94a468e
Update to 1.16.3!
2020-09-26 18:41:41 -04:00
alexbegt
86a97a61c1
Update to 1.16.2
2020-08-27 21:40:45 -04:00
alexbegt
ef36c4e18f
Fix broken recipe
2020-08-27 21:23:41 -04:00
alexbegt
7112755b90
Generate recipes with data generation to fix recipe processing due to missing items. Closes #221
2020-08-27 20:53:34 -04:00
alexbegt
be6c0b9cf4
Update Iron Chests to 1.16!
2020-06-25 22:33:30 -04:00
ForFunPenguin
79b7489346
Update zh_tw.json
2020-03-22 18:28:24 +08:00
ForFunPenguin
2f3d035fea
Create zh_tw.json
2020-03-20 19:42:21 +08:00
Alexander Behrhof
04a307e8aa
Hopefully fix the crash regarding loading the Atlas textures during mod construction. Closes #212
2020-03-10 17:00:20 -04:00
alexbegt
1e7ee30228
Comment out the book until I can fix it.
2020-02-27 22:32:30 -05:00
alexbegt
14fe3e34fb
Fix a mistake created by intellij.
2020-02-27 22:26:38 -05:00
alexbegt
b49809cd9a
Iron chests now work for 1.15!
2020-02-27 21:21:03 -05:00
alexbegt
56db909289
Upgrade Iron Chests to 1.15.2. Textures are broken at the moment due to vanilla changes.
2020-01-22 17:53:24 -05:00
alexbegt
d0152542f3
Begin work on Iron Chests for 1.15!
2019-12-30 20:45:34 -05:00
alexbegt
94c6f7c08b
Begin work on Iron Chests for 1.15!
2019-12-30 20:43:52 -05:00
alexbegt
b09f7f3f09
Fix the Vanilla chest upgrades trying to update 'I Like Wood' chests. Closes #200
2019-09-26 08:10:55 -04:00
alexbegt
f14408fbef
Fix chests dropping their contents when upgraded. Closes #197
2019-08-19 05:23:13 -04:00
alexbegt
55a7af27e3
Upgrade to 1.14.3!
2019-07-19 22:20:05 -04:00
kotelkonrad
ba182f6b20
convert lang to json ( #188 )
2019-07-19 21:17:13 -04:00
alexbegt
3757e815e0
Fix some formatting on the recipes.
2019-06-15 21:24:58 -04:00
Laniv713
1d902fe200
Create ko_kr.json ( #185 )
2019-06-15 21:24:42 -04:00
alexbegt
21310672a8
Update Iron Chests to 1.14.2!
2019-06-15 21:18:15 -04:00
xuyu0v0
d9b9654775
Create zh_cn.json ( #180 )
2019-06-10 21:13:38 -04:00
alexbegt
973ae4b773
Update readme, Update to latest forge.
2019-02-18 23:49:32 -05:00
alexbegt
f5e8eb5c78
Implement GUIs for the chests, change the mod package to com.progwml6, fix issues with the mods.toml and get the gradle set up to run on progs jenkins
2019-02-17 23:58:56 -05:00
alexbegt
642cf07c5d
Update IronChests to the latest Forge Version, and fix some code issues.
2019-02-06 17:20:04 -05:00
alexbegt
a77f22eff4
Implement Recipes, Switch over to ObjectHolder and upgrade to the latest forge version.
2019-01-22 18:12:10 -05:00
alexbegt
721d6906c4
Fix broken import of an old event that CPW renamed in the latest versions of Forge
2019-01-15 22:26:05 -05:00
alexbegt
620a6b3e1d
Update to the latest forge, Implement the packet to sync the topstacks of the crystal chests, move to EventBusSubscriber for all registration, and make sure all classes have CPWs copyright on them.
...
TODO: Move to @ObjectHolder.
2019-01-15 22:22:44 -05:00
alexbegt
5eee1e224c
Update to the latest forge, fix issues with the dirt chest book not functioning correctly and fix the inventory item not using the correct chest model.
2019-01-09 20:34:14 -05:00
alexbegt
49a097283a
Fix up some issues with Build.gradle, Clean up code and switch to registry events for adding blocks and items.
2019-01-08 00:09:26 -05:00
alexbegt
37b34bfc02
Format source code
2019-01-06 16:32:51 -05:00
alexbegt
402bd8f5f7
Begin updating Iron Chests to 1.13, Chests cannot be opened yet but are visible in game.
2019-01-06 16:19:30 -05:00
alexbegt
e3130b3e32
Delete old source to start on 1.13
2018-12-22 15:12:58 -05:00
alexbegt
2db43e58c6
Fix registering TESR's while the class is null. Closes #156
2018-12-19 19:31:59 -05:00