Replace deprecated invsize[] with size[]

This commit is contained in:
SmallJoker
2018-07-19 14:36:21 +02:00
parent 41f175986d
commit fb93388f06
5 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ minetest.register_craft({
local workshop_demand = {5000, 3500, 2000}
local workshop_formspec =
"invsize[8,9;]"..
"size[8,9;]"..
"list[current_name;src;3,1;1,1;]"..
"label[0,0;"..S("%s Tool Workshop"):format("MV").."]"..
"list[current_name;upgrade1;1,3;1,1;]"..