mirror of
https://gitlab.com/lunovox/minertrade.git
synced 2025-03-15 05:31:20 +00:00
[change] New format of 'dispensing mschine'.
This commit is contained in:
parent
2376bb969d
commit
f617ce5fbb
1 changed files with 5 additions and 1 deletions
|
@ -125,7 +125,11 @@ end
|
|||
|
||||
local box_format = {
|
||||
type = "fixed",
|
||||
fixed = { {-.5,-.5,-.3125, .5,.5+1/3,.3125} }
|
||||
fixed = {
|
||||
--{-.5,-.5,-.3125, .5,.5+1/3,.3125},
|
||||
{-.5,-.1875,-.3250, .5, .5000,.3000},
|
||||
{-.5,-.5000,-.3000, .5,-.1875,.3000},
|
||||
}
|
||||
}
|
||||
|
||||
minetest.register_node("minertrade:dispensingmachine", {
|
||||
|
|
Loading…
Add table
Reference in a new issue