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

1206 Commits

Author SHA1 Message Date
89ef11a389 Refactor Table process handling and lifecycle 2019-01-20 11:01:39 +01:00
eb5d5a7b32 Add particle effects to Tables (Energy draining, Pedestal processing) 2019-01-20 07:55:58 +01:00
85616a0b53 Refactor duplicate code in Particle classes 2019-01-19 10:53:43 +01:00
e8a4422676 Add particle effect when charging a held item with Energy 2019-01-19 03:28:48 +01:00
7bcb025bcb Refactor Energy Cluster particle & add base particle class for Energy transfers 2019-01-19 03:00:36 +01:00
1545f62ff3 Fix invalid Line particle shape when amount of points equals 1 2019-01-18 12:48:11 +01:00
f8660f4af5 Implement thrown Igneous Rock FX 2019-01-18 05:59:26 +01:00
cba2b0fbdb Refactor PacketClientFX and all FX objects to use the new system 2019-01-18 05:04:24 +01:00
6791ed30b4 Create reusable FX data and handler classes w/ common parameters 2019-01-18 05:00:35 +01:00
548953bf9a Add a mechanism to toggle AI tasks 2019-01-18 03:45:53 +01:00
f9d4542c90 Fix double Dark Chest render bounding box 2019-01-18 01:17:41 +01:00
4b4124821e Implement Ocelot sitting AI for custom Chests 2019-01-18 01:11:10 +01:00
8cd98142ff Trigger instability from Energy Cluster leaks and breaking 2019-01-17 23:40:27 +01:00
fe6dcbc990 Implement Energy Cluster health-based leaking & rebalance leak values 2019-01-17 23:00:18 +01:00
049717c780 Implement Energy Cluster proximity 2019-01-17 08:39:27 +01:00
69479edf9c Refactor Energy Cluster leaking mechanics & update region instability leak 2019-01-17 08:24:14 +01:00
e8b9e680ed Implement a single-block Corrupted Energy leak & use it in End Portal 2019-01-17 08:15:24 +01:00
50c2518f91 Allow resetting dimension instability action multiplier & tweak naming 2019-01-17 05:40:28 +01:00
48d53d1e7d Implement AI that targets on eye contact 2019-01-13 20:03:57 +01:00
16f868bd19 Refactor targeting AI to simplify code 2019-01-13 17:08:37 +01:00
d8755dbfce Replace vanilla Enderman base behavior and rendering 2019-01-11 16:23:13 +01:00
d7eaf48fc2 Add Riding infusion to Ender Pearls 2019-01-10 20:19:26 +01:00
0c2d6d5956 Fix Ender Pearls going too far when phasing & increase bounding box size 2019-01-10 20:02:08 +01:00
d815c57456 Tweak code style in packets 2019-01-10 19:58:32 +01:00
a6990f4e43 Add a packet that forces dismount at a set location during teleportation 2019-01-10 19:54:22 +01:00
8afd19a6ad Implement Looting loot table condition 2019-01-10 15:39:30 +01:00
e289f60713 Generalize Fortune loot condition 2019-01-10 15:38:45 +01:00
a8bf0fad76 Fix Spatial Dash Gem range & implement infusions (capacity, distance, speed, vigor) 2019-01-10 11:35:03 +01:00
525a0a6a23 Implement Energy Oracle infusions (capacity, distance, vigor) 2019-01-10 11:02:57 +01:00
5d5efb3c29 Add infusions for certain Energy items & Vigor level calculations 2019-01-10 11:00:02 +01:00
35cfad4123 Refactor infusion construction & tweak colors of some infusions and Binding Essence 2019-01-09 19:37:14 +01:00
51f8d3b281 Replace Eye of Ender w/ custom recipe, movement behavior, and FX 2019-01-09 18:08:45 +01:00
e1c0ce60af Add glitter particle type 2019-01-09 16:27:03 +01:00
a424f8fc44 Minor style fixes 2019-01-09 16:06:59 +01:00
a11aac50d2 Implement a few Ender Pearl infusions (harmless, phasing, slow) 2019-01-08 11:50:05 +01:00
e1de134d35 Add Infused Ender Pearl item & infusion list to the entity 2019-01-08 11:31:16 +01:00
cd3948b981 Replace vanilla Ender Pearl entity w/ custom impact behavior 2019-01-08 11:02:21 +01:00
7d62af8e9e Add block position as a parameter to RayTracer collide check callback 2019-01-08 10:32:40 +01:00
7f35b2af63 Fix missing damage implementation in Teleporter 2019-01-07 20:20:15 +01:00
d2ecdffd6a Fix minor style issues (imports, ByteBuf usage, Item translation key prefixing) 2019-01-07 14:28:13 +01:00
c17a4cddb6 Tweak Void Salad to use the "starve" death message 2019-01-07 14:23:38 +01:00
360537af31 Refactor Damage to allow null remote source for indirect damage 2019-01-07 14:09:36 +01:00
4a7da9e973 Add Endersol w/ assets 2019-01-04 18:38:13 +01:00
f71c6e9443 Add utility extension to clone block sound data 2019-01-04 18:36:28 +01:00
29d6b2f76a Add Scorching tools w/ recipes and custom fortune behavior 2019-01-04 11:40:54 +01:00
0d5c7eca89 Add (probably WIP) assets for Scorching tools & sword 2019-01-04 11:40:53 +01:00
3c2e9b2e1b Add a flame particle variant with customizable lifespan 2019-01-04 11:30:37 +01:00
059f4bdf4d Update existing repair handlers to use the new interface 2019-01-04 11:21:36 +01:00
d18f300c4b Add a custom interface-based Anvil repair handler 2019-01-04 11:21:36 +01:00
a533df19d4 Add Infernium Ingot & Dirty Infernium Ingot w/ recipe 2019-01-03 09:28:47 +01:00