1
0
mirror of https://github.com/chylex/Hardcore-Ender-Expansion-2.git synced 2024-10-17 08:42:49 +02:00
Commit Graph

1006 Commits

Author SHA1 Message Date
56c88eca52 Fix Blob generator being off-center & wrong edge distance in The Hub 2019-08-10 16:25:28 +02:00
f324e52daf Replace lambdas generating random numbers with RandomInt/RandomDouble 2019-08-09 22:34:19 +02:00
9529eceaf9 Add RandomInt & RandomDouble implementing (Random) -> R 2019-08-09 22:34:18 +02:00
d6f6923636 Remove ColorSpaces & refactor code to use new color classes 2019-08-09 16:54:02 +02:00
9e0d1b2526 Add IRandomColor 2019-08-09 16:54:01 +02:00
eae7b7027f Add IntColor as inline class for RGB w/ HCL support 2019-08-09 16:54:01 +02:00
b8a163effc Add EnvironmentRenderer constant w/ vanilla skycube parameters 2019-08-09 11:49:58 +02:00
9619760a53 Fix server startup crash due to EnvironmentRenderer 2019-08-09 11:19:00 +02:00
093fba8138 Add Portal Token to each territory to creative tab 2019-08-08 21:50:51 +02:00
3e1ac61f10 Remember spawn location of the first entity to travel through Void Portal 2019-08-08 17:09:23 +02:00
a2fa112c20 Hide block outlines for portal blocks 2019-08-08 15:32:29 +02:00
7a8a930cfa Tweak portal animations & implement slowing before fade-out 2019-08-08 15:32:29 +02:00
3605ec7935 Implement Void Portals remembering last used portal 2019-08-08 12:55:19 +02:00
04840002c7 Implement portal clearance & refactor 2019-08-08 10:28:32 +02:00
f7599abb83 Add Purity Extract & Potion of Purity 2019-08-07 17:52:10 +02:00
fb397f9ba5 Add PotionBase.makeType to simplify PotionType registering 2019-08-07 17:50:35 +02:00
bab34fd36f Fix several issues with Potions (typos in recipes, compatibility with old worlds) 2019-08-07 17:28:57 +02:00
005e467373 Add IForgeRegistry.getIfExists extension to avoid defaults 2019-08-07 15:53:55 +02:00
5b238ef770 Implement Dragon's Breath recipe using a Cauldron 2019-08-06 21:26:19 +02:00
fa15245cff Refactor custom Cauldrons to make bucket & bottle handling easier 2019-08-06 18:53:42 +02:00
03a8b5d656 Add TODOs about overridden entities and potions 2019-08-06 18:27:35 +02:00
07ef703929 Add custom item entity for Cauldron recipes & change pickup behavior for items in Cauldrons 2019-08-06 18:27:35 +02:00
93f1f627ea Add custom bubble particle that works outside water 2019-08-06 17:56:47 +02:00
2ee8b75c38 Remove unnecessary JvmStatic and JvmField annotations 2019-08-06 16:51:08 +02:00
33e924c2b6 Add Ender Goo Cauldron (w/ Purified variation) 2019-08-05 20:27:40 +02:00
bb35f183a4 Add system for custom cauldrons 2019-08-05 19:15:16 +02:00
a1db944a59 Fix wrong Dragon's Breath brewing recipe & Brewing Stand shift-click slot order 2019-08-05 15:00:11 +02:00
d7e6446fc6 Organize storage blocks into one category in code 2019-08-05 11:04:46 +02:00
f01b51c91a Rebalance Energy Oracle, fix visual glitches, implement Cluster ignoring 2019-08-04 18:15:12 +02:00
a3d74538e2 Add BlockPos.closestTickingTile w/ predicate & remove maxDistance default 2019-08-04 16:41:37 +02:00
aad4102dea Add potted Withered Death Flowers into Energy Shrines 2019-08-04 12:45:41 +02:00
7ce4d1ef51 Implement Flower Pots with Death Flowers & fix Endermen not spawning 2019-08-04 12:14:18 +02:00
b2dd48d8c3 Add system for custom flower pots 2019-08-04 11:12:43 +02:00
8799b7370d Fix useNeighborBrightness & ambient occlusion on existing blocks 2019-08-03 17:28:52 +02:00
7063797809 Update solid top checks in BlockEternalFire & BlockJarODust 2019-08-03 17:28:52 +02:00
c87f2605d5 Add BlockPos.isTopSolid extension & remove a few inlines 2019-08-03 17:28:52 +02:00
074bceb5b2 Update & refactor a few things to address TODOs 2019-08-03 17:28:51 +02:00
5d2e781a96 Disable Forge worldgen hook in the End dimension 2019-08-02 19:01:54 +02:00
4d22626cb6 Make instability-spawned Endermites not despawn on peaceful 2019-08-02 18:18:49 +02:00
989bc6b712 Add mechanism to prevent hostile mob despawning on peaceful 2019-08-02 18:18:49 +02:00
b8538771f1 Address IDE inspections 2019-08-02 18:18:05 +02:00
43fa25ace3 Replace Chorus Flower override with a transformer 2019-08-02 18:18:05 +02:00
efb295e343 Add coremod & utilities 2019-08-02 18:18:04 +02:00
4660c0e788 Add Enhanced Brewing Stand w/ textures and custom behavior 2019-08-02 10:19:32 +02:00
9ee9876a94 Fix being unable to put potions back into Brewing Stands & modifier issues 2019-08-02 10:12:37 +02:00
79216ee6d2 Replace vanilla Brewing Stand & implement custom modifiers 2019-08-01 17:12:26 +02:00
f1b0f036fe Move ContainerBaseCustomInventory shift-click logic into an interface 2019-08-01 14:14:14 +02:00
4395ad412f Separate potion modifier recipes & refactor 2019-08-01 14:06:43 +02:00
482c5f7153 Change IntelliJ module names because ??? 2019-08-01 04:01:26 +02:00
bb32552fda Completely rework vanilla brewing recipes 2019-07-31 17:02:15 +02:00