-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev-1.20.x' into 1.20.x
- Loading branch information
Showing
153 changed files
with
1,968 additions
and
265 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Binary file modified
BIN
-20 Bytes
(97%)
src/main/resources/assets/crockpot/textures/item/volt_goat_horn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 37 additions & 0 deletions
37
src/main/resources/data/create/tags/items/upright_on_belt.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,37 @@ | ||
{ | ||
"values": [ | ||
"crockpot:asparagus_soup", | ||
"crockpot:avaj", | ||
"crockpot:bone_soup", | ||
"crockpot:bone_stew", | ||
"crockpot:breakfast_skillet", | ||
"crockpot:bunny_stew", | ||
"crockpot:flower_salad", | ||
"crockpot:fruit_medley", | ||
"crockpot:jammy_preserves", | ||
"crockpot:gazpacho", | ||
"crockpot:glow_berry_mousse", | ||
"crockpot:honey_nuggets", | ||
"crockpot:hot_chili", | ||
"crockpot:hot_cocoa", | ||
"crockpot:ice_cream", | ||
"crockpot:iced_tea", | ||
"crockpot:mashed_potatoes", | ||
"crockpot:moqueca", | ||
"crockpot:monster_lasagna", | ||
"crockpot:monster_tartare", | ||
"crockpot:moqueca", | ||
"crockpot:mushy_cake", | ||
"crockpot:plain_omelette", | ||
"crockpot:potato_souffle", | ||
"crockpot:powcake", | ||
"crockpot:ratatouille", | ||
"crockpot:salsa", | ||
"crockpot:seafood_gumbo", | ||
"crockpot:syrup", | ||
"crockpot:tea", | ||
"crockpot:tropical_bouillabaisse", | ||
"crockpot:veg_stinger", | ||
"crockpot:volt_goat_jelly" | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
src/main/resources/data/crockpot/potato_cannon_projectile_types/asparagus.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": [ | ||
"crockpot:asparagus" | ||
], | ||
"damage": 3, | ||
"reload_ticks": 15, | ||
"knockback": 1.5, | ||
"velocity_multiplier": 1.5 | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/crockpot/potato_cannon_projectile_types/cooked_eggplant.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": [ | ||
"crockpot:cooked_eggplant" | ||
], | ||
"damage": 5, | ||
"reload_ticks": 10, | ||
"knockback": 1.5, | ||
"velocity_multiplier": 1.0, | ||
"sound_pitch": 1.2 | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/crockpot/potato_cannon_projectile_types/corn.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": [ | ||
"crockpot:corn" | ||
], | ||
"damage": 8, | ||
"reload_ticks": 20, | ||
"knockback": 1.5, | ||
"velocity_multiplier": 1.5, | ||
"sound_pitch": 0.8 | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/crockpot/potato_cannon_projectile_types/eggplant.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": [ | ||
"crockpot:eggplant" | ||
], | ||
"damage": 4, | ||
"reload_ticks": 10, | ||
"knockback": 1.5, | ||
"velocity_multiplier": 1.5, | ||
"sound_pitch": 1.2 | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/crockpot/potato_cannon_projectile_types/garlic.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": [ | ||
"crockpot:garlic" | ||
], | ||
"damage": 3, | ||
"reload_ticks": 8, | ||
"knockback": 0.8, | ||
"velocity_multiplier": 2.0, | ||
"sound_pitch": 1.4 | ||
} |
8 changes: 8 additions & 0 deletions
8
src/main/resources/data/crockpot/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": [ | ||
"crockpot:onion" | ||
], | ||
"damage": 5, | ||
"reload_ticks": 15, | ||
"velocity_multiplier": 1.2 | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/resources/data/crockpot/potato_cannon_projectile_types/pepper.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": [ | ||
"crockpot:pepper" | ||
], | ||
"damage": 3, | ||
"reload_ticks": 8, | ||
"knockback": 0.1, | ||
"split": 2, | ||
"velocity_multiplier": 2.0, | ||
"sound_pitch": 1.4 | ||
} |
14 changes: 14 additions & 0 deletions
14
src/main/resources/data/crockpot/potato_cannon_projectile_types/popcorn.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,14 @@ | ||
{ | ||
"items": [ | ||
"crockpot:popcorn" | ||
], | ||
"damage": 2, | ||
"reload_ticks": 10, | ||
"knockback": 0.1, | ||
"split": 4, | ||
"drag": 0.95, | ||
"velocity_multiplier": 1.3, | ||
"gravity_multiplier": 0.9, | ||
"sticky": true, | ||
"sound_pitch": 1.4 | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/crockpot/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,10 @@ | ||
{ | ||
"items": [ | ||
"crockpot:tomato" | ||
], | ||
"damage": 2, | ||
"reload_ticks": 10, | ||
"knockback": 0.8, | ||
"velocity_multiplier": 1.5, | ||
"sound_pitch": 1.2 | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/resources/data/crockpot/potato_cannon_projectile_types/wet_goop.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": [ | ||
"crockpot:wet_goop" | ||
], | ||
"damage": 1, | ||
"reload_ticks": 10, | ||
"knockback": 0.1, | ||
"velocity_multiplier": 1.2, | ||
"gravity_multiplier": 1.6, | ||
"sticky": true | ||
} |
1 change: 0 additions & 1 deletion
1
src/main/resources/data/crockpot/recipes/food_values/default_set/flower.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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"type": "crockpot:food_values", | ||
"items": [ | ||
"minecraft:allium", | ||
"minecraft:dandelion" | ||
], | ||
"values": { | ||
|
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 |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
"minecraft:honey_bottle" | ||
], | ||
"values": { | ||
"SWEETENER": 1 | ||
"SWEETENER": 1.5 | ||
} | ||
} |
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 |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
"minecraft:honeycomb" | ||
], | ||
"values": { | ||
"SWEETENER": 0.5 | ||
"SWEETENER": 1 | ||
} | ||
} |
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 |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
"minecraft:kelp" | ||
], | ||
"values": { | ||
"VEGGIE": 0.5, | ||
"INEDIBLE": 0.25 | ||
"VEGGIE": 0.5 | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...ipes/food_values/tag_set/forge/milks.json → .../food_values/default_set/milk_bucket.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
1 change: 1 addition & 0 deletions
1
...s/food_values/default_set/snow_block.json → ...ecipes/food_values/default_set/snows.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
40 changes: 20 additions & 20 deletions
40
...rces/data/crockpot/recipes/food_values/integration_set/abnormals_delight/perch_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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"type": "forge:conditional", | ||
"recipes": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "abnormals_delight" | ||
} | ||
"type": "forge:conditional", | ||
"recipes": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "abnormals_delight" | ||
} | ||
], | ||
"recipe": { | ||
"type": "crockpot:food_values", | ||
"items": [ | ||
"abnormals_delight:perch_slice", | ||
"abnormals_delight:cooked_perch_slice" | ||
], | ||
"recipe": { | ||
"type": "crockpot:food_values", | ||
"items": [ | ||
"abnormals_delight:perch_slice", | ||
"abnormals_delight:cooked_perch_slice" | ||
], | ||
"values": { | ||
"FISH": 0.75, | ||
"MEAT": 0.5 | ||
} | ||
"values": { | ||
"FISH": 0.75, | ||
"MEAT": 0.5 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.