NO, YOU DON'T NEED TO EDIT OTB
the simplest thing ever:
<attribute key="containerSize" value="20" />
<attribute key="slotType" value="backpack" />
No, you don't. Writables, like the label, are also configurable via items.xml. OTB is just for thinks like if it blocks walking, if it's movable, pickupable etc. mainly hardcoded stuff.I already did this. the war backpack is thinking its a label. I think i need to edit the OTB.. fml
you need to remove the writable attribute first...I already did this. the war backpack is thinking its a label. I think i need to edit the OTB.. fml
<item id="23816" article="a" name="Endless Backpack">
<attribute key="weight" value="1000" />
<attribute key="containerSize" value="40" />
<attribute key="slotType" value="backpack" />
<attribute key="description" value="The GODS have given this backpack significant more space." />
</item>
You could at least change the article to "an" don't be lazy xD
But yeah, pretty sure OTB edit is needed. Maybe if you open an issue on the git, Mark will do something about it![]()