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

1254 Commits

Author SHA1 Message Date
d513c89514 Replace uses of deprecated I18n class 2019-03-14 19:07:20 +01:00
00ac7bf8f8 Add customizable FX when a Trinket is broken 2019-03-01 17:21:56 +01:00
48befaf2d2 Reduce log spam from Igneous Rock smelting transformations 2019-03-01 15:09:11 +01:00
676e4207f4 Fix/workaround log warnings at startup 2019-03-01 14:54:38 +01:00
03cd848e5b Add Energy Cluster inventory texture & localized name 2019-03-01 14:45:55 +01:00
070a949eea Implement Dispersed Cluster generation 2019-02-28 21:33:58 +01:00
b0bfe622a0 Generalize worldgen chunk grid logic & fix negative coordinates 2019-02-28 21:09:38 +01:00
2c506b4436 Tweak behavior of Ancient Cobweb & Dry Vines to work better in Strongholds 2019-02-28 14:09:21 +01:00
6482e44cc3 Finish Stronghold generation (tweak weights and piece ordering) 2019-02-28 14:07:40 +01:00
213bb39121 Update WorldToStructureWorldAdapter to take Random in constructor 2019-02-28 14:01:05 +01:00
e2ec225634 Fix a few bugs & finish up Stronghold pieces 2019-02-28 13:59:36 +01:00
664e957b84 Update Stronghold code for new PaletteBuilder & IStructureGeneratorFromFile 2019-02-28 10:27:24 +01:00
5029eb41ed Add methods to save structures into files 2019-02-28 10:26:22 +01:00
58ef583d46 Add BoundingBox.size 2019-02-28 09:58:55 +01:00
402b72bac8 Rewrite PaletteBuilder to allow palettes for structure development 2019-02-28 09:58:08 +01:00
fcff4b5380 Add PS script to copy file into clipboard
AWT Toolkit is bork..
2019-02-27 22:30:50 +01:00
df101cad2a Prepare to add more PowerShell scripts, woo! 2019-02-27 22:29:28 +01:00
f463d917d4 Add Scaffolding 2019-02-27 17:22:31 +01:00
c6e8c56c26 Implement Stronghold generation w/ Eye of Ender search (and tweaks) 2019-02-27 12:44:36 +01:00
7cee8db35e Implement Stronghold builder & update size and pieces 2019-02-25 10:48:43 +01:00
cdc6321f25 Add OverworldFeatures to register worldgen 2019-02-24 22:39:47 +01:00
430692cdef Add BoundingBox.center 2019-02-24 22:35:52 +01:00
f1afdcd3c7 Minor code tweaks & add ignored packages in autocomplete 2019-02-24 13:26:02 +01:00
ea7804d8dc Add a few utilities to structure & weighted list classes 2019-02-24 13:18:44 +01:00
346896e2df Implement Stronghold piece types & custom piece Instance 2019-02-24 13:07:03 +01:00
03d9663460 Add Stronghold stair connection that cannot connect to doors 2019-02-24 11:11:14 +01:00
2dfa54db14 Work on Stronghold pieces (fix portal connections, allow merging relics into doors) 2019-02-24 11:09:16 +01:00
3f08d6d011 Work on structure piece code (merging, chaining & removal, mutability) 2019-02-23 15:51:37 +01:00
c2def2fc6e Add Rotation4 w/ permutation picker to EnumFacingExt 2019-02-23 14:24:09 +01:00
8fd1831e06 Change setupRecipeNBT methods to take an ItemStack instead of IRecipe 2019-02-23 14:22:06 +01:00
c612e94eaf Add MutableWeightedList 2019-02-22 09:13:15 +01:00
ad297cdfc9 Update Teleporter to use sendToTracking 2019-02-16 02:02:33 +01:00
7cef62bc9a Add ModNetwork.sendToTracking 2019-02-16 00:10:28 +01:00
72510821d7 Add constants and extensions for entity attributes 2019-02-15 17:52:42 +01:00
9a35db35bd Add Enderman isShaking property 2019-02-15 17:47:20 +01:00
a6c52b048f Fix Enderman Head rendering issues (culling, default transform) 2019-02-15 17:03:43 +01:00
eb7913e453 Minor refactoring (missing SideOnly, import order, comment) 2019-02-14 18:00:42 +01:00
59903fcf14 Add Enderman Head w/ item and armor model, and a hacked up block 2019-02-14 16:08:16 +01:00
d98fed7e19 Add Random.nextVector2 extension 2019-02-14 12:50:49 +01:00
ccb7b68a25 Add entity AI for picking up blocks 2019-02-13 23:09:06 +01:00
4e81ee0762 Make entity teleportation instant client-side 2019-02-13 18:07:06 +01:00
cd5c31f574 Refactor Teleporter to randomize particle position by size of teleported object 2019-02-13 18:04:43 +01:00
6282bf832d Refactor Teleporter to use teleported entity's sound category by default 2019-02-13 12:27:15 +01:00
e9de4593b4 Add World extension for per-dimension storage 2019-02-11 19:25:12 +01:00
5ac5d72dc5 Implement Death Flower healing using End Powder 2019-02-11 18:22:17 +01:00
1050084452 Add WIP Death Flower (variations, models, textures) 2019-02-11 18:20:25 +01:00
a5b260e47c Add base for custom particle textures 2019-02-11 10:41:41 +01:00
a6cf78fec4 Add base block and EnumPlantType for plants that grow on End Stone 2019-02-10 17:41:25 +01:00
10c4298247 Ensure enum modifications are applied as early as possible 2019-02-10 15:02:33 +01:00
5ab345b67e Minor formatting fixes and updates 2019-02-10 14:59:18 +01:00