Add storable indication in core database (#1124)

* Add storable in core indication in core database

* Add corestorable text

* French translation of corestorable
This commit is contained in:
matheod
2019-11-24 07:35:16 +01:00
committed by Anuken
parent 0dd8267e21
commit dabdd094f9
3 changed files with 5 additions and 0 deletions

View File

@@ -85,6 +85,9 @@ public class ContentDisplay{
table.left().defaults().fillX();
table.add(Core.bundle.format("item.corestorable", item.type == ItemType.material ? Core.bundle.format("yes") : Core.bundle.format("no")));
table.row();
table.add(Core.bundle.format("item.explosiveness", (int)(item.explosiveness * 100)));
table.row();
table.add(Core.bundle.format("item.flammability", (int)(item.flammability * 100)));