1
0
mirror of https://github.com/chylex/Hardcore-Ender-Expansion-2.git synced 2025-08-17 07:31:50 +02:00

Commit Graph

  • 860dbe6c70 Update existing code to use new BlockPos extensions chylex 2019-07-29 03:54:07 +02:00
  • a5002c4a26 Add BlockPos extensions for iterating spheres & overloads chylex 2019-07-29 03:53:25 +02:00
  • 7594de630d Make OreGenerator return the amount of successfully generated clusters chylex 2019-07-28 18:02:03 +02:00
  • 6fcf9d5e57 Add Random extensions for Kotlin ranges & update existing code to use them chylex 2019-07-26 13:19:12 +02:00
  • 2770dc36b7 Add StructurePiece.Instance context & use it for Energy Shrine pieces chylex 2019-07-23 15:52:24 +02:00
  • 155145fe24 Add tile entity utilities to ItemEndermanHead chylex 2019-07-23 12:44:09 +02:00
  • effff77191 Add WIP Obsidian Tower structure w/ basic layout chylex 2019-07-21 15:40:39 +02:00
  • 4e0be09711 Allow StructureBuild to add detached pieces chylex 2019-07-21 14:09:00 +02:00
  • 1555f9796d Fix Void Bucket removing non-fluid blocks in 3x3x3 mode chylex 2019-07-21 13:55:02 +02:00
  • 2caeb40e55 Refactor code to reduce inner class count chylex 2019-07-21 13:37:02 +02:00
  • ce07fc3c78 Slightly darken territory title shadow color chylex 2019-07-20 09:03:54 +02:00
  • 26c169c02e Implement Tomb Dungeon entrance generation in Forgotten Tombs chylex 2019-07-19 12:16:41 +02:00
  • ebe984eb3b Begin work on Tomb Dungeon chylex 2019-07-19 12:13:28 +02:00
  • 8463037663 Update Forgotten Tombs environment (skylight, custom lightmap, fog tweaks) chylex 2019-07-19 11:43:05 +02:00
  • 6f1b12109c Refactor EntityTokenHolder constructors chylex 2019-07-19 08:55:16 +02:00
  • 78e0010990 Refactor entity structure triggers to allow nudging by fractional x/z amounts chylex 2019-07-18 15:47:24 +02:00
  • 6349b8564f Add proper FX to Spatial Dash Gem projectile chylex 2019-07-18 05:47:41 +02:00
  • a5d00e1ecf Fix default smoke color regression & allow random smoke colors chylex 2019-07-18 05:07:44 +02:00
  • 9532b2d3ce Add subtitles to custom sounds & fix sound import in EntityItemIgneousRock chylex 2019-07-18 03:28:05 +02:00
  • 7cf058f3c8 Add Blank Token w/ crafting and duplication recipes & update Portal Token texture chylex 2019-07-17 04:25:07 +02:00
  • aa3ba4ce74 Fix Portal Token crash when activating from player inventory & tweak tooltips chylex 2019-07-17 02:35:09 +02:00
  • 25a2a23051 Allow ParticleFadingSpot to have a random color chylex 2019-07-16 09:39:50 +02:00
  • 9cfd1790e2 Add texture for Spatial Dash Gem & source file for future Gems chylex 2019-07-16 08:13:28 +02:00
  • 3e2e18f19b Change Energy Shrine corridor ceilings to Gloomrock Bricks chylex 2019-07-16 01:36:14 +02:00
  • 3b5a9ed4df Fix Energy Shrine stair bugs (torch placement, 180° piece misalignments) chylex 2019-07-16 01:20:44 +02:00
  • 4b3f91bca5 Enable End skylight & custom lightmap handling chylex 2019-07-15 04:00:49 +02:00
  • 3e8d18b6a4 Fix filecopy.ps1 execution to support PowerShell 2 chylex 2019-07-13 17:20:01 +02:00
  • 46cbd87194 Fix naming of Revitalization Substance sound fields chylex 2019-07-07 17:57:45 +02:00
  • 484866d8a9 Add Undread w/ behavior, rendering, sounds, and drops chylex 2019-07-07 10:43:56 +02:00
  • 03185ec29e Add customizable wander AI distance & simplify AITargetNearby chylex 2019-07-06 22:47:48 +02:00
  • e1961be29b Address IDE inspections & fix damage processor order in EntityMobEnderman chylex 2019-07-06 14:28:57 +02:00
  • 430893b964 Move trinket classes to a different package chylex 2019-07-06 09:01:40 +02:00
  • f91bbc22b0 Add Scorching Sword w/ recipe and special hit logic chylex 2019-07-06 08:54:12 +02:00
  • de015c1f12 Refactor Block building & reorganize Block and Item setup chylex 2019-06-24 17:11:29 +02:00
  • b01a5eeb86 Refactor Scorching tool code in preparation for Scorching Sword chylex 2019-06-24 14:00:11 +02:00
  • f1585fffec Implement Ender Goo purification & Revitalization Substance stack limit chylex 2019-06-24 01:13:33 +02:00
  • f24cf081b7 Add Purified Ender Goo w/ textures, custom behavior, and custom bucket chylex 2019-06-23 17:17:10 +02:00
  • d9f2cd1dbe Add packet to update client's potion duration chylex 2019-06-23 17:13:06 +02:00
  • 491e2d9935 Allow custom smoke particle color chylex 2019-06-23 16:15:34 +02:00
  • 92a6a8a0f8 Refactor Goo (remove capability & fix item aging when touching multiple blocks) chylex 2019-06-22 21:03:48 +02:00
  • 58200d1b01 Implement Energy Cluster revitalization mechanic w/ FX chylex 2019-06-22 18:13:31 +02:00
  • 21b14b610b Add ParticleBase.interpolateAge & update ParticleEnergyCluster to use it chylex 2019-06-22 18:15:20 +02:00
  • 368152fd09 Extract player hand position getter from ParticleEnergyTransferToPlayer chylex 2019-06-21 20:39:51 +02:00
  • a58550726b Update existing code to use the new Vec3d extension chylex 2019-06-21 18:22:54 +02:00
  • f4f883f731 Add Vec3d.directionTowards extension chylex 2019-06-21 18:21:36 +02:00
  • d4dd22e5b8 Implement territory detection in Energy Receptacle chylex 2019-06-21 16:16:49 +02:00
  • d362f1516a Address a few TODOs (Kotlin features, Block.translationKey, unnecessary TODOs) chylex 2019-06-21 14:06:19 +02:00
  • 971d91d83c Add WIP Revitalization Substance (texture & recipe) chylex 2019-06-20 11:39:07 +02:00
  • 02eb09edb9 Fix worldgen Energy Clusters not being marked as inactive chylex 2019-06-20 10:39:58 +02:00
  • 5ee618988b Remove unnecessary event registrations chylex 2019-06-20 07:59:59 +02:00
  • a2424fa904 Update Kotlin to 1.3.40 chylex 2019-06-20 05:47:57 +02:00
  • 4fea9793ec Add Flint and Infernium w/ recipe and special TNT & Creeper behavior chylex 2019-06-19 18:31:13 +02:00
  • 35a35968ef Add Eternal Fire chylex 2019-06-19 12:58:42 +02:00
  • 5b51adb612 Generate territory's default block inside the surrounding void area chylex 2019-06-13 05:02:13 +02:00
  • 9ac23a0cdf Work on Forgotten Tombs territory (entrance cave generation & WIP environment) chylex 2019-06-11 20:39:53 +02:00
  • 0f0ac01a9d Update generators (fix out of bounds in Blobs & The Hub, validate Ore gen chunk size) chylex 2019-06-09 23:07:01 +02:00
  • 7523063bb8 Fix territory title sometimes showing before the world loads chylex 2019-06-09 23:00:08 +02:00
  • 157d7c6b7d Add debug toggle for territory void & fog chylex 2019-06-09 19:43:16 +02:00
  • 15bade1f9a Add debug-only client command for toggles chylex 2019-06-09 19:21:30 +02:00
  • 2c75ea6c3b Implement structure mirroring chylex 2019-06-09 12:06:52 +02:00
  • 4fb51c7fe1 Add Grave Dirt w/ texture, drops, and WIP variations chylex 2019-06-08 17:48:56 +02:00
  • 886b266051 Add loot pool roll type that uses Random.nextRounded on the generated float chylex 2019-06-08 16:01:37 +02:00
  • 50d6f959f4 Tweak biased loot pool roll definition chylex 2019-06-08 15:58:50 +02:00
  • 8181f1f366 Make Jar o' Dust require a block with solid top under it chylex 2019-06-08 11:02:55 +02:00
  • 19c8f9abda Update existing structure code to use updated connection placement code chylex 2019-06-07 23:29:12 +02:00
  • 578d8688db Move structure connection placement to IStructurePieceConnectionType chylex 2019-06-07 23:28:33 +02:00
  • 98da56e4ad Fix missing block registration for Whitebark & Dusty Stone Brick double slabs chylex 2019-06-07 19:35:11 +02:00
  • 40df1eeb5f Add Dusty Stone Brick Stairs & Slab chylex 2019-06-07 17:45:06 +02:00
  • a1742d3a63 Update existing structure code to use the new connection system chylex 2019-06-07 17:18:52 +02:00
  • 4a22839a10 Refactor structure piece connection definition chylex 2019-06-07 17:15:06 +02:00
  • e9d50e5cdf Replace vanilla recipes instead of removing to stop advancement error spam chylex 2019-06-07 12:16:15 +02:00
  • 9bc8be9f6c Update existing structure code to use the new interfaces chylex 2019-06-06 16:53:58 +02:00
  • 768e117595 Redo interfaces for structure pieces to reduce code duplication chylex 2019-06-06 16:50:39 +02:00
  • b4a18fcc86 Fix IStructureWorld.placeWalls bug, add IBlockPicker constructor & null structure locator chylex 2019-06-06 15:24:49 +02:00
  • 68823d9036 Add rotation argument to '/hee structure piecesdev' command chylex 2019-06-06 15:23:21 +02:00
  • 504a39b0c3 Add territory environment client ticking & void center offset chylex 2019-06-05 10:25:29 +02:00
  • f7d09c17ab Add void factor into debug overlay instead of logging to console chylex 2019-06-05 10:18:07 +02:00
  • 592663ea6e Rewrite portal teleportation cooldown to fix relog & double dip bugs chylex 2019-06-04 20:46:41 +02:00
  • 5184a4dcbd Tweak Portal Token texture & fix wrong color order chylex 2019-06-04 18:17:52 +02:00
  • dcb743e198 Add a WIP command to spawn Portal Tokens chylex 2019-06-04 16:19:59 +02:00
  • cdb77123d5 Implement creative mode Portal Token teleportation/generation chylex 2019-06-04 16:16:38 +02:00
  • 613c3ba725 Fix wrong territory spawn/interest point Y value chylex 2019-06-04 16:14:32 +02:00
  • 5886a2027f Add Jar o' Dust w/ special rendering, behavior, and recipes (and a few issues) chylex 2019-06-03 08:31:26 +02:00
  • e1bbff6ec6 Update existing code to use the new Tessellator extensions chylex 2019-06-03 02:03:31 +02:00
  • 756024f1cf Add Tessellator extensions chylex 2019-06-03 02:02:42 +02:00
  • 8f82173f11 Add Infused Glass w/ connected texture and recipe chylex 2019-06-01 12:18:09 +02:00
  • b015ebd949 Fix Dusty Stone not being harvestable using Scorching Tools chylex 2019-06-01 12:12:42 +02:00
  • e1e119ca46 Add interface for blocks w/ multiple harvest tools chylex 2019-06-01 12:12:23 +02:00
  • 3a7964a20a Use Map.getValue instead of [key]!! chylex 2019-06-01 03:04:27 +02:00
  • 86aabd10bb Refactor burn time handling in ItemIgneousRock chylex 2019-06-01 01:57:02 +02:00
  • 3a63b7a724 Fix IDE warnings chylex 2019-06-01 01:56:28 +02:00
  • e62cdef24c Remove unnecessary return type declarations chylex 2019-06-01 01:36:40 +02:00
  • e9afad1260 Update existing code to use the new Block/IBlockState extensions chylex 2019-06-01 01:32:38 +02:00
  • 6cf9966804 Add Block & IBlockState extensions chylex 2019-06-01 01:27:46 +02:00
  • 347d8db4d2 Redo Whitebark Log side texture chylex 2019-05-31 23:03:47 +02:00
  • aa1870e475 Add WIP Dusty Stone (assets, drops, recipes) chylex 2019-05-31 01:46:15 +02:00
  • d5def412a8 Add Whitebark wood blocks (Log, Bark, Planks, Stairs, Slabs) chylex 2019-05-16 02:00:47 +02:00
  • 84e5246e21 Add ItemBlockSlabFuel for wooden slabs chylex 2019-05-16 00:14:36 +02:00
  • 1bda5c1181 Make Infused TNT, Ancient Cobweb, Dry Vines flammable chylex 2019-05-16 00:13:37 +02:00
  • 7f83098454 Set void parameters for The Hub chylex 2019-05-15 17:45:15 +02:00