Commit Graph

  • f162d24131
    TEST new chylex 2024-02-23 18:20:14 +0100
  • 20ae417064
    Add Gradle convention plugins with a basic NeoForge mod chylex 2024-02-19 17:13:06 +0100
  • 5864c6273d
    Add Gradle 8.6 wrapper chylex 2023-01-17 02:31:58 +0100
  • 6a2f878c35
    Add .gitattributes and .gitignore chylex 2024-02-19 14:19:54 +0100
  • ae765d4d8c
    Add README chylex 2023-01-17 03:05:13 +0100
  • 8cb7d6f973
    Initial commit chylex 2023-01-17 02:30:39 +0100
  • 2cb463f0aa
    Update Kotlin to 1.7.0 master chylex 2022-06-20 21:34:30 +0200
  • 2b343108bc
    Refactor ByteBuf/PacketBuffer extensions chylex 2022-06-20 19:40:12 +0200
  • 65d8d709ab
    Change main Gradle project name to HEE chylex 2022-06-20 19:22:25 +0200
  • f73bcc6635
    Replace ugly FloatRange used in remapRange with separate parameters chylex 2022-06-20 19:12:25 +0200
  • 1135c192bb
    TODOs components-block chylex 2022-06-20 18:33:11 +0200
  • 8933d8d8cc
    WIP chylex 2021-11-06 22:34:09 +0100
  • 5564fc4a24
    Implement a component system for items chylex 2021-10-30 19:12:40 +0200
  • f0b6fd2fac
    Fix wrong package chylex 2021-11-04 17:50:21 +0100
  • ec76799a67
    Address IDE inspections chylex 2021-11-04 17:47:24 +0100
  • e73ac4e3d1
    Eliminate allocations in remapRange chylex 2021-09-05 10:07:22 +0200
  • 858fa672ec
    Optimize segmented world generation (reduce allocations in getState/setState) chylex 2021-09-05 07:33:25 +0200
  • 77f759e0d0
    Optimize segmented world generation (add multi-state segments) chylex 2021-08-29 17:15:34 +0200
  • f077f11c32
    Add debug screen w/ territory generation benchmarks chylex 2021-09-05 07:32:16 +0200
  • e0c3ed6bc3
    Move debug utilities to a separate module chylex 2021-09-05 04:23:35 +0200
  • 126935e942
    WIP Territory profiling dev-territory chylex 2021-08-29 17:19:18 +0200
  • c2f6f7f44d
    WIP Optimize segmented world generation w/ multi-state segment implementation chylex 2021-08-29 17:15:34 +0200
  • a1ea963423
    WIP 2D noise renaming and territory stuff chylex 2021-08-29 17:14:19 +0200
  • 9803c68cbe
    WIP 3D noise chylex 2021-08-29 17:13:38 +0200
  • 7565443e38
    Fix styles and click events in /help command chylex 2021-08-13 18:30:41 +0200
  • f659e5e1c7
    Add language datagen chylex 2021-07-31 22:03:38 +0200
  • cf752e2bb3
    Include block/item overrides in datagen chylex 2021-08-01 18:14:41 +0200
  • cb05067529
    Add custom entity type interface for automatic property registrations chylex 2021-07-25 20:30:02 +0200
  • 567cf03403
    Add custom tile entity type interface for automatic property registrations chylex 2021-07-25 13:58:03 +0200
  • 3b4ca6c0b7
    Add custom block/item interfaces for automatic property registrations and datagen (properties) chylex 2021-07-24 14:31:45 +0200
  • b03a40690e
    Add custom block/item interfaces for automatic property registrations and datagen (tags) chylex 2021-07-24 10:35:43 +0200
  • bb13594c4f
    Add custom block/item interfaces for automatic property registrations and datagen (block drops) chylex 2021-07-23 19:06:10 +0200
  • 322b6ba900
    Add custom block/item interfaces for automatic property registrations and datagen (block models) chylex 2021-07-19 16:08:54 +0200
  • 498bf5bbd2
    Add custom block/item interfaces for automatic property registrations and datagen (item models) chylex 2021-07-19 08:33:30 +0200
  • ea48d98008
    Add custom block/item interfaces for automatic property registrations and datagen (render layer) chylex 2021-07-19 07:32:33 +0200
  • a0ea885997
    Add custom block/item interfaces for automatic property registrations and datagen (colors) chylex 2021-07-19 06:25:25 +0200
  • ec103b67d7
    Add util module and reorganize classes and packages chylex 2021-07-07 22:00:11 +0200
  • 082ebb9fe0
    Add hook for resource pack order for overriding vanilla resources chylex 2021-07-10 23:04:54 +0200
  • 65fc2d8aeb
    Fix overworld features not generating chylex 2021-07-18 11:59:13 +0200
  • 158efbbf70
    Fix dedicated server crashes chylex 2021-07-09 19:39:23 +0200
  • de395eb168
    Fix Tile Entity update tag logic after 1.16 update chylex 2021-07-10 14:42:25 +0200
  • fceff2cd9e
    Port to 1.16.5 chylex 2021-06-27 18:26:12 +0200
  • f18f798afb
    Port to 1.16.5 1.16.5 chylex 2021-06-27 18:26:12 +0200
  • 7fc3b9d933
    Update meta files to Minecraft 1.16.5 chylex 2021-06-27 18:22:31 +0200
  • d62d8fe5e2
    Fix mixin configuration & jar generation chylex 2021-04-30 17:30:45 +0200
  • 5b3bf3bd8c
    Improve Tomb Dungeon generation chylex 2021-04-30 17:32:11 +0200
  • 8971a0e0ab
    Rebuild Tomb Dungeon End room & implement end sequence chylex 2021-04-05 19:32:16 +0200
  • edcc98dec5
    Tweak Undread dust effect multipliers chylex 2021-04-26 22:27:30 +0200
  • 1602c8eb10
    Simplify accessing territory storage from TerritoryInstance chylex 2021-05-02 18:37:22 +0200
  • ee9b3cbc6d
    Fix inverted check for Undreads stepping on crumbling Dusty Stone chylex 2021-05-02 19:04:22 +0200
  • df42079c73 Improve Tomb Dungeon generation (corridor torches, tomb exits, chests, mob spawners) chylex 2021-04-02 00:23:21 +0200
  • 3cce30eb84 Fix build.gradle and update versions chylex 2021-04-02 15:30:48 +0200
  • bdad72e249 Work around broken vanilla pathfinding causing Undreads to step on unstable Dusty Stone chylex 2021-03-28 17:15:19 +0200
  • 6c015f23db Tweak PacketClientFX to serialize handler type into a byte chylex 2021-03-28 01:12:05 +0100
  • af774e9bf4 Add sided annotation to MovingSoundSpatialDash chylex 2021-03-28 01:11:33 +0100
  • 1cef88b903 Implement Undread dust effects chylex 2021-03-28 01:08:41 +0100
  • 3250999b6b Add OutlineBox particle offset & constructor for Constant offset chylex 2021-03-28 01:08:00 +0100
  • 75bf831c67 Add a few code extensions (BlockPos, SoundEvent) chylex 2021-03-28 01:07:00 +0100
  • b50c876275 Add knockback multiplier to ExplosionBuilder & fix broken knockback chylex 2021-03-21 16:23:18 +0100
  • d6fe5c5589 Fix extra knockback attribute for custom entities chylex 2021-03-21 15:09:12 +0100
  • 406ccdb316 Refactor particle data construction chylex 2021-03-13 15:56:43 +0100
  • e9e31fbdf5 Add custom versions of hit particles chylex 2021-03-13 14:30:52 +0100
  • da934f6922 Tweak Undread arm position chylex 2021-03-14 16:42:40 +0100
  • cb0a83b482 Fix Stronghold trap mirror triggers and particles chylex 2021-03-14 08:18:42 +0100
  • 0912422b4e Fix crash in PathNavigateGroundUnrestricted when the entity is on a non-full block chylex 2021-03-13 17:46:05 +0100
  • b64005357e [WIP] Components components chylex 2021-02-28 14:33:35 +0100
  • 3279dde625 Add a component system chylex 2021-02-28 13:29:18 +0100
  • a9df51e315 Refactor Ender Eye spawner particle data to use FxVecData chylex 2021-02-27 23:57:40 +0100
  • 322c005648 Implement Tomb Dungeon mob spawn triggers chylex 2021-01-26 18:22:12 +0100
  • 5211731e62 Tweak Dusty Stone crumble behavior for light mobs chylex 2021-02-27 20:56:56 +0100
  • 08d2fcb19c Fix overriding canCreatureSpawn instead of canEntitySpawn chylex 2021-02-07 14:00:05 +0100
  • e9077c680f Move unit tests and add main methods with special tests chylex 2021-01-23 13:58:34 +0100
  • 32ea34fa0c SHELF wip4 chylex 2021-01-15 18:42:35 +0100
  • 2ab4659da5 [WIP] Tomb Dungeon chylex 2021-01-15 18:40:13 +0100
  • 276df76979 Fix Transform mirroring entity yaw incorrectly chylex 2021-01-02 22:23:18 +0100
  • 14788dd9ad Fix invisible bottom layer in Jar o' Dust when placed on transparent block chylex 2020-12-31 21:25:57 +0100
  • 5b69abf29e Make Jar o' Dust layers more visible & add dust compression effect chylex 2020-12-31 21:25:28 +0100
  • dd6f4fa4d1 Implement Jar o' Dust generation in Tomb Dungeon chylex 2020-12-30 13:16:02 +0100
  • 414b11aa0d Implement Undread spawning in Forgotten Tombs chylex 2020-12-30 00:11:12 +0100
  • 14fbcac4e0 Make Undreads avoid unsupported Dusty Stone when not in aggro chylex 2020-12-29 21:36:22 +0100
  • 3e0aedc039 Add entity ground navigator that supports custom node processors chylex 2020-12-29 21:33:38 +0100
  • 20c21f9afa Fix overriding wrong overload of getBlockPathWeight in entities chylex 2020-12-29 19:49:45 +0100
  • f4fac58b32 Add special handler for entities colliding with full blocks instead of making collision boxes slightly shorter chylex 2020-12-29 17:21:29 +0100
  • f21a4fbf3f Replace broken EntitySelector.inDimension chylex 2020-12-29 17:24:36 +0100
  • c9ad94bcb4 Fix portal rendering in fog chylex 2020-12-29 15:11:14 +0100
  • 1a11754bad Reformat code chylex 2020-12-25 02:05:52 +0100
  • 421cadb545 Fix IntelliJ folder exclusions in build.gradle chylex 2020-12-25 00:05:27 +0100
  • 596042b255 Work on Forgotten Tombs environment (dust particles, Grave Dirt sounds) chylex 2020-12-19 13:41:29 +0100
  • f4bfd0f8e3 Add IntColor properties for RGBA as floats chylex 2020-12-20 15:43:17 +0100
  • 373087e33c Fix debug mode not removing territory fog chylex 2020-12-19 12:57:07 +0100
  • a46524e518 Finalize The Hub environment chylex 2020-12-19 12:40:50 +0100
  • ecd48ec345 Address a few technical TODOs and tweak code chylex 2020-12-15 20:27:39 +0100
  • 8c21bcad67 Partially fix rendering issues with lightmaps and fog after updating from 1.14 chylex 2020-12-12 13:01:31 +0100
  • 7b54a8885a IntelliJ folder exclusions are fucked... chylex 2020-12-11 16:51:00 +0100
  • e587f212eb Refactor Vec3d uses to simplify eventual 1.16 transition chylex 2020-12-08 03:15:50 +0100
  • f091eb20b2 [WIP] Update to Minecraft 1.16.4 (not worth it yet) 1.16 chylex 2020-11-23 00:37:05 +0100
  • 7957655ed1 Update IDEA project settings chylex 2020-11-22 23:28:07 +0100
  • 69e59992dc Address several TODOs (entity replacement, anvil repair, vanilla resources) chylex 2020-11-22 23:15:15 +0100
  • 465728fdd5 Add debug command to check and manipulate instability chylex 2020-11-22 19:58:02 +0100
  • efe56e0ebc Fix Ender Eye spawn rotation chylex 2020-11-22 04:50:38 +0100