1
0
鏡像自 https://github.com/D00Med/witchcraft.git 已同步 2025-07-03 00:20:41 +02:00

fix for vessels

此提交包含在:
D00Med
2016-12-31 05:42:25 +10:00
父節點 ef7533976c
當前提交 ceca04813c

查看文件

@ -19,21 +19,7 @@
--changes so that bottles can't stack
minetest.override_item("vessels:glass_bottle", {
description = "Small Bottle (empty)",
drawtype = "plantlike",
tiles = {"vessels_glass_bottle.png"},
inventory_image = "vessels_glass_bottle_inv.png",
wield_image = "vessels_glass_bottle.png",
paramtype = "light",
is_ground_content = false,
walkable = false,
stack_max = 3,
selection_box = {
type = "fixed",
fixed = {-0.25, -0.5, -0.25, 0.25, 0.4, 0.25}
},
groups = {vessel=1,dig_immediate=3,attached_node=1},
sounds = default.node_sound_glass_defaults(),
})
local vessels_shelf_formspec =