-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Cleanup File Names (BLOKBUSTR) - Create: Steam & Rails Compat (BLOKBUSTR) - Supplamentaries Dispenser Minecart Compat (Itsyourdriver)
- Loading branch information
1 parent
3b35896
commit 600c6d3
Showing
29 changed files
with
216 additions
and
117 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
data/minecartcrafting/advancements/minecraft_chest_adv.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,13 @@ | ||
{ | ||
"criteria": { | ||
"Unlocked": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "minecartcrafting:minecraft_chest" | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "minecartcrafting:crafted_minecraft_chest" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
data/minecartcrafting/advancements/minecraft_furnace_adv.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,13 @@ | ||
{ | ||
"criteria": { | ||
"Unlocked": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "minecartcrafting:minecraft_furnace" | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "minecartcrafting:crafted_minecraft_furnace" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
data/minecartcrafting/advancements/minecraft_hopper_adv.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,13 @@ | ||
{ | ||
"criteria": { | ||
"Unlocked": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "minecartcrafting:minecraft_hopper" | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "minecartcrafting:crafted_minecraft_hopper" | ||
} | ||
} |
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,13 @@ | ||
{ | ||
"criteria": { | ||
"Unlocked": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "minecartcrafting:minecraft_tnt" | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "minecartcrafting:crafted_minecraft_tnt" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
data/minecartcrafting/advancements/railways_jukebox_adv.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,13 @@ | ||
{ | ||
"criteria": { | ||
"Unlocked": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "minecartcrafting:railways_jukebox" | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "minecartcrafting:crafted_railways_jukebox" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
data/minecartcrafting/advancements/railways_workbench_adv.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,13 @@ | ||
{ | ||
"criteria": { | ||
"Unlocked": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "minecartcrafting:railways_workbench" | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "minecartcrafting:crafted_railways_workbench" | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
data/minecartcrafting/advancements/supplementaries_dispenser_adv.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,13 @@ | ||
{ | ||
"criteria": { | ||
"Unlocked": { | ||
"trigger": "minecraft:recipe_crafted", | ||
"conditions": { | ||
"recipe_id": "minecartcrafting:supplementaries_dispenser_r" | ||
} | ||
} | ||
}, | ||
"rewards": { | ||
"function": "minecartcrafting:crafted_supplementaries_dispenser" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
data/minecartcrafting/functions/crafted_minecraft_chest.mcfunction
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 @@ | ||
recipe take @s minecartcrafting:minecraft_chest | ||
|
||
advancement revoke @s only minecartcrafting:minecraft_chest_adv | ||
|
||
give @s minecraft:minecart | ||
give @s minecraft:chest | ||
|
||
clear @s minecraft:knowledge_book |
8 changes: 8 additions & 0 deletions
8
data/minecartcrafting/functions/crafted_minecraft_furnace.mcfunction
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 @@ | ||
recipe take @s minecartcrafting:minecraft_furnace | ||
|
||
advancement revoke @s only minecartcrafting:minecraft_furnace_adv | ||
|
||
give @s minecraft:minecart | ||
give @s minecraft:furnace | ||
|
||
clear @s minecraft:knowledge_book |
8 changes: 8 additions & 0 deletions
8
data/minecartcrafting/functions/crafted_minecraft_hopper.mcfunction
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 @@ | ||
recipe take @s minecartcrafting:minecraft_hopper | ||
|
||
advancement revoke @s only minecartcrafting:minecraft_hopper_adv | ||
|
||
give @s minecraft:minecart | ||
give @s minecraft:hopper | ||
|
||
clear @s minecraft:knowledge_book |
8 changes: 8 additions & 0 deletions
8
data/minecartcrafting/functions/crafted_minecraft_tnt.mcfunction
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 @@ | ||
recipe take @s minecartcrafting:minecraft_tnt | ||
|
||
advancement revoke @s only minecartcrafting:minecraft_tnt_adv | ||
|
||
give @s minecraft:minecart | ||
give @s minecraft:tnt | ||
|
||
clear @s minecraft:knowledge_book |
8 changes: 8 additions & 0 deletions
8
data/minecartcrafting/functions/crafted_railways_jukebox.mcfunction
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 @@ | ||
recipe take @s minecartcrafting:railways_jukebox | ||
|
||
advancement revoke @s only minecartcrafting:railways_jukebox_adv | ||
|
||
give @s minecraft:minecart | ||
give @s minecraft:jukebox | ||
|
||
clear @s minecraft:knowledge_book |
8 changes: 8 additions & 0 deletions
8
data/minecartcrafting/functions/crafted_railways_workbench.mcfunction
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 @@ | ||
recipe take @s minecartcrafting:railways_workbench | ||
|
||
advancement revoke @s only minecartcrafting:railways_workbench_adv | ||
|
||
give @s minecraft:minecart | ||
give @s minecraft:crafting_table | ||
|
||
clear @s minecraft:knowledge_book |
8 changes: 8 additions & 0 deletions
8
data/minecartcrafting/functions/crafted_supplementaries_dispenser.mcfunction
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 @@ | ||
recipe take @s supplementaries:dispenser_minecart_r | ||
|
||
advancement revoke @s only minecartcrafting:supplementaries_dispenser_adv | ||
|
||
give @s minecraft:minecart | ||
give @s minecraft:dispenser | ||
|
||
clear @s minecraft:knowledge_book |
File renamed without changes.
22 changes: 11 additions & 11 deletions
22
data/minecartcrafting/recipes/item3.json → ...rtcrafting/recipes/minecraft_furnace.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,12 +1,12 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:furnace_minecart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 1 | ||
} | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:furnace_minecart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 1 | ||
} | ||
} |
22 changes: 11 additions & 11 deletions
22
data/minecartcrafting/recipes/item2.json → ...artcrafting/recipes/minecraft_hopper.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,12 +1,12 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:hopper_minecart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 1 | ||
} | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:hopper_minecart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 1 | ||
} | ||
} |
22 changes: 11 additions & 11 deletions
22
data/minecartcrafting/recipes/item4.json → ...necartcrafting/recipes/minecraft_tnt.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,12 +1,12 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:tnt_minecart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 1 | ||
} | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:tnt_minecart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "railways:jukeboxcart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "railways:benchcart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 1 | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
data/minecartcrafting/recipes/supplementaries_dispenser_r.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,12 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "supplementaries:dispenser_minecart" | ||
} | ||
], | ||
"result": { | ||
"item": "minecraft:knowledge_book", | ||
"count": 1 | ||
} | ||
} |