Files
SysAdmin 8b83e324f0
All checks were successful
Deploy Addons / deploy (push) Successful in 13s
feat(camping): add craftable tent and hammock addon
Tent pitches over a 2x3 flat footprint and lets players skip to dawn
without touching their spawn point. Hammock strings between two posts
3-6 blocks apart (straight or diagonal, +/-1 block height) and keeps
hostile mobs at bay while occupied. Both are craftable (wool/sticks and
wool/string) and mounted in all four worlds.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 23:10:21 +01:00

15 lines
304 B
JSON

{
"resource_pack_name": "camping_supplies_RP",
"texture_name": "atlas.terrain",
"padding": 8,
"num_mip_levels": 4,
"texture_data": {
"tent_canvas": {
"textures": "textures/blocks/tent_canvas"
},
"hammock_cloth": {
"textures": "textures/blocks/hammock_cloth"
}
}
}