Skip to content

Commit

Permalink
Merge pull request #10 from Brassburg/Jetpack-back-slot
Browse files Browse the repository at this point in the history
Jetpack trinket compat & potato cannon projectiles
  • Loading branch information
Tur87 authored Nov 26, 2024
2 parents d113db2 + d9861b3 commit 0e5823f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/brassburg/potato_cannon_projectile_types/pufferfish.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"items": [
"minecraft:pufferfish"
],
"reload_ticks": 15,
"knockback": 1,
"velocity_multiplier": 1.4,
"sticky": true,
"damage": 5,
"drag": 0.95
}
10 changes: 10 additions & 0 deletions data/brassburg/potato_cannon_projectile_types/slimeball.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"items": [
"minecraft:slime_ball"
],
"reload_ticks": 4,
"velocity_multiplier": 1.4,
"sticky": true,
"damage": 1,
"sound_pitch": 1.7
}
8 changes: 8 additions & 0 deletions data/trinkets/entities/back.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"entities": [
"player"
],
"slots": [
"chest/back"
]
}
9 changes: 9 additions & 0 deletions data/trinkets/tags/items/chest/back.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"replace": false,
"values": [
"create_jetpack:jetpack",
"create_jetpack:netherite_jetpack",
"create:copper_backtank",
"create:netherite_backtank"
]
}

0 comments on commit 0e5823f

Please sign in to comment.