-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: ✨ Add Stack Upgrader Starter Tier crafted with copper blocks an…
…d can be crafted into tier 1 with fewer iron blocks needed
- Loading branch information
Showing
11 changed files
with
153 additions
and
13 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
35 changes: 35 additions & 0 deletions
35
...ces/data/sophisticatedbackpacks/advancements/recipes/misc/stack_upgrade_starter_tier.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "sophisticatedbackpacks:stack_upgrade_starter_tier" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_upgrade_base": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"sophisticatedbackpacks:upgrade_base" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_upgrade_base", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"sophisticatedbackpacks:stack_upgrade_starter_tier" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
} |
35 changes: 35 additions & 0 deletions
35
...a/sophisticatedbackpacks/advancements/recipes/misc/stack_upgrade_tier_1_from_starter.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "sophisticatedbackpacks:stack_upgrade_tier_1_from_starter" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_upgrade_base": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"sophisticatedbackpacks:upgrade_base" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_upgrade_base", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"sophisticatedbackpacks:stack_upgrade_tier_1_from_starter" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
} |
25 changes: 25 additions & 0 deletions
25
src/generated/resources/data/sophisticatedbackpacks/recipes/stack_upgrade_starter_tier.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,25 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"conditions": [ | ||
{ | ||
"type": "sophisticatedcore:item_enabled", | ||
"itemRegistryName": "sophisticatedbackpacks:stack_upgrade_starter_tier" | ||
} | ||
], | ||
"key": { | ||
"B": { | ||
"item": "sophisticatedbackpacks:upgrade_base" | ||
}, | ||
"C": { | ||
"tag": "forge:storage_blocks/copper" | ||
} | ||
}, | ||
"pattern": [ | ||
"CCC", | ||
"CBC", | ||
"CCC" | ||
], | ||
"result": { | ||
"item": "sophisticatedbackpacks:stack_upgrade_starter_tier" | ||
} | ||
} |
25 changes: 25 additions & 0 deletions
25
...ated/resources/data/sophisticatedbackpacks/recipes/stack_upgrade_tier_1_from_starter.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,25 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"conditions": [ | ||
{ | ||
"type": "sophisticatedcore:item_enabled", | ||
"itemRegistryName": "sophisticatedbackpacks:stack_upgrade_tier_1" | ||
} | ||
], | ||
"key": { | ||
"I": { | ||
"tag": "forge:storage_blocks/iron" | ||
}, | ||
"S": { | ||
"item": "sophisticatedbackpacks:stack_upgrade_starter_tier" | ||
} | ||
}, | ||
"pattern": [ | ||
" I ", | ||
"ISI", | ||
" I " | ||
], | ||
"result": { | ||
"item": "sophisticatedbackpacks:stack_upgrade_tier_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
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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/sophisticatedbackpacks/models/item/stack_upgrade_starter_tier.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,6 @@ | ||
{ | ||
"parent": "item/generated", | ||
"textures": { | ||
"layer0": "sophisticatedbackpacks:item/stack_upgrade_starter_tier" | ||
} | ||
} |
Binary file added
BIN
+260 Bytes
...rces/assets/sophisticatedbackpacks/textures/item/stack_upgrade_starter_tier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1.03 KB
(18%)
.../resources/assets/sophisticatedbackpacks/textures/item/stack_upgrade_tier_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.