LootBags

LootBags

31M Downloads

Lootbags Causes Advanced Rocketry to Have Missing textures

HorizonsMC opened this issue ยท 2 comments

commented

If you use this mod it causes Libvulpes and Advanced Rocketry textures to glitch out.

commented

Taking a look at it, it appears that Libvulpes/Advance Rocketry is doing some wonky stuff with their rendering code, case in point:
[13:17:56] [main/WARN]: =============================================================
[13:17:56] [main/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[13:17:56] [main/WARN]: Offender: zmaster587/advancedRocketry/client/render/entity/RenderPlanetUIEntity.()V
[13:17:56] [main/WARN]: Use FMLCommonHandler.exitJava instead
[13:17:56] [main/WARN]: =============================================================
[13:17:57] [main/WARN]: =============================================================
[13:17:57] [main/WARN]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
[13:17:57] [main/WARN]: Offender: zmaster587/advancedRocketry/client/render/entity/RenderElevatorCapsule.()V
[13:17:57] [main/WARN]: Use FMLCommonHandler.exitJava instead
[13:17:57] [main/WARN]: =============================================================

or

[13:18:07] [main/WARN]: Texture advancedrocketry:textures/items/sawbladeassembly.png with size 274x274 will have visual artifacts at mip level 4, it can only support level 1. Please report to the mod author that the texture should be some multiple of 16x16.

or

[13:18:11] [main/ERROR]: Exception loading model for variant advancedrocketry:astrobed#facing=north,occupied=true,part=head
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model advancedrocketry:astrobed#facing=north,occupied=true,part=head with loader VariantLoader.INSTANCE, skipping

all from the log of running without Lootbags.
With Lootbags, it throws this as well:

[13:20:14] [main/ERROR] [FML]: Exception loading model for variant advancedrocketry:oxygenfluid#inventory for item "lootbags:itemlootbag", normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model advancedrocketry:item/oxygenfluid with loader VanillaLoader.INSTANCE, skipping

which is what I think is breaking the textures.
I doubt I could fix it on my end without breaking how I'm setting up my bag model and texture files and since this is clearly breaking every texture in Advanced Rocketry (and the vanilla bed for some reason), it's something they need to handle. Looking at their issue tracker, this is clearly not a problem isolated to me either, there are several open issues with similar problems, all opened before I even released the 1.12.2 version.

commented

Potentially resolved on my end in 2.5.4