Closed trulyno closed 1 month ago
1.4
1.20.1
EMI
Singleplayer
Yes
Star technology 1.20.1 test build(non-public, same mods as 1.19.2 version), Monifactory 0.8.0/0.8.1
.itemOutputs(Item.of('kubejs:lv_upgrade_kit', '{AugmentData:{BaseMod:4.0f,Type:"Upgrade"}}')) should give the item with the NBT data attached.
.itemOutputs(Item.of('kubejs:lv_upgrade_kit', '{AugmentData:{BaseMod:4.0f,Type:"Upgrade"}}'))
The item is ouputed with no NBT data attached
The default NBT data of the item is being kept(ex. default Thermal Series augment) instead of it being overwritten.
fucking hell, these bots.
Checked for existing issues
Tested latest version
GregTech CEu Version
1.4
Minecraft Version
1.20.1
Recipe Viewer Installed
EMI
Environment
Singleplayer
Cross-Mod Interaction
Yes
Other Installed Mods
Star technology 1.20.1 test build(non-public, same mods as 1.19.2 version), Monifactory 0.8.0/0.8.1
Expected Behavior
.itemOutputs(Item.of('kubejs:lv_upgrade_kit', '{AugmentData:{BaseMod:4.0f,Type:"Upgrade"}}'))
should give the item with the NBT data attached.Actual Behavior
The item is ouputed with no NBT data attached
Steps to Reproduce
Additional Information
The default NBT data of the item is being kept(ex. default Thermal Series augment) instead of it being overwritten.