Skip to content

Commit

Permalink
Add correct front texture to cart texture (#2720)
Browse files Browse the repository at this point in the history
  • Loading branch information
An0n3m0us committed Jul 24, 2020
1 parent e193f9f commit 12f75ab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/carts/cart_entity.lua
Expand Up @@ -390,7 +390,7 @@ minetest.register_entity("carts:cart", cart_entity)
minetest.register_craftitem("carts:cart", {
description = S("Cart") .. "\n" .. S("(Sneak+Click to pick up)"),
inventory_image = minetest.inventorycube("carts_cart_top.png", "carts_cart_front.png", "carts_cart_side.png"),
wield_image = "carts_cart_side.png",
wield_image = "carts_cart_front.png",
on_place = function(itemstack, placer, pointed_thing)
local under = pointed_thing.under
local node = minetest.get_node(under)
Expand Down
Binary file modified mods/carts/models/carts_cart.b3d
Binary file not shown.
Binary file modified mods/carts/models/carts_cart.blend
Binary file not shown.
Binary file modified mods/carts/textures/carts_cart.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12f75ab

Please sign in to comment.