[change] New format of 'dispensing mschine'.

This commit is contained in:
Lunovox 2024-11-24 01:20:19 -03:00
parent 2376bb969d
commit f617ce5fbb

View file

@ -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", {