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

23 Commits

Author SHA1 Message Date
2cb463f0aa Update Kotlin to 1.7.0 2022-06-20 21:48:57 +02:00
2b343108bc Refactor ByteBuf/PacketBuffer extensions 2022-06-20 20:04:11 +02:00
f73bcc6635 Replace ugly FloatRange used in remapRange with separate parameters 2022-06-20 19:17:28 +02:00
5564fc4a24 Implement a component system for items 2021-12-03 11:55:58 +01:00
f0b6fd2fac Fix wrong package 2021-11-04 19:59:54 +01:00
ec76799a67 Address IDE inspections 2021-11-04 17:47:24 +01:00
e73ac4e3d1 Eliminate allocations in remapRange 2021-09-05 13:03:11 +02:00
858fa672ec Optimize segmented world generation (reduce allocations in getState/setState) 2021-09-05 12:59:02 +02:00
77f759e0d0 Optimize segmented world generation (add multi-state segments) 2021-09-05 12:59:02 +02:00
f077f11c32 Add debug screen w/ territory generation benchmarks 2021-09-05 12:59:02 +02:00
e0c3ed6bc3 Move debug utilities to a separate module 2021-09-05 05:57:43 +02:00
f659e5e1c7 Add language datagen 2021-08-20 04:25:15 +02:00
cf752e2bb3 Include block/item overrides in datagen 2021-08-01 19:54:41 +02:00
cb05067529 Add custom entity type interface for automatic property registrations 2021-07-27 01:10:41 +02:00
567cf03403 Add custom tile entity type interface for automatic property registrations 2021-07-25 20:29:43 +02:00
3b4ca6c0b7 Add custom block/item interfaces for automatic property registrations and datagen (properties) 2021-07-24 14:31:45 +02:00
b03a40690e Add custom block/item interfaces for automatic property registrations and datagen (tags) 2021-07-24 14:07:09 +02:00
bb13594c4f Add custom block/item interfaces for automatic property registrations and datagen (block drops) 2021-07-23 19:44:00 +02:00
322b6ba900 Add custom block/item interfaces for automatic property registrations and datagen (block models) 2021-07-23 14:51:36 +02:00
498bf5bbd2 Add custom block/item interfaces for automatic property registrations and datagen (item models) 2021-07-23 10:40:53 +02:00
ea48d98008 Add custom block/item interfaces for automatic property registrations and datagen (render layer) 2021-07-23 10:40:53 +02:00
a0ea885997 Add custom block/item interfaces for automatic property registrations and datagen (colors) 2021-07-23 10:40:53 +02:00
ec103b67d7 Add util module and reorganize classes and packages 2021-07-18 15:57:29 +02:00