feat: A-frame tent + portal walk-through field + texture polish
All checks were successful
Deploy Addons / deploy (push) Successful in 14s
All checks were successful
Deploy Addons / deploy (push) Successful in 14s
- camping: replace cube tent with A-frame slope panels (tent_panel_l/r) + cardinal_direction permutations; vote-skip sleep that mixes player.isSleeping bed sleepers with tent occupants and respects the playersSleepingPercentage gamerule; new weathered-canvas texture. - lobby: walk-through silverlabs:portal_field block (no collision, translucent swirl, cross-plane geo) auto-placed above each portal frame; invisible silverlabs:portal_label entity floats above each portal with the destination world name; transfer detection now scans down through the field to find the destination frame. - postal: regenerate post_office and mailbox block textures so they fill the full block face (brick + POST plaque, full red panel with slot/latch /flag/rivets) instead of small sprites floating on transparent. - dynamite + tow-boat: ship the addons (volumes wired into all four worlds; enabled_packs registers them into Mya's world). - art: build-textures.py extended; build-art-catalog.py added to project. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
17
dynamite-addon/dynamite_RP/manifest.json
Normal file
17
dynamite-addon/dynamite_RP/manifest.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"format_version": 2,
|
||||
"header": {
|
||||
"name": "Dynamite Resources",
|
||||
"description": "Textures and language for the Dynamite addon.",
|
||||
"uuid": "a18bdde1-53f8-49aa-b06d-6f0ec6c45b46",
|
||||
"version": [1, 0, 0],
|
||||
"min_engine_version": [1, 21, 0]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "resources",
|
||||
"uuid": "587281f2-f159-4ad9-85a6-d20ff4899717",
|
||||
"version": [1, 0, 0]
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
dynamite-addon/dynamite_RP/pack_icon.png
Normal file
BIN
dynamite-addon/dynamite_RP/pack_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 534 B |
6
dynamite-addon/dynamite_RP/texts/en_US.lang
Normal file
6
dynamite-addon/dynamite_RP/texts/en_US.lang
Normal file
@@ -0,0 +1,6 @@
|
||||
item.silverlabs:banger=Banger
|
||||
item.silverlabs:dynamite_stick=Stick of Dynamite
|
||||
item.silverlabs:dynamite_bundle=Bundle of Dynamite
|
||||
entity.silverlabs:thrown_banger.name=Banger
|
||||
entity.silverlabs:thrown_dynamite.name=Dynamite
|
||||
entity.silverlabs:thrown_bundle.name=Dynamite Bundle
|
||||
3
dynamite-addon/dynamite_RP/texts/languages.json
Normal file
3
dynamite-addon/dynamite_RP/texts/languages.json
Normal file
@@ -0,0 +1,3 @@
|
||||
[
|
||||
"en_US"
|
||||
]
|
||||
15
dynamite-addon/dynamite_RP/textures/item_texture.json
Normal file
15
dynamite-addon/dynamite_RP/textures/item_texture.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"resource_pack_name": "dynamite_RP",
|
||||
"texture_name": "atlas.items",
|
||||
"texture_data": {
|
||||
"banger": {
|
||||
"textures": "textures/items/banger"
|
||||
},
|
||||
"dynamite_stick": {
|
||||
"textures": "textures/items/dynamite_stick"
|
||||
},
|
||||
"dynamite_bundle": {
|
||||
"textures": "textures/items/dynamite_bundle"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
dynamite-addon/dynamite_RP/textures/items/banger.png
Normal file
BIN
dynamite-addon/dynamite_RP/textures/items/banger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 B |
BIN
dynamite-addon/dynamite_RP/textures/items/dynamite_bundle.png
Normal file
BIN
dynamite-addon/dynamite_RP/textures/items/dynamite_bundle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 186 B |
BIN
dynamite-addon/dynamite_RP/textures/items/dynamite_stick.png
Normal file
BIN
dynamite-addon/dynamite_RP/textures/items/dynamite_stick.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 196 B |
Reference in New Issue
Block a user