Update 'mods/boats/init.lua'

This commit is contained in:
thunderdog1138 2020-07-21 22:43:51 +00:00
parent 27903ea985
commit 30d9ee4041
1 changed files with 3 additions and 3 deletions

View File

@ -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},