diff --git a/mods/boats/init.lua b/mods/boats/init.lua index f9ae8e06..5cca1545 100644 --- a/mods/boats/init.lua +++ b/mods/boats/init.lua @@ -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},