Added bow template
@@ -1,25 +1,29 @@
|
||||
items:
|
||||
default:beginner_rod:
|
||||
default:topaz_rod:
|
||||
material: fishing_rod
|
||||
custom-model-data: 1000
|
||||
data:
|
||||
display-name: "Beginner Rod"
|
||||
lore:
|
||||
- "This is the description"
|
||||
display-name: "<!i><#FF8C00>Topaz Rod"
|
||||
model:
|
||||
type: "minecraft:condition"
|
||||
property: "minecraft:fishing_rod/cast"
|
||||
on-false:
|
||||
type: "minecraft:model"
|
||||
path: "minecraft:item/custom/beginner_rod"
|
||||
generation:
|
||||
parent: "minecraft:item/fishing_rod"
|
||||
textures:
|
||||
"layer0": "minecraft:item/custom/beginner_rod"
|
||||
on-true:
|
||||
type: "minecraft:model"
|
||||
path: "minecraft:item/custom/beginner_rod_cast"
|
||||
generation:
|
||||
parent: "minecraft:item/fishing_rod"
|
||||
textures:
|
||||
"layer0": "minecraft:item/custom/beginner_rod_cast"
|
||||
template: models:fishing_rod_2d
|
||||
arguments:
|
||||
rod_model: minecraft:item/custom/topaz_rod
|
||||
rod_texture: minecraft:item/custom/topaz_rod
|
||||
rod_cast_model: minecraft:item/custom/topaz_rod_cast
|
||||
rod_cast_texture: minecraft:item/custom/topaz_rod_cast
|
||||
default:topaz_bow:
|
||||
material: bow
|
||||
custom-model-data: 1000
|
||||
data:
|
||||
display-name: "<!i><#FF8C00>Topaz Bow"
|
||||
model:
|
||||
template: models:bow_2d
|
||||
arguments:
|
||||
bow_model: minecraft:item/custom/topaz_bow
|
||||
bow_texture: minecraft:item/custom/topaz_bow
|
||||
bow_pulling_0_model: minecraft:item/custom/topaz_bow_pulling_0
|
||||
bow_pulling_0_texture: minecraft:item/custom/topaz_bow_pulling_0
|
||||
bow_pulling_1_model: minecraft:item/custom/topaz_bow_pulling_1
|
||||
bow_pulling_1_texture: minecraft:item/custom/topaz_bow_pulling_1
|
||||
bow_pulling_2_model: minecraft:item/custom/topaz_bow_pulling_2
|
||||
bow_pulling_2_texture: minecraft:item/custom/topaz_bow_pulling_2
|
||||
@@ -29,7 +29,7 @@ items:
|
||||
material: paper
|
||||
custom-model-data: 1012
|
||||
data:
|
||||
display-name: "<!i>Topaz"
|
||||
display-name: "<!i><#FF8C00>Topaz"
|
||||
model:
|
||||
template: models:generated
|
||||
arguments:
|
||||
|
||||
@@ -222,6 +222,16 @@ items:
|
||||
behavior:
|
||||
type: block_item
|
||||
block: default:palm_planks
|
||||
default:palm_sapling:
|
||||
material: paper
|
||||
custom-model-data: 1005
|
||||
data:
|
||||
display-name: "<!i>Palm Sapling"
|
||||
model:
|
||||
template: models:generated
|
||||
arguments:
|
||||
model_path: "minecraft:item/custom/palm_sapling"
|
||||
texture_path: "minecraft:block/custom/palm_sapling"
|
||||
default:palm_leaves:
|
||||
material: oak_leaves
|
||||
custom-model-data: 1000
|
||||
|
||||
@@ -8,6 +8,61 @@ templates:
|
||||
parent: "minecraft:item/generated"
|
||||
textures:
|
||||
"layer0": "{texture_path}"
|
||||
models:fishing_rod_2d:
|
||||
type: "minecraft:condition"
|
||||
property: "minecraft:fishing_rod/cast"
|
||||
on-false:
|
||||
type: "minecraft:model"
|
||||
path: "{rod_model}"
|
||||
generation:
|
||||
parent: "minecraft:item/fishing_rod"
|
||||
textures:
|
||||
"layer0": "{rod_texture}"
|
||||
on-true:
|
||||
type: "minecraft:model"
|
||||
path: "{rod_cast_model}"
|
||||
generation:
|
||||
parent: "minecraft:item/fishing_rod"
|
||||
textures:
|
||||
"layer0": "{rod_cast_texture}"
|
||||
models:bow_2d:
|
||||
type: "minecraft:condition"
|
||||
property: "minecraft:using_item"
|
||||
on-false:
|
||||
type: "minecraft:model"
|
||||
path: "{bow_model}"
|
||||
generation:
|
||||
parent: "minecraft:item/bow"
|
||||
textures:
|
||||
"layer0": "{bow_texture}"
|
||||
on-true:
|
||||
type: "minecraft:range_dispatch"
|
||||
property: "minecraft:use_duration"
|
||||
scale: 0.05
|
||||
entries:
|
||||
- model:
|
||||
type: minecraft:model
|
||||
path: "{bow_pulling_1_model}"
|
||||
generation:
|
||||
parent: "minecraft:item/bow_pulling_1"
|
||||
textures:
|
||||
"layer0": "{bow_pulling_1_texture}"
|
||||
threshold: 0.65
|
||||
- model:
|
||||
type: minecraft:model
|
||||
path: "{bow_pulling_2_model}"
|
||||
generation:
|
||||
parent: "minecraft:item/bow_pulling_2"
|
||||
textures:
|
||||
"layer0": "{bow_pulling_2_texture}"
|
||||
threshold: 0.65
|
||||
fallback:
|
||||
type: minecraft:model
|
||||
path: "{bow_pulling_0_model}"
|
||||
generation:
|
||||
parent: "minecraft:item/bow_pulling_0"
|
||||
textures:
|
||||
"layer0": "{bow_pulling_0_texture}"
|
||||
|
||||
# Block Settings
|
||||
block_settings:surface_decoration:
|
||||
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"animation": {
|
||||
"interpolate": true,
|
||||
"frametime": 10
|
||||
}
|
||||
}
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"animation": {
|
||||
"interpolate": true,
|
||||
"frametime": 10
|
||||
}
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 984 B |
|
Before Width: | Height: | Size: 233 B |
|
Before Width: | Height: | Size: 191 B |
|
After Width: | Height: | Size: 288 B |
|
After Width: | Height: | Size: 399 B |
|
After Width: | Height: | Size: 390 B |
|
After Width: | Height: | Size: 381 B |
|
After Width: | Height: | Size: 652 B |
|
After Width: | Height: | Size: 674 B |
|
After Width: | Height: | Size: 634 B |
|
After Width: | Height: | Size: 633 B |
|
After Width: | Height: | Size: 619 B |
|
After Width: | Height: | Size: 625 B |
|
After Width: | Height: | Size: 256 B |
|
After Width: | Height: | Size: 200 B |