master
ExeVirus 2021-01-02 12:44:41 -05:00
parent d1f2ca3e01
commit 2bd322a352
4 changed files with 4255 additions and 10875 deletions

1
data/city_gibbet.box Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -121,8 +121,18 @@ node_definition ={
groups = { oddly_breakable_by_hand=2 },
}
autobox.register_node("adventure_pack_1:cart_goods","cart_goods.box",node_definition,true)
-- cart_goods
-- city_gibbet
node_definition ={
description = "adventure_pack_1:city_gibbet",
drawtype = "mesh",
mesh = "city_gibbet.obj",
sunlight_propagates = true,
paramtype2 = "facedir",
tiles = {"city_gibbet.jpg"},
groups = { oddly_breakable_by_hand=2 },
}
autobox.register_node("adventure_pack_1:city_gibbet","city_gibbet.box",node_definition,true)
-- city_gibbet_filled
-- covered_cart
node_definition ={

BIN
textures/city_gibbet.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB