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

1228 Commits

Author SHA1 Message Date
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
dca610893f Add a debug chunk generator to the End 2019-01-03 03:40:12 +01:00
1db6b61029 Add Talisman of Griefing 2019-01-01 06:17:57 +01:00
a992c3883c Minor tweaks (IOffset entity constructor, unnecessary code, cleanup) 2019-01-01 03:41:59 +01:00
bb5af7b0c8 Allow cloning an explosion w/ modified parameters 2019-01-01 03:41:59 +01:00
307ebe0643 Finish implementing dimension & region instability for all dimensions 2018-12-30 06:37:38 +01:00
15caa41c38 Implement territory chunk grid system w/ a few test territories 2018-12-30 06:28:55 +01:00
ea0b2e440f Replace vanilla End world provider & disable dragon fight manager 2018-12-30 05:48:47 +01:00
9be0a2a91f Add destructuring extensions for ChunkPos 2018-12-30 05:42:20 +01:00
f225319e51 Update Endermites (render range, instability relief, Corrupted Energy immunity) 2018-12-28 05:09:29 +01:00
0632538268 Add dimension instability triggers to teleportation 2018-12-28 05:05:15 +01:00
9001424821 Add a method to leak a set amount of Energy from a Cluster 2018-12-28 05:02:07 +01:00
480a2da36b Implement main logic and capability handling for dimension & region instability 2018-12-28 04:25:51 +01:00
48e9aadc0f Add interfaces and utilities for instability 2018-12-27 21:15:04 +01:00
663554a97b Add parameters to Teleporter (reset pathfinding, extend FX range) & tweak effects 2018-12-27 19:55:51 +01:00
879ece80f0 Add interface to mark entity as immune to Corrupted Energy 2018-12-27 16:06:29 +01:00
a4c35c1500 Add Random.removeItem extension 2018-12-25 13:39:21 +01:00
0197d7c5a1 Fix non-lethal damage sometimes leaving player at 1 full heart 2018-12-25 02:30:22 +01:00
9283a106b7 Minor code style tweaks 2018-12-25 02:08:39 +01:00
5ae5d3cca7 Add instability-spawned Endermite variation & disable Endermite particles 2018-12-22 17:26:45 +01:00
c7f35e221a Add a way to pause particle effect spawning 2018-12-22 16:21:37 +01:00
bc0b826013 Fix entity translation key 2018-12-22 16:18:57 +01:00
fd699eff11 Tweak Corrupted Energy particle color 2018-12-22 16:18:57 +01:00
fd70dd5da0 Fix Infused TNT and Endermite serialization 2018-12-22 13:42:20 +01:00
331a4ae7e4 Replace Endermite and implement custom behavior, despawning, and drops 2018-12-22 12:32:16 +01:00
7109f3dde1 Add custom EntityAIWanderAvoidWater constructor 2018-12-22 12:32:16 +01:00
b5db81dd47 Add mob AI that reduces randomness of wandering 2018-12-22 12:25:38 +01:00
a8aadfab54 Refactor entity override registration 2018-12-22 10:15:27 +01:00
38fdff2266 Fix being able to open an Amulet of Recovery without recharging it 2018-12-20 09:22:48 +01:00