forked from VoxeLibre/VoxeLibre
Use Faithful 1.11 minecart inv. image
This commit is contained in:
parent
a9fbdc5e71
commit
1c409dfdc5
|
@ -21,10 +21,6 @@ MIT License
|
||||||
|
|
||||||
Authors of media files:
|
Authors of media files:
|
||||||
-----------------------
|
-----------------------
|
||||||
kddekadenz:
|
|
||||||
cart_bottom.png
|
|
||||||
cart_side.png
|
|
||||||
cart_top.png
|
|
||||||
|
|
||||||
Zeg9:
|
Zeg9:
|
||||||
cart.x
|
cart.x
|
||||||
|
|
|
@ -260,8 +260,8 @@ end
|
||||||
minetest.register_entity("mcl_minecarts:minecart", mcl_minecarts.cart)
|
minetest.register_entity("mcl_minecarts:minecart", mcl_minecarts.cart)
|
||||||
minetest.register_craftitem("mcl_minecarts:minecart", {
|
minetest.register_craftitem("mcl_minecarts:minecart", {
|
||||||
description = "Minecart",
|
description = "Minecart",
|
||||||
inventory_image = minetest.inventorycube("cart_top.png", "cart_side.png", "cart_side.png"),
|
inventory_image = "mcl_minecarts_minecart_normal.png",
|
||||||
wield_image = "cart_side.png",
|
wield_image = "mcl_minecarts_minecart_normal.png",
|
||||||
stack_max = 1,
|
stack_max = 1,
|
||||||
on_place = function(itemstack, placer, pointed_thing)
|
on_place = function(itemstack, placer, pointed_thing)
|
||||||
if not pointed_thing.type == "node" then
|
if not pointed_thing.type == "node" then
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 114 B |
Binary file not shown.
Before Width: | Height: | Size: 147 B |
Binary file not shown.
Before Width: | Height: | Size: 131 B |
Binary file not shown.
After Width: | Height: | Size: 536 B |
Loading…
Reference in New Issue