(2.0.14) Sublight Engine not installing on fueled rocket
free-muffin opened this issue ยท 2 comments
Do not remove this template, without it your issue will not be considered!
Please fill in the form below:
- Minecraft version: 1.12.2
- Galacticraft version: 4.0.2.280
- GalaxySpace version: 2.0.14
- AsmodeusCore version (for 2.0.1 version and above): 0.0.17
- Side (Single player (SSP), Multiplayer (SMP), or SSP opened to LAN (LAN)): SMP
- Other add-ons:
Description of the issue:
sublight engine will not install on a t6 rocket with fuel in it
Attached log file (or url on pastebin.com):
log shouldn't be necessary for this one, chief
to recreate: grab a t6 rocket, put some fuel in it, then try to install a sublight engine via the modification table
Bumping this issue, this still exists now as of May 24, 2024.
I made a crafting recipe with CraftTweaker to fix this issue for the time being:
recipes.addShapeless("galaxyspace/rocket_tier_6/sublight", <galaxyspace:rocket_tier_6>.withTag({sublight_engine: 1 as byte, modification_count: 0}), [<galaxyspace:rocket_tier_6:*>.marked("rocket"),<galaxyspace:rocket_modules:6>],
function(out, ins, cInfo){
return ins.rocket.updateTag({sublight_engine: 1 as byte, modification_count: 0});
},null);