Better inventory and wield image

master
PilzAdam 2012-12-16 12:44:20 +01:00
parent 0b98b94844
commit e47d45287d
6 changed files with 3 additions and 2 deletions

View File

@ -129,8 +129,9 @@ minetest.register_entity("boats:boat", boat)
minetest.register_craftitem("boats:boat", {
description = "Boat",
inventory_image = minetest.inventorycube("boat_top.png", "boat_side.png", "boat_side.png"),
wield_image = "boat_side.png",
inventory_image = "boat_inventory.png",
wield_image = "boat_wield.png",
wield_scale = {x=2, y=2, z=1},
liquids_pointable = true,
on_place = function(itemstack, placer, pointed_thing)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 B

BIN
textures/boat_inventory.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 262 B

BIN
textures/boat_wield.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B