feat(dynamite): throwable banger/bundle/dynamite entity assets

Entity definitions and projectile textures for the three throwables
(thrown_banger, thrown_bundle, thrown_dynamite). RP version bumped to
1.0.2 and BP→RP dependency aligned in lockstep.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-27 22:00:42 +01:00
parent af9d37462c
commit 6bda72598d
8 changed files with 58 additions and 6 deletions

View File

@@ -4,20 +4,36 @@
"name": "Dynamite", "name": "Dynamite",
"description": "Throwable explosives: bangers, dynamite sticks, and bundles.", "description": "Throwable explosives: bangers, dynamite sticks, and bundles.",
"uuid": "fac83943-16bc-4790-aa05-631894f59a03", "uuid": "fac83943-16bc-4790-aa05-631894f59a03",
"version": [1, 0, 0], "version": [
"min_engine_version": [1, 21, 0] 1,
0,
0
],
"min_engine_version": [
1,
21,
0
]
}, },
"modules": [ "modules": [
{ {
"type": "data", "type": "data",
"uuid": "1354002c-fdd5-4f7e-b89b-f5dd2c38799c", "uuid": "1354002c-fdd5-4f7e-b89b-f5dd2c38799c",
"version": [1, 0, 0] "version": [
1,
0,
0
]
} }
], ],
"dependencies": [ "dependencies": [
{ {
"uuid": "a18bdde1-53f8-49aa-b06d-6f0ec6c45b46", "uuid": "a18bdde1-53f8-49aa-b06d-6f0ec6c45b46",
"version": [1, 0, 0] "version": [
1,
0,
2
]
} }
] ]
} }

View File

@@ -0,0 +1,12 @@
{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "silverlabs:thrown_banger",
"materials": { "default": "entity_alphatest" },
"textures": { "default": "textures/entity/thrown_banger" },
"geometry": { "default": "geometry.snowball" },
"render_controllers": [ "controller.render.snowball" ]
}
}
}

View File

@@ -0,0 +1,12 @@
{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "silverlabs:thrown_bundle",
"materials": { "default": "entity_alphatest" },
"textures": { "default": "textures/entity/thrown_bundle" },
"geometry": { "default": "geometry.snowball" },
"render_controllers": [ "controller.render.snowball" ]
}
}
}

View File

@@ -0,0 +1,12 @@
{
"format_version": "1.10.0",
"minecraft:client_entity": {
"description": {
"identifier": "silverlabs:thrown_dynamite",
"materials": { "default": "entity_alphatest" },
"textures": { "default": "textures/entity/thrown_dynamite" },
"geometry": { "default": "geometry.snowball" },
"render_controllers": [ "controller.render.snowball" ]
}
}
}

View File

@@ -4,14 +4,14 @@
"name": "Dynamite Resources", "name": "Dynamite Resources",
"description": "Textures and language for the Dynamite addon.", "description": "Textures and language for the Dynamite addon.",
"uuid": "a18bdde1-53f8-49aa-b06d-6f0ec6c45b46", "uuid": "a18bdde1-53f8-49aa-b06d-6f0ec6c45b46",
"version": [1, 0, 0], "version": [1, 0, 2],
"min_engine_version": [1, 21, 0] "min_engine_version": [1, 21, 0]
}, },
"modules": [ "modules": [
{ {
"type": "resources", "type": "resources",
"uuid": "587281f2-f159-4ad9-85a6-d20ff4899717", "uuid": "587281f2-f159-4ad9-85a6-d20ff4899717",
"version": [1, 0, 0] "version": [1, 0, 2]
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 544 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B