You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both "Ice & Fire" and "Rats" mobs can be equipped with items that change their model. (For example, dragons can wear armor, and rats can be turned into living carrots.) When Radium is installed, these models do not update correctly. The first item added will update the model, but if that item is removed or if a second item is added, the model does not visually change.
I'll likely crosspost this issue to Citadel, as I'm not sure who is the main culprit.
The instructions below will be for Ice & Fire, as it is quicker to reproduce.
Version Information
Radium [0.12.3+git.50c5c33]
Citadel [2.5.4]
Ice and Fire [2.1.13-1.20.1-beta-4]
Expected Behavior
When dragons are equipped with armor, it should be visible (and it will look like their inventory preview).
Actual Behavior
The first piece of armor is immediately visible. After that, all other armor is invisible, and the first piece of armor cannot be (visually) removed except by closing and reopening the world.
Reproduction Steps
Spawn in and tame a dragon (a spawn egg and Creative Dragon Meal is a quick way to do this).
Shift+right click to access the dragon's inventory.
Equip any piece of Dragon Armor to the dragon.
Unequip the dragon's armor, or equip a different piece of armor to any slot. This will update the inventory preview, but not the actual dragon.
Other Information
This is fixed by setting mixin.entity=false in lithium.properties, but changing any (or all) of the entity sub-settings to false does not fix the issue.
The text was updated successfully, but these errors were encountered:
Both "Ice & Fire" and "Rats" mobs can be equipped with items that change their model. (For example, dragons can wear armor, and rats can be turned into living carrots.) When Radium is installed, these models do not update correctly. The first item added will update the model, but if that item is removed or if a second item is added, the model does not visually change.
I'll likely crosspost this issue to Citadel, as I'm not sure who is the main culprit.
The instructions below will be for Ice & Fire, as it is quicker to reproduce.
Version Information
Expected Behavior
When dragons are equipped with armor, it should be visible (and it will look like their inventory preview).
Actual Behavior
The first piece of armor is immediately visible. After that, all other armor is invisible, and the first piece of armor cannot be (visually) removed except by closing and reopening the world.
Reproduction Steps
Other Information
This is fixed by setting
mixin.entity=false
inlithium.properties
, but changing any (or all) of the entity sub-settings to false does not fix the issue.The text was updated successfully, but these errors were encountered: