|
971d91d83c
|
Add WIP Revitalization Substance (texture & recipe)
|
2019-06-20 11:39:07 +02:00 |
|
|
02eb09edb9
|
Fix worldgen Energy Clusters not being marked as inactive
|
2019-06-20 10:39:58 +02:00 |
|
|
5ee618988b
|
Remove unnecessary event registrations
|
2019-06-20 07:59:59 +02:00 |
|
|
a2424fa904
|
Update Kotlin to 1.3.40
|
2019-06-20 05:47:57 +02:00 |
|
|
4fea9793ec
|
Add Flint and Infernium w/ recipe and special TNT & Creeper behavior
|
2019-06-19 18:31:13 +02:00 |
|
|
35a35968ef
|
Add Eternal Fire
|
2019-06-19 13:28:35 +02:00 |
|
|
5b51adb612
|
Generate territory's default block inside the surrounding void area
|
2019-06-13 05:02:13 +02:00 |
|
|
9ac23a0cdf
|
Work on Forgotten Tombs territory (entrance cave generation & WIP environment)
|
2019-06-11 20:39:53 +02:00 |
|
|
0f0ac01a9d
|
Update generators (fix out of bounds in Blobs & The Hub, validate Ore gen chunk size)
|
2019-06-09 23:07:01 +02:00 |
|
|
7523063bb8
|
Fix territory title sometimes showing before the world loads
|
2019-06-09 23:00:08 +02:00 |
|
|
157d7c6b7d
|
Add debug toggle for territory void & fog
|
2019-06-09 19:43:16 +02:00 |
|
|
15bade1f9a
|
Add debug-only client command for toggles
|
2019-06-09 19:21:30 +02:00 |
|
|
2c75ea6c3b
|
Implement structure mirroring
|
2019-06-09 16:10:44 +02:00 |
|
|
4fb51c7fe1
|
Add Grave Dirt w/ texture, drops, and WIP variations
|
2019-06-08 20:26:47 +02:00 |
|
|
886b266051
|
Add loot pool roll type that uses Random.nextRounded on the generated float
|
2019-06-08 16:01:37 +02:00 |
|
|
50d6f959f4
|
Tweak biased loot pool roll definition
|
2019-06-08 15:58:50 +02:00 |
|
|
8181f1f366
|
Make Jar o' Dust require a block with solid top under it
|
2019-06-08 11:02:55 +02:00 |
|
|
19c8f9abda
|
Update existing structure code to use updated connection placement code
|
2019-06-07 23:29:12 +02:00 |
|
|
578d8688db
|
Move structure connection placement to IStructurePieceConnectionType
|
2019-06-07 23:28:33 +02:00 |
|
|
98da56e4ad
|
Fix missing block registration for Whitebark & Dusty Stone Brick double slabs
|
2019-06-07 19:35:11 +02:00 |
|
|
40df1eeb5f
|
Add Dusty Stone Brick Stairs & Slab
|
2019-06-07 17:45:06 +02:00 |
|
|
a1742d3a63
|
Update existing structure code to use the new connection system
|
2019-06-07 17:18:52 +02:00 |
|
|
4a22839a10
|
Refactor structure piece connection definition
|
2019-06-07 17:15:06 +02:00 |
|
|
e9d50e5cdf
|
Replace vanilla recipes instead of removing to stop advancement error spam
|
2019-06-07 12:16:15 +02:00 |
|
|
9bc8be9f6c
|
Update existing structure code to use the new interfaces
|
2019-06-06 16:53:58 +02:00 |
|
|
768e117595
|
Redo interfaces for structure pieces to reduce code duplication
|
2019-06-06 16:52:22 +02:00 |
|
|
b4a18fcc86
|
Fix IStructureWorld.placeWalls bug, add IBlockPicker constructor & null structure locator
|
2019-06-06 15:24:49 +02:00 |
|
|
68823d9036
|
Add rotation argument to '/hee structure piecesdev' command
|
2019-06-06 15:23:21 +02:00 |
|
|
504a39b0c3
|
Add territory environment client ticking & void center offset
|
2019-06-05 10:25:29 +02:00 |
|
|
f7d09c17ab
|
Add void factor into debug overlay instead of logging to console
|
2019-06-05 10:18:07 +02:00 |
|
|
592663ea6e
|
Rewrite portal teleportation cooldown to fix relog & double dip bugs
(i.e. instant teleport after relogging, and no teleport after first
teleporting outside a portal)
|
2019-06-04 20:46:41 +02:00 |
|
|
5184a4dcbd
|
Tweak Portal Token texture & fix wrong color order
|
2019-06-04 18:17:52 +02:00 |
|
|
dcb743e198
|
Add a WIP command to spawn Portal Tokens
|
2019-06-04 16:19:59 +02:00 |
|
|
cdb77123d5
|
Implement creative mode Portal Token teleportation/generation
|
2019-06-04 16:16:38 +02:00 |
|
|
613c3ba725
|
Fix wrong territory spawn/interest point Y value
|
2019-06-04 16:14:32 +02:00 |
|
|
5886a2027f
|
Add Jar o' Dust w/ special rendering, behavior, and recipes (and a few issues)
|
2019-06-03 08:31:26 +02:00 |
|
|
e1bbff6ec6
|
Update existing code to use the new Tessellator extensions
|
2019-06-03 02:03:31 +02:00 |
|
|
756024f1cf
|
Add Tessellator extensions
|
2019-06-03 02:02:42 +02:00 |
|
|
8f82173f11
|
Add Infused Glass w/ connected texture and recipe
|
2019-06-01 12:18:09 +02:00 |
|
|
b015ebd949
|
Fix Dusty Stone not being harvestable using Scorching Tools
|
2019-06-01 12:12:42 +02:00 |
|
|
e1e119ca46
|
Add interface for blocks w/ multiple harvest tools
|
2019-06-01 12:12:23 +02:00 |
|
|
3a7964a20a
|
Use Map.getValue instead of [key]!!
|
2019-06-01 03:04:27 +02:00 |
|
|
86aabd10bb
|
Refactor burn time handling in ItemIgneousRock
|
2019-06-01 01:57:02 +02:00 |
|
|
3a63b7a724
|
Fix IDE warnings
|
2019-06-01 01:56:28 +02:00 |
|
|
e62cdef24c
|
Remove unnecessary return type declarations
|
2019-06-01 01:55:28 +02:00 |
|
|
e9afad1260
|
Update existing code to use the new Block/IBlockState extensions
|
2019-06-01 01:34:22 +02:00 |
|
|
6cf9966804
|
Add Block & IBlockState extensions
|
2019-06-01 01:27:46 +02:00 |
|
|
347d8db4d2
|
Redo Whitebark Log side texture
|
2019-05-31 23:03:47 +02:00 |
|
|
aa1870e475
|
Add WIP Dusty Stone (assets, drops, recipes)
|
2019-05-31 03:11:02 +02:00 |
|
|
d5def412a8
|
Add Whitebark wood blocks (Log, Bark, Planks, Stairs, Slabs)
|
2019-05-16 02:00:47 +02:00 |
|