-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Potato Cannon support more bullet
- Loading branch information
1 parent
e3ae061
commit d51f367
Showing
8 changed files
with
74 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...der/data/CreateOriginModify/data/createorigin/potato_cannon_projectile_types/cabbage.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"items": [ | ||
"farmersdelight:cabbage" | ||
], | ||
"reload_ticks": 20, | ||
"damage": 7, | ||
"knockback": 2, | ||
"gravity_multiplier": 1.2 | ||
} |
10 changes: 10 additions & 0 deletions
10
openloader/data/CreateOriginModify/data/createorigin/potato_cannon_projectile_types/cca.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"items": [ | ||
"createaddition:chocolate_cake", | ||
"createaddition:honey_cake" | ||
], | ||
"reload_ticks": 15, | ||
"damage": 8, | ||
"knockback": 0.1, | ||
"sticky": true | ||
} |
8 changes: 8 additions & 0 deletions
8
...oader/data/CreateOriginModify/data/createorigin/potato_cannon_projectile_types/onion.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"items": [ | ||
"farmersdelight:onion" | ||
], | ||
"reload_ticks": 15, | ||
"damage": 5, | ||
"knockback": 1 | ||
} |
11 changes: 11 additions & 0 deletions
11
openloader/data/CreateOriginModify/data/createorigin/potato_cannon_projectile_types/pie.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"items": [ | ||
"farmersdelight:apple_pie", | ||
"farmersdelight:sweet_berry_cheesecake", | ||
"farmersdelight:chocolate_pie" | ||
], | ||
"reload_ticks": 15, | ||
"damage": 7, | ||
"knockback": 0.05, | ||
"sticky": true | ||
} |
8 changes: 8 additions & 0 deletions
8
...ta/CreateOriginModify/data/createorigin/potato_cannon_projectile_types/pumpkin_slice.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"items": [ | ||
"farmersdelight:pumpkin_slice" | ||
], | ||
"reload_ticks": 8, | ||
"damage": 4, | ||
"knockback": 0.1 | ||
} |
9 changes: 9 additions & 0 deletions
9
...der/data/CreateOriginModify/data/createorigin/potato_cannon_projectile_types/seaweed.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"items": [ | ||
"gofish:baked_seaweed" | ||
], | ||
"reload_ticks": 4, | ||
"damage": 2, | ||
"knockback": 0.5, | ||
"sticky": true | ||
} |
11 changes: 11 additions & 0 deletions
11
...oader/data/CreateOriginModify/data/createorigin/potato_cannon_projectile_types/slice.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"items": [ | ||
"farmersdelight:cake_slice", | ||
"farmersdelight:apple_pie_slice", | ||
"farmersdelight:sweet_berry_cheesecake_slice", | ||
"farmersdelight:chocolate_pie_slice" | ||
], | ||
"reload_ticks": 8, | ||
"damage": 4, | ||
"knockback": 0.2 | ||
} |
8 changes: 8 additions & 0 deletions
8
...ader/data/CreateOriginModify/data/createorigin/potato_cannon_projectile_types/tomato.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"items": [ | ||
"farmersdelight:tomato" | ||
], | ||
"reload_ticks": 10, | ||
"damage": 2, | ||
"knockback": 0.8 | ||
} |