forked from thunderdog1138/star_wars
Update 'mods/boats/init.lua'
This commit is contained in:
parent
27903ea985
commit
30d9ee4041
|
@ -36,7 +36,7 @@ local boat = {
|
|||
collisionbox = {-0.5, -0.35, -0.5, 0.5, 0.3, 0.5},
|
||||
visual = "mesh",
|
||||
mesh = "boats_boat.obj",
|
||||
textures = {"default_wood.png"},
|
||||
textures = {"jogan_wood.png"},
|
||||
},
|
||||
|
||||
driver = nil,
|
||||
|
@ -238,8 +238,8 @@ minetest.register_entity("boats:boat", boat)
|
|||
|
||||
minetest.register_craftitem("boats:boat", {
|
||||
description = S("Boat"),
|
||||
inventory_image = "boats_inventory.png",
|
||||
wield_image = "boats_wield.png",
|
||||
inventory_image = "boat_inventory.png",
|
||||
wield_image = "boat_wield.png",
|
||||
wield_scale = {x = 2, y = 2, z = 1},
|
||||
liquids_pointable = true,
|
||||
groups = {flammable = 2},
|
||||
|
|
Loading…
Reference in New Issue