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
f4ef7e2e38 Fix Kotlin sources by using slim Kottle as a dependency 2020-04-24 06:07:19 +02:00
b57a9a0962 Add optional run/mods_deobf.gradle for configuring deobf runtime mods 2020-04-23 23:52:37 +02:00
ab4cd44d14 Fix wrong break face using debug stick 2020-04-23 23:50:40 +02:00
db508a0a67 Add random chance of rainbow beds in Energy Shrine dormitory room 2020-04-23 19:57:24 +02:00
764b30c08d Expose StructurePiece.Instance owner and transform 2020-04-23 19:54:19 +02:00
9744b7b709 Add spectator mode to debug key shortcut (ctrl+tilde) 2020-04-23 19:53:08 +02:00
0e2ec8193f Add (temporary) debug coremod to fix MC-127862 2020-04-22 01:00:43 +02:00
e1fefa8b59 Improve debug/build stick with off-hand block placement 2020-04-22 00:58:26 +02:00
c51483cb0c Add debug build/break stick 2020-03-23 19:59:02 +01:00
3c17a99248 Work on Totem of Undying (new sound & particle FX, tweak balance) 2020-03-23 02:06:09 +01:00
ce661b9fb8 Add recipes for implemented infusions & Ancient Dust transformation 2020-03-22 21:37:00 +01:00
580021693c Update Enhanced Brewing Stand texture & override Brewing Stand item texture 2020-03-22 19:41:23 +01:00
ae5da9352d Add a system to override vanilla textures 2020-03-22 19:40:13 +01:00
c44eded6a0 Add Amelior w/ recipe and Brewing Stand upgrade mechanic 2020-03-22 17:35:44 +01:00
8c6acca74c Fix Brewing Stand not ticking & not accepting End Powder via Hoppers 2020-03-22 17:01:06 +01:00
ee976a258d Add Instability Orb, Ectoplasm, and Enchanted Claw (textures only) 2020-03-22 16:19:50 +01:00
17a8ea72c3 Add Infusion Table Core w/ recipe 2020-03-21 16:14:08 +01:00
9ab0559144 Add Infusion Table 2020-03-21 16:11:13 +01:00
355a7ba63e Minor formatting fixes & override EntityBossEnderEye.isNonBoss 2020-03-21 14:18:22 +01:00
a62e8a8b7e Include vanilla blocks/items in Infusion matching checks 2020-03-20 17:05:18 +01:00
5f14ec633a Add ITableContext.requestUseSupportingItem with a filter parameter 2020-02-28 15:57:47 +01:00
39f73b259e Add Accumulation Table Core & Experience Table Core w/ recipes 2020-02-27 17:14:42 +01:00
4c90629922 Add Ticking Core 2020-02-27 17:14:13 +01:00
c02078074b Add base class for Table Core items 2020-02-27 16:47:27 +01:00
9c82e4db2a Add Experience Table 2020-02-27 13:17:47 +01:00
cd2a480ab8 Redesign Table Pedestal comparator output 2020-02-27 09:26:12 +01:00
b2cd3f604f Add custom Bottle o' Enchanting w/ special Table Pedestal stacking behavior 2020-02-27 08:45:02 +01:00
77c9023d69 Replace uses of stupid Inventory.addItem with implementation that checks NBT 2020-02-27 07:37:18 +01:00
9a0ebf51eb Fix empty Jar o' Dust rendering 2020-02-26 14:43:41 +01:00
7de1d6cba9 Work on Tables (supporting item, Pedestal logic & color tweaks) 2020-02-26 14:43:16 +01:00
412ed53da3 Add WIP Banishment status effect 2020-02-26 08:39:15 +01:00
ffada411d0 Fix broken Fermented Spider Eye brewing modifier 2020-02-25 23:56:07 +01:00
0a4e74670a Replace PotionBase by moving constants and tweaking constructors 2020-02-25 15:39:58 +01:00
f8540e89b0 Add Corruption status effect 2020-02-25 15:17:40 +01:00
caee859fff Fix a few language key issues 2020-02-25 11:16:24 +01:00
5e37c08559 Reorganize potion types to avoid circular references 2020-02-25 10:53:04 +01:00
53b2832605 Fix compile error in Territory_ForgottenTombs & unused import in EntityProjectileEnderPearl 2020-02-25 07:08:55 +01:00
c65de1cbeb Work around 1.14 freeze when replacing an entity after loading an old world 2020-02-25 07:04:46 +01:00
99824b84b7 Remove server-side debug init, banner texture testing, and coremod debug print 2020-02-25 07:04:45 +01:00
3cccf245b0 Update build.gradle, add IJ files to gitignore, and begone daemon 2020-02-25 06:57:15 +01:00
12f63e69e7 Add a few utilities to IBlockPicker (thenApplying function, thenSetting property) 2020-02-14 19:41:30 +01:00
ca1ee7d203 Fix structure bugs (TE triggers, Chest mirroring, Stronghold Library stairs) 2020-02-14 18:11:11 +01:00
2a21ccdb5d Register custom argument types to support dedicated servers 2020-02-14 15:59:36 +01:00
68c4b9bf6b Fix client side generating The Hub when asking for spawn point 2020-02-14 14:21:39 +01:00
e0d46e4d1d Fix worldgen causing block drops & vanilla stairs mirror bug 2020-02-11 15:47:53 +01:00
c9fc3a1ac0 Minor refactoring & piece validation in structure builders 2020-02-11 12:02:57 +01:00
39c5eaef4b Reimplement Stronghold & Energy Shrine generation using technical entity 2020-02-08 02:44:16 +01:00
42e97b0ee9 Fix Item and model events causing dedicated server crash 2020-02-07 12:31:04 +01:00
e3563a99e7 Replace debug window title w/ CustomWindowTitle & push eula txt 2020-02-07 11:45:35 +01:00
e294af9973 Fix broken BlobPopulatorFill & EnergyClusterStructureTrigger after 1.14 update 2020-02-07 10:57:30 +01:00