Repair 2x2 crafting grid
This commit is contained in:
parent
8506eb7b2b
commit
c5ae2fdac0
@ -112,7 +112,8 @@ function creative.register_tab(name, title, items)
|
||||
list[current_player;main;4.8,3.6;8,3;8]
|
||||
list[detached:creative_trash;main;4.8,1.5;1,1;]
|
||||
listring[]
|
||||
list[current_player;craft;6.5,0.8;2,2;]
|
||||
list[current_player;craft;6,1;2,1;0]
|
||||
list[current_player;craft;6,2;2,1;3]
|
||||
list[current_player;craftpreview;11,1.5;1,1;]
|
||||
image[9,1.3;1.5,1.5;gui_furnace_arrow_bg.png]
|
||||
image_button[0.2,7;1,0.8;creative_prev_icon.png;creative_prev;]
|
||||
@ -231,4 +232,4 @@ minetest.register_node("creative:crafting_table", {
|
||||
{-0.5, -0.5, -0.5, 0.5, 0.5, 0.5},
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user