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

1006 Commits

Author SHA1 Message Date
a549fe9b7b Implement Ender Goo affecting entity motion 2018-10-09 02:55:18 +02:00
53fffabd8f Generalize and refactor Ender Goo 2018-10-09 01:47:35 +02:00
27944f5342 Fix more block equality checks 2018-10-08 21:12:57 +02:00
620a87a6c7 Implement Corrupted Energy tolerance check 2018-10-08 01:56:28 +02:00
8c2cbd0c0c Add custom creature types 2018-10-08 01:55:51 +02:00
610d96cb3e Add Lifeless status effect 2018-10-08 01:48:35 +02:00
bc2f59e869 Add base class for custom status effects 2018-10-07 18:16:28 +02:00
1a0254d6d5 Introduce ModPotions, tweak other registration code 2018-10-07 15:48:57 +02:00
2f9b482d4a Refactor Resource class 2018-10-07 15:42:35 +02:00
b1a85adc48 Begin implementing Ender Goo (animated texture, overlay effects, custom bucket) 2018-10-06 18:54:34 +02:00
e82fbd66a1 Add Dark Loam and Dark Loam Slab w/ recipe 2018-10-05 18:01:38 +02:00
579dee296d Fix brightness of custom slabs and stairs 2018-10-05 17:52:42 +02:00
517f0263f8 Tweak slab construction & fix localization keys for double slabs 2018-10-05 15:50:34 +02:00
cdcea9c234 Add custom item repair recipe with End Powder 2018-10-05 14:52:06 +02:00
d4136c017a Add base class for dynamic recipes 2018-10-05 14:51:25 +02:00
374d6fd6da Add Int.shlong extension (very necessary) 2018-10-05 14:43:21 +02:00
947518dfdd Update existing code to use the new ItemStack extensions 2018-10-05 13:39:33 +02:00
b8041322e5 Add extensions for ItemStack (size, enchantments) & IInventory (renaming, iteration) 2018-10-05 13:33:29 +02:00
96a22b4830 Implement a TNT infusion (phasing w/ indestructible block collisions) 2018-10-04 21:22:58 +02:00
fd40983fae Add extensions to deconstruct BlockPos and Vec3d objects 2018-10-04 21:10:00 +02:00
0c9dea7884 Delay breaking Ancient Cobwebs to fix weird client particle crash 2018-10-04 20:46:19 +02:00
6b2d73c864 Implement a TNT infusion (mining w/ special fishing mechanic) 2018-10-04 17:04:40 +02:00
f18e481ac5 Implement a few TNT infusions (power, fire, trap, harmless) 2018-10-04 17:00:58 +02:00
8796cc1304 Add a custom item entity that spawns smoke 2018-10-04 15:19:14 +02:00
306755d3ac Add a way to sum multiple IOffset 2018-10-04 14:20:56 +02:00
7b49062afa Add remapRange utility function 2018-10-04 01:31:39 +02:00
5134ab2e44 Add Random.nextFloat that returns Double & update EntityItemIgneousRock 2018-10-04 01:29:56 +02:00
a798b6405e Add '/hee infusions' command for testing 2018-10-03 21:52:51 +02:00
545acf4e0f Add base elements for Infused TNT 2018-10-03 21:48:54 +02:00
d1c73594c3 Minor code fixes (parameter names & equality checks) 2018-10-03 19:37:34 +02:00
402387754d Reimplement vanilla explosions with more customizability 2018-10-03 14:58:19 +02:00
6f9985b5ef Generalize infusion storage and item behavior & fix tooltip spacing 2018-10-02 16:49:27 +02:00
78ec5286b7 Add Entity.useHeeTag extension & use it in EntityProjectileSpatialDash 2018-10-02 16:05:22 +02:00
1f68f4e0c5 Add EntityData delegate for synchronized entity properties 2018-10-02 16:04:07 +02:00
41ec8c0936 Simplify Corrupted Energy state json using empty state mapper 2018-10-02 15:37:57 +02:00
752fc2d4c8 Fix bugs with block registration params & add empty block state mapper 2018-10-02 15:34:48 +02:00
843f747811 Add Falling Obsidian w/ special falling entity and sound 2018-10-01 23:24:53 +02:00
4bca942856 Tweak EntityFallingBlockHeavy to let subclasses relocate during placement 2018-10-01 23:23:39 +02:00
362e718e27 Add empty sounds.json 2018-10-01 22:03:31 +02:00
c30c5938fd IntelliJ is a great IDE with no glaring UX omissions Kappa 2018-10-01 14:33:33 +02:00
2336102de5 Add Ethereal Lantern w/ recipe 2018-10-01 13:03:54 +02:00
26378b6b1a Add Gloomtorch w/ recipe 2018-10-01 13:03:48 +02:00
35f8040a31 Spawn Corrupted Energy when a Cluster is destroyed 2018-09-30 18:33:24 +02:00
0287528291 Add Corrupted Energy & Cluster capacity deterioration 2018-09-30 18:32:02 +02:00
163c1468ef Add CombinedDamage to deal damage from multiple sources at once 2018-09-30 18:28:05 +02:00
167d0e5d16 Add BlockPos extensions to get all block positions in an area 2018-09-30 14:16:46 +02:00
11443ec1cd Fix vanilla bug with delayed lit particle interpolation 2018-09-29 15:40:59 +02:00
10e826dc53 Tweak & hide Energy Cluster selection box, and disable default particles 2018-09-29 15:38:30 +02:00
9f9dcc184d Add Energy Cluster rendering using particles 2018-09-29 15:38:24 +02:00
b10a2ce816 Add a base class for Energy particles 2018-09-29 14:39:45 +02:00