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:
@@ -4,20 +4,36 @@
|
||||
"name": "Dynamite",
|
||||
"description": "Throwable explosives: bangers, dynamite sticks, and bundles.",
|
||||
"uuid": "fac83943-16bc-4790-aa05-631894f59a03",
|
||||
"version": [1, 0, 0],
|
||||
"min_engine_version": [1, 21, 0]
|
||||
"version": [
|
||||
1,
|
||||
0,
|
||||
0
|
||||
],
|
||||
"min_engine_version": [
|
||||
1,
|
||||
21,
|
||||
0
|
||||
]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "data",
|
||||
"uuid": "1354002c-fdd5-4f7e-b89b-f5dd2c38799c",
|
||||
"version": [1, 0, 0]
|
||||
"version": [
|
||||
1,
|
||||
0,
|
||||
0
|
||||
]
|
||||
}
|
||||
],
|
||||
"dependencies": [
|
||||
{
|
||||
"uuid": "a18bdde1-53f8-49aa-b06d-6f0ec6c45b46",
|
||||
"version": [1, 0, 0]
|
||||
"version": [
|
||||
1,
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
12
dynamite-addon/dynamite_RP/entity/thrown_banger.json
Normal file
12
dynamite-addon/dynamite_RP/entity/thrown_banger.json
Normal 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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
12
dynamite-addon/dynamite_RP/entity/thrown_bundle.json
Normal file
12
dynamite-addon/dynamite_RP/entity/thrown_bundle.json
Normal 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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
12
dynamite-addon/dynamite_RP/entity/thrown_dynamite.json
Normal file
12
dynamite-addon/dynamite_RP/entity/thrown_dynamite.json
Normal 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" ]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -4,14 +4,14 @@
|
||||
"name": "Dynamite Resources",
|
||||
"description": "Textures and language for the Dynamite addon.",
|
||||
"uuid": "a18bdde1-53f8-49aa-b06d-6f0ec6c45b46",
|
||||
"version": [1, 0, 0],
|
||||
"version": [1, 0, 2],
|
||||
"min_engine_version": [1, 21, 0]
|
||||
},
|
||||
"modules": [
|
||||
{
|
||||
"type": "resources",
|
||||
"uuid": "587281f2-f159-4ad9-85a6-d20ff4899717",
|
||||
"version": [1, 0, 0]
|
||||
"version": [1, 0, 2]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
BIN
dynamite-addon/dynamite_RP/textures/entity/thrown_banger.png
Normal file
BIN
dynamite-addon/dynamite_RP/textures/entity/thrown_banger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 298 B |
BIN
dynamite-addon/dynamite_RP/textures/entity/thrown_bundle.png
Normal file
BIN
dynamite-addon/dynamite_RP/textures/entity/thrown_bundle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 544 B |
BIN
dynamite-addon/dynamite_RP/textures/entity/thrown_dynamite.png
Normal file
BIN
dynamite-addon/dynamite_RP/textures/entity/thrown_dynamite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 372 B |
Reference in New Issue
Block a user