Commit Graph

1283 Commits

Author SHA1 Message Date
chylex c02078074b Add base class for Table Core items 2020-02-27 16:47:27 +01:00
chylex 9c82e4db2a Add Experience Table 2020-02-27 13:17:47 +01:00
chylex cd2a480ab8 Redesign Table Pedestal comparator output 2020-02-27 09:26:12 +01:00
chylex b2cd3f604f Add custom Bottle o' Enchanting w/ special Table Pedestal stacking behavior 2020-02-27 08:45:02 +01:00
chylex 77c9023d69 Replace uses of stupid Inventory.addItem with implementation that checks NBT 2020-02-27 07:37:18 +01:00
chylex 9a0ebf51eb Fix empty Jar o' Dust rendering 2020-02-26 14:43:41 +01:00
chylex 7de1d6cba9 Work on Tables (supporting item, Pedestal logic & color tweaks) 2020-02-26 14:43:16 +01:00
chylex 412ed53da3 Add WIP Banishment status effect 2020-02-26 08:39:15 +01:00
chylex ffada411d0 Fix broken Fermented Spider Eye brewing modifier 2020-02-25 23:56:07 +01:00
chylex 0a4e74670a Replace PotionBase by moving constants and tweaking constructors 2020-02-25 15:39:58 +01:00
chylex f8540e89b0 Add Corruption status effect 2020-02-25 15:17:40 +01:00
chylex caee859fff Fix a few language key issues 2020-02-25 11:16:24 +01:00
chylex 5e37c08559 Reorganize potion types to avoid circular references 2020-02-25 10:53:04 +01:00
chylex 53b2832605 Fix compile error in Territory_ForgottenTombs & unused import in EntityProjectileEnderPearl 2020-02-25 07:08:55 +01:00
chylex c65de1cbeb Work around 1.14 freeze when replacing an entity after loading an old world 2020-02-25 07:04:46 +01:00
chylex 99824b84b7 Remove server-side debug init, banner texture testing, and coremod debug print 2020-02-25 07:04:45 +01:00
chylex 3cccf245b0 Update build.gradle, add IJ files to gitignore, and begone daemon 2020-02-25 06:57:15 +01:00
chylex 12f63e69e7 Add a few utilities to IBlockPicker (thenApplying function, thenSetting property) 2020-02-14 19:41:30 +01:00
chylex ca1ee7d203 Fix structure bugs (TE triggers, Chest mirroring, Stronghold Library stairs) 2020-02-14 18:11:11 +01:00
chylex 2a21ccdb5d Register custom argument types to support dedicated servers 2020-02-14 15:59:36 +01:00
chylex 68c4b9bf6b Fix client side generating The Hub when asking for spawn point 2020-02-14 14:21:39 +01:00
chylex e0d46e4d1d Fix worldgen causing block drops & vanilla stairs mirror bug 2020-02-11 15:47:53 +01:00
chylex c9fc3a1ac0 Minor refactoring & piece validation in structure builders 2020-02-11 12:02:57 +01:00
chylex 39c5eaef4b Reimplement Stronghold & Energy Shrine generation using technical entity 2020-02-08 02:44:16 +01:00
chylex 42e97b0ee9 Fix Item and model events causing dedicated server crash 2020-02-07 12:31:04 +01:00
chylex e3563a99e7 Replace debug window title w/ CustomWindowTitle & push eula txt 2020-02-07 11:45:35 +01:00
chylex e294af9973 Fix broken BlobPopulatorFill & EnergyClusterStructureTrigger after 1.14 update 2020-02-07 10:57:30 +01:00
chylex cc1964711f Add player parameter to TerritoryRenderer setup & tick methods 2020-02-06 21:31:46 +01:00
chylex 41aa0b6695 Update Forge version, mappings, and IntelliJ settings 2020-01-23 03:49:45 +01:00
chylex f0b9da84be Continue working on TODOs and fixing bugs 2020-01-23 03:25:46 +01:00
chylex 642e388035 Implement Loot Chest loot tables & add commands 2020-01-23 03:19:52 +01:00
chylex 1e24978088 Make Jar o' Dust a fast TESR & implement dust rendering in item model 2020-01-22 04:28:42 +01:00
chylex 5e1a7f3586 Add debug utilities (scaffoldings, gamemodes, coremod instructions) 2020-01-21 11:06:08 +01:00
chylex ab158eabb4 Make vanilla TNT destroy blocks & update ExplosionBuilder 2020-01-21 09:23:05 +01:00
chylex dbe9b8bf2f Continue updating and fixing bugs 2020-01-21 08:30:41 +01:00
chylex 8d6889cf03 Update structure palettes & fix block states 2020-01-20 15:03:40 +01:00
chylex 3c2a7cb0d1 Work on updating & fixing worldgen, update Dispersed Cluster generator 2020-01-20 15:00:17 +01:00
chylex 601d5a449b Fix custom fluids 2020-01-19 18:53:14 +01:00
chylex 1de1935aea Improve block map colors 2020-01-19 15:26:05 +01:00
chylex f1a9eb1230 Continue fixing and updating code 2020-01-19 15:22:36 +01:00
chylex c004d2fa41 Replace pause/resumeParticles with a coremod 2020-01-17 14:18:56 +01:00
chylex 3377172c81 Add a makeshift client command system & update client commands 2020-01-17 12:19:41 +01:00
chylex b350ae059a Fix item tooltip colors 2020-01-15 04:06:27 +01:00
chylex ebaa4d7ba4 Update containers & fix bugs w/ Shulker Boxes and Portal Tokens 2020-01-15 02:52:01 +01:00
chylex d704aa8d8b Update server commands 2020-01-14 22:05:06 +01:00
chylex 6b59906119 Update command system (except client commands) 2020-01-14 22:04:54 +01:00
chylex 226490bcf8 Work on update TODOs and fixes 2020-01-14 21:45:16 +01:00
chylex 46e3f7d635 Add block and item tags 2020-01-13 00:20:50 +01:00
chylex d3bde471fd Update transformers (peaceful despawn, Chorus Flower) & turn Chorus Plant override into transformer 2020-01-12 18:00:42 +01:00
chylex fb5cd9d104 Implement new coremod utilities 2020-01-12 17:55:53 +01:00