XevianLight
|
01d3c133e1
|
Basic crude GUI implementation for StationFlightComputerBlock
|
2026-04-26 16:03:58 -06:00 |
|
XevianLight
|
903c7f7d17
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/main/java/net/xevianlight/aphelion/block/custom/StationFlightComputerBlock.java
# src/main/java/net/xevianlight/aphelion/block/entity/custom/StationFlightComputerBlockEntity.java
# src/main/java/net/xevianlight/aphelion/block/entity/custom/StationRocketEngineBlockEntity.java
# src/main/java/net/xevianlight/aphelion/client/AphelionDebugOverlay.java
# src/main/java/net/xevianlight/aphelion/core/saveddata/types/PartitionData.java
# src/main/java/net/xevianlight/aphelion/planet/Planet.java
# src/main/java/net/xevianlight/aphelion/planet/PlanetCache.java
|
2026-04-09 16:19:00 -06:00 |
|
XevianLight
|
302acaaa18
|
More partition and station backend
|
2026-04-09 16:17:19 -06:00 |
|
XevianLight
|
341ed8a17d
|
Basic StationRocketEngineBlock functionality. StationFlightComputerBlock simply sets traveling to true. Rocket crash fixes. TEST
|
2026-03-28 20:23:40 -06:00 |
|
XevianLight
|
2496e0cdd5
|
Basic StationRocketEngineBlock functionality. StationFlightComputerBlock simply sets traveling to true. Rocket crash fixes,
|
2026-03-28 19:56:15 -06:00 |
|
XevianLight
|
0f4b98a912
|
More stuff for stations. Cleanup.
|
2026-02-22 00:36:48 -07:00 |
|
XevianLight
|
018886768e
|
Rockets now support inventories. Fixed pad underside textures.
|
2026-02-08 22:23:29 -07:00 |
|
XevianLight
|
bc8bb4ee05
|
PartitionData stuff
|
2026-02-08 17:03:11 -07:00 |
|
XevianLight
|
ff08a51540
|
RocketEntity.disassemble and dupe fixes. Fixed VAF menu not appearing.
|
2026-02-08 02:01:14 -07:00 |
|
XevianLight
|
c0daaf2cfa
|
RocketAssembler now creates rockets!
|
2026-02-08 00:00:51 -07:00 |
|
XevianLight
|
af1efb5c57
|
Rocket assembler block bounds calculation and debug renderer
|
2026-02-07 16:38:46 -07:00 |
|
XevianLight
|
9d186a0dd5
|
Things n stuff
|
2026-02-04 22:01:46 -07:00 |
|
XevianLight
|
3557dcdb17
|
Converted EnvironmentData and GravityData to records cause we never need to modify them
|
2026-02-04 19:13:15 -07:00 |
|
XevianLight
|
bf09330426
|
Create test.txt
|
2026-02-04 11:35:27 -07:00 |
|
TechnoDraconic
|
3b5d10f414
|
made envData nonstatic again
|
2026-02-04 09:26:29 -08:00 |
|
XevianLight
|
331da7c78f
|
Gravity data
|
2026-02-03 23:35:41 -07:00 |
|
XevianLight
|
74731444ea
|
Merge remote-tracking branch 'origin/master'
|
2026-02-03 20:03:40 -07:00 |
|
XevianLight
|
df344034a6
|
BasicEntityBlock and TickableBlockEntity added to simplify block entity creation
|
2026-02-03 20:00:52 -07:00 |
|
TechnoDraconic
|
84000f31fd
|
Added oxygen damage and an oxygen damage source
|
2026-02-02 09:29:16 -08:00 |
|
XevianLight
|
012985441f
|
Debug rendering for oxygen (VERY LAGGY BUT WORKS)
|
2026-01-30 21:46:13 -07:00 |
|
XevianLight
|
cc93d2fb42
|
More EnvironmentSavedData stuff
|
2026-01-29 23:42:33 -07:00 |
|
XevianLight
|
2f0c499fdf
|
Merge branch 'refs/heads/oxygen-system'
|
2026-01-29 23:12:15 -07:00 |
|
TechnoDraconic
|
a1a24b8506
|
giga optimized floodfill
|
2026-01-29 21:50:07 -08:00 |
|
XevianLight
|
9b030d8c9d
|
Merge branch 'oxygen-system'
# Conflicts:
# src/generated/resources/.cache/59eb3dbb5f86130e09b3c62d89b9525ee01cf52d
# src/generated/resources/.cache/a8139181fab9cfd94e67697230cbaca839a05e1f
# src/main/java/net/xevianlight/aphelion/core/init/ModItems.java
|
2026-01-29 21:49:08 -07:00 |
|
XevianLight
|
b012528247
|
Environment Data saving and Floodfill. Added additional data to PartitionPayload and PartitionData for later
|
2026-01-29 21:43:18 -07:00 |
|
TechnoDraconic
|
351e1a806a
|
quick fixes
|
2026-01-28 17:55:11 -08:00 |
|
TechnoDraconic
|
b41741d578
|
added oxygen test block
|
2026-01-28 16:52:49 -08:00 |
|
XevianLight
|
f3bd3f891a
|
Rocket landing pad block. Added comments. Adjusted rocket values
|
2026-01-26 21:31:03 -07:00 |
|
XevianLight
|
5e512cae1c
|
RocketEntites can now launch to a specified dimension and position. Added /aphelion rocket (entity) destination, launch, and launchTo
|
2026-01-25 19:56:43 -07:00 |
|
XevianLight
|
59062724ff
|
RocketEntity added. Uses RocketRenderer and RocketStructure to render blocks. RocketStructure supports volumes up to 128^3.
|
2026-01-24 21:24:20 -07:00 |
|
XevianLight
|
5500b78e53
|
Multiblocks now use dummy blocks. BaseMultiblockDummyBlock created for all dummies to extend from.
|
2026-01-20 18:05:35 -07:00 |
|
XevianLight
|
ea998165be
|
Basic framework for vacuum arc furnace multiblock. Moved multiblock methods to MultiblockHelper.
|
2026-01-18 21:06:14 -07:00 |
|
XevianLight
|
557c2761a7
|
Multiblock testing, JEI support, Alloying Recipe type
|
2026-01-17 22:07:49 -07:00 |
|
XevianLight
|
28639dae81
|
Server side partition syncing and packets
|
2026-01-17 13:48:58 -07:00 |
|
XevianLight
|
79f3e2562e
|
Basic development
|
2026-01-16 17:52:01 -07:00 |
|
XevianLight
|
48e5499ad3
|
Basic development
|
2026-01-16 17:51:41 -07:00 |
|
XevianLight
|
b0131011e5
|
Initial commit
|
2026-01-04 17:48:39 -07:00 |
|