Michael Hillcox
0289a04815
My fingers hurt, All block lang added back, block name fixing and refactors
2020-11-21 12:36:16 +00:00
Michael Hillcox
c89ce2aeb5
Fixed spelling derp
2020-11-21 11:01:30 +00:00
Michael Hillcox
be12e2e9ab
Compressed and registered all tool and armor types
2020-11-21 10:57:36 +00:00
Michael Hillcox
2939e3af2a
Added Armor materials
2020-11-21 10:57:10 +00:00
Michael Hillcox
184275b901
Refactored tool materials
2020-11-21 10:56:51 +00:00
Michael Hillcox
7e936d3ddd
Added class to group all tools and armors into one class
2020-11-21 10:56:51 +00:00
Michael Hillcox
519646d811
Added tools and item gens for tools
2020-11-20 19:57:44 +00:00
Michael Hillcox
f98b246f44
Folder migration
2020-11-04 16:33:06 +00:00
Michael Hillcox
4ea1fb313a
Updated to 1.16.4, added base block and base block interface
2020-11-04 16:20:33 +00:00
Michael Hillcox
195355bc5b
Updated to 1.16.3
2020-11-01 19:32:55 +00:00
Michael Hillcox
91dd00c331
Added back all the textures...
2020-11-01 17:58:08 +00:00
Michael Hillcox
447e9ee35a
Added all blocks from old version
2020-11-01 14:11:04 +00:00
Michael Hillcox
bbea6ba4d8
Deleted all the codes...
2020-11-01 13:14:58 +00:00
Michael Hillcox
3e61998ca8
Utils porting
2020-10-31 21:31:04 +00:00
Michael Hillcox
24fb9a26e0
I think that's mostly right
2020-10-31 21:04:39 +00:00
Michael Hillcox
9916db2991
WorldUtils mostly ported
2020-10-31 21:01:43 +00:00
Michael Hillcox
42affe942f
Fixing base classes
2020-10-31 20:42:32 +00:00
Michael Hillcox
4eee99c75b
Merge remote-tracking branch 'origin/master'
2020-10-31 19:47:38 +00:00
Michael Hillcox
4d5cc7aa58
More porting of blocks
2020-10-31 19:47:04 +00:00
canitzp
fb62b86632
I knew I forgot something
...
Signed-off-by: canitzp <canitzp@gmail.com>
2020-10-07 08:28:30 +02:00
canitzp
2c07ef0fa0
Start to work on DataGenerator. Crusher Recipes should now be able to be serialized to json by its Factory. In general the serializing to json is handled by the RecipeFactoryBase class.
...
Removed some Recipes after the decision to not port it or change it to loot tables in favor of recipes.
A lot more @Nonnull annotations.
Signed-off-by: canitzp <canitzp@gmail.com>
2020-10-07 08:25:54 +02:00
canitzp
395b6d0491
Recipe Factory changes
...
Signed-off-by: canitzp <canitzp@gmail.com>
2020-10-06 12:10:09 +02:00
canitzp
35ff26221a
Added CrusherRecipe and Factory
...
Signed-off-by: canitzp <canitzp@gmail.com>
2020-10-06 09:04:43 +02:00
canitzp
d0363ed81c
Deleted deprecated recipe classes
...
Signed-off-by: canitzp <canitzp@gmail.com>
2020-10-06 09:01:56 +02:00
canitzp
5db1f3fbcd
Deprecate old recipe classes
2020-09-25 09:02:16 +02:00
canitzp
8b22fcfa6b
Compost Recipe Factory
2020-09-25 09:00:03 +02:00
canitzp
2c57a7641a
Ball of Fur Recipe Factory
2020-09-25 08:30:38 +02:00
Michael Hillcox
26b021a5e9
Lots of compound fixes
2020-09-21 18:59:08 +01:00
Michael Hillcox
497b742b87
Ported most of SmilyCloud
2020-09-20 11:26:01 +01:00
Michael Hillcox
c945843038
Moved Recipes to the common package...
2020-09-20 11:15:04 +01:00
canitzp
615bde1cb8
Added CoffeeMachineIngredient and CoffeeMachineIngredientFactory
2020-09-18 07:56:55 +02:00
canitzp
829cc788c7
Starting to add RecipeFactories and Recipe Handlers. Atomic Reconstructor implemented as ItemStack/Ingredient and BlockState version
2020-09-16 11:48:12 +02:00
Michael
2ae9ed307e
More block porting work :D
2020-09-09 17:16:41 +01:00
Michael
f44c4de74a
Sorted of fixed FastBench compat
2020-09-09 16:57:31 +01:00
Michael
9dbbb7b913
BioReactor, BlockBreaker porting
2020-09-09 16:47:51 +01:00
Michael
b51722e181
Extended Baseblock for BlockItems, auto register blockItems
2020-09-09 16:32:40 +01:00
Michael
9d8e711d35
Made Baseblock abstract, removed rarity and blockItem handlers for now
...
This might come back but I don't know how we're going to handle block item handling yet
2020-09-09 16:18:09 +01:00
Michael
69df7e0e81
Main class work and nulled out the RegistryHandler
2020-09-09 16:10:55 +01:00
Michael
47f11f0287
Continued Refactors...
2020-09-09 15:49:01 +01:00
Michael
be421af8e2
Big Refactor of the package layout
...
Ignore this commit for diffs
2020-09-09 15:48:43 +01:00
Michael
4c439f5b56
Merge remote-tracking branch 'origin/master'
2020-09-09 15:34:40 +01:00
Michael
78b9055eae
Hud display port and nulled out creativeTab
2020-09-09 15:33:43 +01:00
canitzp
fb1663f106
Reimplemented Atomic Deconstructor, Battery Box and Bio Reactor Blocks
2020-09-09 10:58:32 +02:00
canitzp
a5c031c135
Undeprecated BlockBase and BlockItemBase; reimplemented crystal cluster blocks (loot tables missing)
2020-09-09 09:58:55 +02:00
Michael
6139ca68fa
InitBlocks no longer has errors and all blocks contructors are now correct
2020-09-08 15:41:52 +01:00
Michael
6e0fb39544
Fixing Registry contructors on blocks and slowly migrating block contructors
2020-09-07 23:46:45 +01:00
Michael
0b964b4c89
Ported the block registry to Deferred Registry
2020-09-07 20:17:53 +01:00
Michael
99b7e0bf43
Render package ported
2020-09-07 19:33:27 +01:00
Michael
aa015521bc
Bumped mappings, deprecated some base classes (for now), ported remaining
2020-09-07 18:43:02 +01:00
Michael
40d27de0f5
Mass removed all license headers
2020-09-07 15:29:31 +01:00
Michael
d04ba602d8
Ported the api package. All minor changes
2020-09-07 15:24:04 +01:00
Brennan Ward
158fe22c8e
Closes #1275
2019-08-29 18:51:29 -04:00
Brennan Ward
5a013dba79
Closes #1274
2019-08-29 18:48:02 -04:00
Brennan Ward
f12e83a4d0
Closes #1278
2019-08-29 18:44:13 -04:00
Shadows_of_Fire
a296419857
Closes #1269 again ™️
2019-07-25 19:11:49 -04:00
Shadows_of_Fire
4d97a943fa
Closes #1266
2019-07-09 01:38:24 -04:00
Shadows_of_Fire
132b71f4a1
Closes #1269
2019-07-08 22:51:10 -04:00
Shadows_of_Fire
a0ae761660
Closes #1268
2019-07-08 22:51:05 -04:00
Shadows_of_Fire
29011db610
add a forge dep
2019-05-18 14:40:53 -04:00
Shadows_of_Fire
0b0530abaa
Closes #1255
2019-05-18 14:16:27 -04:00
Shadows_of_Fire
9e2cfa2770
remove UTF8 BOM that was here somehow
2019-05-02 04:47:21 -04:00
Shadows_of_Fire
ded3877b41
rerun the formatter
2019-05-02 04:43:27 -04:00
Shadows_of_Fire
f18f148ff3
Closes #1244
2019-05-02 04:17:02 -04:00
Shadows_of_Fire
673b4bf52a
Closes #1245
2019-05-02 03:54:52 -04:00
Shadows_of_Fire
474a7874ec
Closes #1237
2019-05-02 03:39:05 -04:00
Shadows_of_Fire
66718437d9
Closes #1239
2019-05-02 03:32:05 -04:00
Shadows_of_Fire
785dccbed8
Merge remote-tracking branch 'origin/master'
2019-05-02 03:14:12 -04:00
Matiss
34ef9d89de
Closes #1167
2019-05-02 03:13:05 -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
a866ecac23
Closes #1194
2019-03-03 17:24:25 -05:00
Shadows_of_Fire
45cef1b4cf
Closes #1210
2019-03-03 17:10:05 -05:00
Shadows_of_Fire
d4f98090d1
Partially address #1067
...
I'll deal with the rest of them when eclipse text search works
2019-02-27 14:51:41 -05:00
Shadows_of_Fire
a8371154ec
Closes #953
2019-02-27 14:42:38 -05:00
Shadows_of_Fire
0d8f38710e
Auto cleanup
2019-02-27 13:53:05 -05:00
Shadows_of_Fire
82020bcd49
refactor event registration
2019-02-27 13:44:38 -05:00
Jacob Pearson
753c1a4478
Closes Ellpeck#1225 ( #1227 )
2019-02-22 01:22:51 -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
Shadows_of_Fire
345c7a4817
Closes #1211
2019-02-06 16:15:47 -05:00
Shadows_of_Fire
9e6ae26b59
Closes #1204
2019-02-06 16:12:16 -05:00
Shadows_of_Fire
1ef95a76c9
gthub pls
2019-02-06 15:32:03 -05:00
Shadows_of_Fire
289c1de017
Closes #1222
2019-02-06 15:31:52 -05:00
Shadows_of_Fire
06ca0ad4cd
Fix Filters Closes #1209
2019-02-06 15:27:38 -05:00
Shadows_of_Fire
7fe79f09be
Closes #1214
2019-02-06 15:01:37 -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
6e46026e68
r144
...
also update jei deprecations
2018-12-11 01:18:31 -05:00
Shadows_of_Fire
ebda3195bb
Closes #1195
2018-10-28 13:52:26 -04:00
Shadows_of_Fire
2786022b26
Closes #1198
2018-10-28 13:38:26 -04:00
Shadows_of_Fire
e9cbf2dd85
Closes #1191
2018-10-16 19:41:40 -04:00
Shadows_of_Fire
f24c0b7705
Closes #1185
2018-10-05 02:19:07 -04:00
Shadows_of_Fire
df374a42de
Don't crash if we hit the void
2018-10-05 02:06:39 -04:00
Shadows_of_Fire
0a76d0a070
Closes #1183
2018-10-05 02:05:19 -04:00
Brennan Ward
e9e3b14c6a
mods be sketchy
2018-09-27 17:54:07 -04:00
Brennan Ward
f585d814ce
Significant performance boost for Coal Gen ( #1184 )
...
Needs testing.
2018-09-27 15:17:23 -04:00
Brennan Ward
7b44cec1dc
Closes #1180
2018-09-26 13:19:25 -04:00
Shadows_of_Fire
1d5aa47085
Closes #1166
2018-09-26 04:02:42 -04:00
Shadows_of_Fire
33ccc7ead7
Closes #1168
...
If it doesnt, well, I don't think I can do anything about other mods
generating in that space; maybe move it to the deco event.
2018-09-26 03:56:33 -04:00
Shadows_of_Fire
e282f56928
Closes #1174
2018-09-26 03:53:48 -04:00
Shadows_of_Fire
1240287b3b
Closes #1177
2018-09-26 02:59:22 -04:00