All public logs

Combined display of all available logs of Parallel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:47, 19 May 2022 Diamondback88 talk contribs created page Module:InventorySlot (Created page with "-- Based on work by the MC wiki: https://minecraft.gamepedia.com/ local UISlot = {} local sprite = require(Module:Sprite) local Sprites = { minecraft = sprite:new("inventory"), gm4 = sprite:new("gm4"), effect = sprite:new("effect"), trophy = sprite:new("trophy"), gm4RP = sprite:new("gm4RP") } function UISlot:new(item, large) o = {} setmetatable(o, {__index = self}) o:SetItem(item) o.__large = large return o end -- Sets the item of this UISlot. If 'raw h...")