Commit graph

336 commits

Author SHA1 Message Date
canitzp a5c031c135 Undeprecated BlockBase and BlockItemBase; reimplemented crystal cluster blocks (loot tables missing) 2020-09-09 09:58:55 +02:00
Michael 99b7e0bf43
Render package ported 2020-09-07 19:33:27 +01:00
Michael 40d27de0f5
Mass removed all license headers 2020-09-07 15:29:31 +01:00
Shadows_of_Fire a296419857 Closes #1269 again™️ 2019-07-25 19:11:49 -04:00
Shadows_of_Fire 132b71f4a1 Closes #1269 2019-07-08 22:51:10 -04:00
Shadows_of_Fire 274c53a014 Format so style is finally consistent. 2019-05-02 03:10:29 -04:00
Shadows_of_Fire 95a25dbfc4 Update to new forge rarity system 2019-05-02 03:08:15 -04:00
Shadows_of_Fire 1ce4d21159 Closes #1092 2019-05-02 03:08:06 -04:00
Shadows_of_Fire 0d8f38710e Auto cleanup 2019-02-27 13:53:05 -05:00
Jacob Pearson 30b594c16b Closes Ellpeck#1230 (#1231)
Fix solid experience dropping when doMobLoot is set to false
2019-02-22 01:22:13 -05:00
Sir-Will 81a988811b Cache KittyVanCat UUID (#1216)
Moved `UUID.fromString()` to a field as it currently runs it on every LivingUpdate which is unnecessary here.

![](https://i.imgur.com/BauHelP.jpg)
2019-02-06 14:45:30 -05:00
Shadows_of_Fire f24c0b7705 Closes #1185 2018-10-05 02:19:07 -04:00
Shadows_of_Fire 1cca640345 Closes #1178 2018-09-26 02:52:40 -04:00
Shadows_of_Fire 08d0e8b7fb Update mappings 2018-08-03 22:22:20 -04:00
Shadows_of_Fire 32716bfca9 Closes #1154 2018-07-27 21:40:36 -04:00
Shadows_of_Fire 7c7e87bea4 remove bad 2018-07-27 20:48:26 -04:00
Shadows_of_Fire 1bec4bbff7 Closes #1145 2018-07-27 20:08:42 -04:00
Shadows_of_Fire 29534764a9 Closes #1134 2018-06-26 16:25:51 -04:00
Shadows_of_Fire 5c149648da More major updating
Migrates the rest of the recipe system to Ingredient inputs, Migrates
the compost to an IBakedModel instead of a TESR
2018-06-23 20:44:47 -04:00
Shadows_of_Fire ac2bc0124a We're just gonna hope nothing is on fire. 2018-06-22 19:39:30 -04:00
Shadows_of_Fire 505cdc349f reorganized some constants 2018-05-10 05:38:58 -04:00
Shadows_of_Fire b91bde4d74 Closes #1061 2018-04-13 13:19:52 -04:00
Shadows_of_Fire 54e5cdd5cf remove more meta usage 2018-03-22 23:49:50 -04:00
Shadows_of_Fire f5ae3240f8 Fixes #1018 2018-01-31 00:07:29 -05:00
Shadows_of_Fire 4412c62503 Closes #1014 2018-01-29 03:28:12 -05:00
Shadows_of_Fire 227c227ddd Fixes #1015
I think.  This is basically the entire method from TiC, with added
boolean returns to support that the drill wanted them.  Probably also
Fixes #996
2018-01-29 02:17:31 -05:00
Shadows_of_Fire 9670fc7669 check for deny 2018-01-26 02:34:20 -05:00
Shadows_of_Fire 287e43c6ad Fix #1010 2018-01-20 13:39:03 -05:00
Shadows_of_Fire b21089ad6b Fixes #995 2018-01-14 13:25:36 -05:00
Shadows_of_Fire 4493a687ce make aiot accept sword enchantments 2018-01-04 14:27:16 -05:00
Shadows_of_Fire 8a1ed7b14b remove explicit tesla support
tesla api is ded and this will be more work for 1.13 so rip af
2017-12-23 15:20:01 -05:00
Shadows_of_Fire 1954da6edb Closes #985
Actually added a feature for once! (Enchanted book splitting)
Added a transformHook in LensConversionRecipe
Made the booklet have max stack size of 1
Moved the text over a bit on reconstructor recipe pages
2017-12-12 01:54:15 -05:00
Shadows_of_Fire 9bed6f7ea5 no more lamp sneak 2017-11-15 18:11:17 -05:00
Shadows_of_Fire 856d62f78c remov null 2017-11-02 17:49:53 -04:00
Shadows_of_Fire 585777b9e0 Closes #885 2017-10-31 18:01:15 -04:00
Shadows_of_Fire 05e37320ba Don't pickup things from conveyor belts 2017-10-23 13:08:17 -04:00
Shadows_of_Fire 19402f3650 Fixes #929 2017-10-05 09:06:26 -04:00
Shadows_of_Fire 562f0c07e6 Closes #922 2017-09-23 01:55:01 -04:00
Shadows_of_Fire cf8e1bbf56 Closes #912 2017-08-30 12:28:35 -04:00
Shadows_of_Fire 1abb89c512 Closes #911 2017-08-27 21:12:20 -04:00
Shadows_of_Fire fa25cbf7b0 Magnet ring now only works in survival/adventure; Closes #903 2017-08-22 20:06:34 -04:00
Shadows_of_Fire 6ef76a16ea more deprecation things, mainly moving away from all uses of getStateFromMeta
Changes in LensColor, LensMining, and MethodHandler might all catch on
fire, idk.
i checked them and they worked tho so blahr
2017-08-17 01:06:09 -04:00
Shadows_of_Fire e44b13c554 Closes #886 2017-08-11 18:15:09 -04:00
Shadows_of_Fire 2239a8a783 More deprecation stuffs
1.13 will remove metadata so expect a few more of these for the remainig
getStateFromMeta stuff... Hopefully this doesn't set anything on fire
2017-08-09 12:20:55 -04:00
Shadows_of_Fire ab76551cde Stop using IFuelHandler and remove fake air block
also various generics/deprecation stuff cuz wabealwdnamflkaw.
Might put fake air block back if lex doesnt know how to make dummy
blocks work
2017-08-02 08:01:41 -04:00
Shadows_of_Fire f2b24c3318 Closes #872
There dad u got ur thingy
also who put these null itemstacks here bad
2017-08-01 22:20:47 -04:00
Brennan Ward 912539e81d Might burn down ur house (#868)
* Various generics/deprecation shit

this might all catch on fire, honestly, but it shouldn't, unless someone
was using the wrong I18n in the wrong place in the first place...

* uncrash the server

depending on where else big dad used the bad I18n this might also still
be crashy crash
2017-07-28 03:17:50 +02:00
Brennan Ward d93fdaf995 11 (#851)
(shh)
2017-07-16 19:34:21 +02:00
Brennan Ward 8d28135f3a use isInstance instead of == (#847) 2017-07-12 21:50:12 +02:00
Brennan Ward 2252bb094e Closes #813 (#844)
* update oil fluid name

* resolve some npe
2017-07-12 20:19:48 +02:00