Skip to content

Commit 12f75ab

Browse files
authoredJul 24, 2020
Add correct front texture to cart texture (#2720)
1 parent e193f9f commit 12f75ab

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
 

‎mods/carts/cart_entity.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ minetest.register_entity("carts:cart", cart_entity)
390390
minetest.register_craftitem("carts:cart", {
391391
description = S("Cart") .. "\n" .. S("(Sneak+Click to pick up)"),
392392
inventory_image = minetest.inventorycube("carts_cart_top.png", "carts_cart_front.png", "carts_cart_side.png"),
393-
wield_image = "carts_cart_side.png",
393+
wield_image = "carts_cart_front.png",
394394
on_place = function(itemstack, placer, pointed_thing)
395395
local under = pointed_thing.under
396396
local node = minetest.get_node(under)

‎mods/carts/models/carts_cart.b3d

-621 Bytes
Binary file not shown.

‎mods/carts/models/carts_cart.blend

-53.1 KB
Binary file not shown.

‎mods/carts/textures/carts_cart.png

122 Bytes
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.