Signed-off-by: yoyosource <yoyosource@nidido.de>
Dieser Commit ist enthalten in:
Ursprung
eda164023f
Commit
19b99ae8a0
@ -128,7 +128,7 @@ public class MaterialCommand extends SWCommand implements Listener {
|
|||||||
lore.add(BauSystem.MESSAGE.parse("MATERIAL_FLAMMABLE", p));
|
lore.add(BauSystem.MESSAGE.parse("MATERIAL_FLAMMABLE", p));
|
||||||
}
|
}
|
||||||
if (waterloggable) {
|
if (waterloggable) {
|
||||||
lore.add(BauSystem.MESSAGE.parse("MATERIAL_WATTERLOGGABLE", p));
|
lore.add(BauSystem.MESSAGE.parse("MATERIAL_WATERLOGGABLE", p));
|
||||||
}
|
}
|
||||||
return new SWListInv.SWListEntry<>(new SWItem(material, "§e" + name, lore, false, clickType -> {
|
return new SWListInv.SWListEntry<>(new SWItem(material, "§e" + name, lore, false, clickType -> {
|
||||||
}), originalMaterial);
|
}), originalMaterial);
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren