feat(camping): add craftable tent and hammock addon
All checks were successful
Deploy Addons / deploy (push) Successful in 13s
All checks were successful
Deploy Addons / deploy (push) Successful in 13s
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>
This commit is contained in:
23
camping-supplies-addon/camping_supplies_BP/recipes/tent.json
Normal file
23
camping-supplies-addon/camping_supplies_BP/recipes/tent.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"format_version": "1.21.0",
|
||||
"minecraft:recipe_shaped": {
|
||||
"description": {
|
||||
"identifier": "silverlabs:tent_recipe"
|
||||
},
|
||||
"tags": ["crafting_table"],
|
||||
"unlock": { "context": "AlwaysUnlocked" },
|
||||
"pattern": [
|
||||
" W ",
|
||||
"WWW",
|
||||
"S S"
|
||||
],
|
||||
"key": {
|
||||
"W": { "item": "minecraft:white_wool" },
|
||||
"S": { "item": "minecraft:stick" }
|
||||
},
|
||||
"result": {
|
||||
"item": "silverlabs:tent",
|
||||
"count": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user