RocketEntity added. Uses RocketRenderer and RocketStructure to render blocks. RocketStructure supports volumes up to 128^3.

This commit is contained in:
XevianLight
2026-01-24 21:24:20 -07:00
parent 5500b78e53
commit 59062724ff
29 changed files with 769 additions and 52 deletions

View File

@@ -1,7 +1,8 @@
// 1.21.1 2026-01-18T19:51:57.3558369 Loot Tables
// 1.21.1 2026-01-23T22:32:50.7204827 Loot Tables
69d8318ddba171526d1fabb87d9d93548ed8598e data/aphelion/loot_table/blocks/arc_furnace_casing.json
05f08985e601d30116f67e2f07b48b03b40cdca6 data/aphelion/loot_table/blocks/block_steel.json
ff43a9c3741faf10b1e156a7a74d5cfb035cc118 data/aphelion/loot_table/blocks/dimension_changer.json
b63130d9c10485676303d729807b6fcaac080294 data/aphelion/loot_table/blocks/electric_arc_furnace.json
1ab50c99e9f478840b9d003fd56ebdcab12fbbce data/aphelion/loot_table/blocks/test_block.json
7d8eeb99a1bc942a6e2cf292b21fd4534062b5ab data/aphelion/loot_table/blocks/vacuum_arc_furnace_controller.json
797bf9839d79e08b4832c9eaf3cb303b0471ed0c data/aphelion/loot_table/blocks/vaf_dummy_block.json

View File

@@ -1,5 +1,5 @@
// 1.21.1 2026-01-17T21:22:18.4350515 Tags for minecraft:block mod id aphelion
// 1.21.1 2026-01-23T22:32:50.7214756 Tags for minecraft:block mod id aphelion
058c56a0c17204ed5d9cadaffae84292b4752213 data/c/tags/block/storage_blocks.json
058c56a0c17204ed5d9cadaffae84292b4752213 data/c/tags/block/storage_blocks/steel.json
51e9ab2ffa3ba81700cbaab7f39985bb2ab673fa data/minecraft/tags/block/mineable/pickaxe.json
51e9ab2ffa3ba81700cbaab7f39985bb2ab673fa data/minecraft/tags/block/needs_stone_tool.json
7d420216f15b8f78d2a3b298f9bb773a9e5f79c3 data/minecraft/tags/block/mineable/pickaxe.json
7d420216f15b8f78d2a3b298f9bb773a9e5f79c3 data/minecraft/tags/block/needs_stone_tool.json

View File

@@ -3,6 +3,8 @@
"aphelion:test_block",
"aphelion:electric_arc_furnace",
"aphelion:block_steel",
"aphelion:arc_furnace_casing"
"aphelion:arc_furnace_casing",
"aphelion:vacuum_arc_furnace_controller",
"aphelion:vaf_dummy_block"
]
}

View File

@@ -3,6 +3,8 @@
"aphelion:test_block",
"aphelion:electric_arc_furnace",
"aphelion:block_steel",
"aphelion:arc_furnace_casing"
"aphelion:arc_furnace_casing",
"aphelion:vacuum_arc_furnace_controller",
"aphelion:vaf_dummy_block"
]
}