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
8b289283e9 Update TileEntityBase to use the new BlockPos extensions and constants 2018-09-03 00:14:29 +02:00
3b64d64ce4 Add BlockPos extensions 2018-09-03 00:04:51 +02:00
75905303b4 Add base material and classes for Energy Clusters 2018-09-02 14:03:31 +02:00
0d21e12ad0 Minor refactorings (block materials, exception messages, math extension use) 2018-08-29 16:18:53 +02:00
bf85417659 Move from Trove to fastutil 2018-08-29 07:25:54 +02:00
c7cc9b762a Add TileEntityBase with simple NBT synchronization 2018-08-29 06:59:30 +02:00
52bd97a96d Add setEnum/getEnum to NBT extensions 2018-08-29 06:56:54 +02:00
da17bda84d Add color utilities (RGB & HCL/CIELCH conversion) 2018-08-29 06:38:12 +02:00
cac8a624ae Add a custom material builder & some basic materials 2018-08-28 05:07:32 +02:00
4e9fba3d1c Fix explosion resistance in BlockSimple not matching vanilla values 2018-08-28 04:00:53 +02:00
3ec3714978 Add NBT extensions for ItemStacks and lists w/ unit tests 2018-08-28 03:06:07 +02:00
bd2f643740 Add JUnit reference & update run configurations 2018-08-27 19:34:41 +02:00
c5811a1816 Add an update WIP extension methods (Math, EnumFacing) 2018-08-27 18:36:02 +02:00
5ed9954360 Optimize PNG files 2018-08-26 21:19:30 +02:00
2582e0b3ac Register item models automatically because I can't be bothered 2018-08-26 21:07:35 +02:00
2d17bfbf9a Update build.gradle (kotlin version & minor tweaks) 2018-08-26 20:23:08 +02:00
a308f0d66f Add Stone Brick Wall w/ recipe 2018-08-26 17:16:53 +02:00
238ad265b9 Add recipes for Gloomrock 2018-08-26 16:34:38 +02:00
f3bfa5cc88 Add ModRecipes 2018-08-26 15:58:41 +02:00
99acb1e5ca Ensure block and item order in creative tab 2018-08-26 15:43:18 +02:00
7db613f2b7 Add Gloomrock & variations 2018-08-26 14:53:07 +02:00
b3ecb70643 Add a base class and json generator for stairs 2018-08-26 14:30:34 +02:00
8df0ac29ee Fix error in BlockSlabCustom & use the property builder 2018-08-26 14:00:35 +02:00
556870311d Prepare block and model registration code w/ property builder 2018-08-26 13:55:39 +02:00
1cbf8730e4 Add a base class and json generator for slabs 2018-08-26 11:56:02 +02:00
df1995428e Add scripts to simplify block and item json generation 2018-08-25 18:30:41 +02:00
9d87e196ba Add a recipe for Alteration Nexus 2018-08-25 15:54:07 +02:00
05d9de3ff5 Add a few resource items & update creative tab icon
Items: Ethereum, Ancient Dust, Alteration Nexus
2018-08-25 15:45:13 +02:00
51eb529157 Prepare item and model registration code 2018-08-25 15:18:41 +02:00
2d7d9f182a Add a creative tab 2018-08-25 14:19:36 +02:00
7fb26db4f4 Refactor ModConfig for better categorization of options 2018-03-25 18:25:40 +02:00
9605219761 Add a WIP client command '/hee version' 2018-03-25 17:21:52 +02:00
47d00e2c91 Add a debug command '/hee testworld' 2018-03-24 09:56:20 +01:00
52018f3c53 Add registry handlers for blocks, items, and entities 2018-03-24 09:44:53 +01:00
890850763b Move ModPackets and make it safer 2018-03-24 07:20:53 +01:00
c6ded167cd Add a networking system 2018-03-23 17:36:10 +01:00
1f878d8edb Add import exclusion rules and fix warnings 2018-03-22 11:17:30 +01:00
5a5e347de0 Cleanup code and formatting of help command 2018-03-22 09:52:03 +01:00
1893f1bd94 Implement an interactive help command 2018-03-22 07:34:19 +01:00
05d8c21227 Add a subcommand system and support for debug-only commands 2018-03-21 05:19:48 +01:00
dd22239f1c Add a basic client/server command system 2018-03-21 01:38:10 +01:00
15f7f78d69 Add debug mode triggered by a custom VM argument 2018-03-20 23:59:17 +01:00
27c6d533f0 Push run configurations 2018-03-20 23:32:10 +01:00
28e897cdfd Update annotation settings 2018-03-20 23:03:37 +01:00
7be4cff5ef Add a basic proxy object 2018-03-20 21:09:10 +01:00
074ba8e881 Add extension methods for Random 2018-03-20 09:21:00 +01:00
cedb89d3c2 Store version in main class and add a network check 2018-03-20 08:27:16 +01:00
2227eee3dd Fix Kotlin to target JVM 1.8 and ignore NetworkCheckHandler warnings 2018-03-17 20:35:29 +01:00
d15538aaa6 Merge branch 'master' of https://github.com/chylex/Hardcore-Ender-Expansion-2 2018-03-15 22:53:16 +01:00
d9c6f75dcb Add a test config file 2018-03-15 22:18:58 +01:00