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

1206 Commits

Author SHA1 Message Date
a39c6ecbb4 Allow territories to set Dry Vine color & optimize default color retrieval 2020-06-25 23:38:44 +02:00
ea73a78501 Work around a few portal rendering issues 2020-06-25 19:09:31 +02:00
4037ed172f Fix WorldToStructureWorldAdapter allowing double placements and breaking chests with torches 2020-06-23 22:31:26 +02:00
837da2fed5 Add CaveCarverEllipsoid & consecutive fail check to CaveGenerator 2020-06-23 21:29:05 +02:00
f11f85a81c Refactor Blobs & add 2 new populators 2020-06-21 11:09:05 +02:00
693b7232d3 Tweak Autumn tree generation & disable mipmapping for Whitebark Leaves 2020-06-09 15:10:44 +02:00
d5d58c41d7 Avoid making LazyOptional instances in getCapability 2020-06-09 13:47:14 +02:00
6c30afa3ca Fix Endersol & Humus bottom textures when merged (although it never appears naturally) 2020-05-30 17:09:13 +02:00
69b0b803a0 Make Humus merge with Endersol below instead of Endersol merging upwards 2020-05-30 11:47:45 +02:00
c27bce9425 Fix vanilla weather causing issues (fog color, wrong weather checks) in the End 2020-05-30 00:03:49 +02:00
fb8308b3c4 Refactor territory renderers & incorporate skyLight property into lightmap calculation 2020-05-29 22:17:13 +02:00
1d1c5eb06f Add 'offsetTowards' math extension & update existing code 2020-05-29 20:29:06 +02:00
f8a0b80ddc Add Endersol top/bottom texture 2020-05-27 17:47:46 +02:00
c08f994514 Replace End Stone texture with old vanilla one 2020-05-27 14:58:22 +02:00
b67102539c Replace VanillaModelOverrides with a hidden resource pack 2020-05-26 16:20:43 +02:00
2f393e3b72 Add Red Autumn Leaves & improve leaf textures 2020-05-26 00:18:53 +02:00
30c5201fd1 Add ModelBox.retainFace extension & update ModelEntityBossEnderEye 2020-05-24 22:09:32 +02:00
204b37ace7 Update Spawn Egg names to match vanilla 2020-05-24 18:07:11 +02:00
93037873dd Make Jar o' Dust break and drop its dusts after a nearby explosion 2020-05-23 18:12:25 +02:00
81dd8314c1 Add Shulker Box size variations w/ recipes 2020-05-23 18:12:24 +02:00
cc9bf35e99 Make getStackInRowAndColumn available to all dynamic recipes 2020-05-23 15:35:00 +02:00
acf42c38c9 Fix Brewing Stands not opening if loaded from a vanilla world 2020-05-23 14:53:24 +02:00
04e5ab97dc Fix field order in init & factory classes 2020-05-23 14:53:24 +02:00
4f70387e3a Add coremod to fix Infused TNT catching fire 2020-05-22 19:29:03 +02:00
7ca8589d29 Add starry sky to Forgotten Tombs 2020-05-22 16:32:57 +02:00
7ee1d8866c Fix particle alpha & void particle brightness 2020-05-22 15:07:19 +02:00
e22dbb597e Add sky cube scale parameter & foggy sky plane renderer 2020-05-22 14:03:17 +02:00
0214bfe15f Add GL.color that takes a Vec3d & update existing code 2020-05-22 13:51:59 +02:00
f20f7eb7e3 Fix client seeing rain while loading into the End 2020-05-22 09:01:18 +02:00
5ab4acc52d Add more Chests to Tomb Dungeon pieces 2020-05-21 22:43:33 +02:00
5bbf2feb25 Add Tomb Dungeon loot 2020-05-21 22:43:32 +02:00
e893348547 Fix 'set_item' loot function not crashing on invalid items 2020-05-21 20:39:24 +02:00
b932c3d7b6 Fix dying villager crash when reloading the world 2020-05-21 15:25:27 +02:00
0f887c515e Add '/hee causatum' subcommands (list, check, set) 2020-05-21 14:59:37 +02:00
47efddde53 Implement custom spawner taint mechanic 2020-05-21 14:34:38 +02:00
53fe8bb272 Add InBox constructor with more granular extra entity offsets 2020-05-21 14:24:01 +02:00
1d8e219674 Refactor BlockAbstractGoo collision limiter into a separate class 2020-05-21 09:40:20 +02:00
90e4db12f7 Update TerritoryGenerationCache to expire after 5 minutes & allow concurrency 2020-05-21 09:29:42 +02:00
3926fe96f3 Improve fog & skybox rendering with low chunk render distance 2020-05-21 08:59:36 +02:00
fec66ca034 Decorate Tomb Dungeon (cobwebs, crumbling ceiling) & tweak Dusty Stone physics 2020-05-21 06:07:51 +02:00
88f9a23df2 Add Tomb Dungeon generator & pieces 2020-05-20 16:24:59 +02:00
f96ee53833 Unfuck block mirror logic but better this time 2020-05-20 15:46:49 +02:00
1e0a2dac27 Add and expose some StructureBuild utilities & add documentation 2020-05-19 01:42:27 +02:00
ea2f042886 Revert mappings to 20200119-1.14.3 2020-05-18 01:13:03 +02:00
02bbb1b850 Replace 'pick_colored_gloomrock' and 'pick_music_disk' functions w/ 'set_item' 2020-05-18 00:53:17 +02:00
73974c71b6 Add loot function to change generated item 2020-05-18 00:43:14 +02:00
9e4e8f67d2 Add crumbling mechanic to Dusty Stone 2020-05-16 04:10:48 +02:00
bdaba72a82 Move BlockExperienceGate collision shape out for other blocks 2020-05-16 02:28:15 +02:00
4eee60949b Add Dusty Stone Decoration 2020-05-14 23:53:23 +02:00
9b696ab2c1 Add optional seed argument to '/hee structure x build' & CommandContext.getLong extension 2020-04-24 09:47:42 +02:00