multiMiner

This commit is contained in:
kepler155c@gmail.com
2019-01-16 10:26:33 -05:00
parent f2f03b4cd3
commit dc200f95f5
2 changed files with 88 additions and 43 deletions

View File

@@ -165,6 +165,10 @@ function itemDB:add(baseItem)
nItem.displayName = nItem.displayName .. ': ' .. baseItem.media.recordTitle
end
-- turtles / computers / etc
elseif baseItem.computer then
nItem.displayName = baseItem.computer.label or baseItem.displayName
-- potions
elseif nItem.name == 'minecraft:potion' or nItem.name == 'minecraft:lingering_potion' then
if baseItem.effects then