-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added custom compacting recipes, changed recipes that used the tag to…
… use the custom recipe, closes #150
- Loading branch information
Showing
20 changed files
with
358 additions
and
161 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
5 changes: 2 additions & 3 deletions
5
src/generated/resources/.cache/03e4de26f1265135874f8cdcaebc09d9c08eb42b
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,3 +1,2 @@ | ||
// 1.19.2 2023-09-11T16:28:07.8459027 Tags for minecraft:item | ||
8250c4dc87ee6f6c2f21c530c8a1f2bb203c32ba data/functionalstorage/tags/items/drawer.json | ||
a6cf5364934bad4e060980a3c7f3c091ad90a585 data/functionalstorage/tags/items/ignore_crafting_check.json | ||
// 1.19.2 2023-09-11T20:18:35.3526175 Tags for minecraft:item | ||
89ea5373901359c91347ffd870336f8dd4f2cc52 data/functionalstorage/tags/items/drawer.json |
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/75bcd4dba6ca7d365462b0ec45e291d1056349c4
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,3 +1,3 @@ | ||
// 1.19.2 2023-09-11T16:28:07.8439024 Tags for minecraft:block | ||
8250c4dc87ee6f6c2f21c530c8a1f2bb203c32ba data/minecraft/tags/blocks/mineable/axe.json | ||
// 1.19.2 2023-09-11T20:18:35.3566154 Tags for minecraft:block | ||
89ea5373901359c91347ffd870336f8dd4f2cc52 data/minecraft/tags/blocks/mineable/axe.json | ||
4b6fc75faca16170a17220f0e301b16866f4bc5c data/minecraft/tags/blocks/mineable/pickaxe.json |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/.cache/b3b48c10570c424437115253c982ed89e6bd5ccb
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 @@ | ||
// 1.19.2 2023-09-11T20:18:35.3561145 Titanium Serializable (functionalstorage) | ||
a7466344fe302df75a569e4712ed02cb443c359a data/functionalstorage/recipes/custom_compacting/amethyst.json | ||
e47b9a1342f38c4e36482fe0fe0a0bada0f875ff data/functionalstorage/recipes/custom_compacting/blue_ice.json | ||
d24028ec840b0e7b4d100b43144e7a3f5a70283c data/functionalstorage/recipes/custom_compacting/clay.json | ||
b3d11532f966981fbe0349b89e09cc691e8f68e4 data/functionalstorage/recipes/custom_compacting/glowstone.json | ||
ea40f46d6a88b93ad35f6ce57cd2a391cd195abb data/functionalstorage/recipes/custom_compacting/ice.json | ||
266466efff4179eae51a2ce4c4541d65ebd9bb60 data/functionalstorage/recipes/custom_compacting/melon.json | ||
4d0c7b7ed927a92cef2cdb9814ca086287a363ac data/functionalstorage/recipes/custom_compacting/quartz.json |
11 changes: 11 additions & 0 deletions
11
src/generated/resources/data/functionalstorage/recipes/custom_compacting/amethyst.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 @@ | ||
{ | ||
"type": "functionalstorage:custom_compacting", | ||
"higher_input": { | ||
"count": 1, | ||
"item": "minecraft:amethyst_block" | ||
}, | ||
"lower_input": { | ||
"count": 9, | ||
"item": "minecraft:amethyst_shard" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/generated/resources/data/functionalstorage/recipes/custom_compacting/blue_ice.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 @@ | ||
{ | ||
"type": "functionalstorage:custom_compacting", | ||
"higher_input": { | ||
"count": 1, | ||
"item": "minecraft:packed_ice" | ||
}, | ||
"lower_input": { | ||
"count": 9, | ||
"item": "minecraft:blue_ice" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/generated/resources/data/functionalstorage/recipes/custom_compacting/clay.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 @@ | ||
{ | ||
"type": "functionalstorage:custom_compacting", | ||
"higher_input": { | ||
"count": 1, | ||
"item": "minecraft:clay" | ||
}, | ||
"lower_input": { | ||
"count": 4, | ||
"item": "minecraft:clay_ball" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/generated/resources/data/functionalstorage/recipes/custom_compacting/glowstone.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 @@ | ||
{ | ||
"type": "functionalstorage:custom_compacting", | ||
"higher_input": { | ||
"count": 1, | ||
"item": "minecraft:glowstone" | ||
}, | ||
"lower_input": { | ||
"count": 4, | ||
"item": "minecraft:glowstone_dust" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/generated/resources/data/functionalstorage/recipes/custom_compacting/ice.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 @@ | ||
{ | ||
"type": "functionalstorage:custom_compacting", | ||
"higher_input": { | ||
"count": 1, | ||
"item": "minecraft:blue_ice" | ||
}, | ||
"lower_input": { | ||
"count": 9, | ||
"item": "minecraft:ice" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/generated/resources/data/functionalstorage/recipes/custom_compacting/melon.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 @@ | ||
{ | ||
"type": "functionalstorage:custom_compacting", | ||
"higher_input": { | ||
"count": 1, | ||
"item": "minecraft:melon" | ||
}, | ||
"lower_input": { | ||
"count": 9, | ||
"item": "minecraft:melon_slice" | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
src/generated/resources/data/functionalstorage/recipes/custom_compacting/quartz.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 @@ | ||
{ | ||
"type": "functionalstorage:custom_compacting", | ||
"higher_input": { | ||
"count": 1, | ||
"item": "minecraft:quartz_block" | ||
}, | ||
"lower_input": { | ||
"count": 4, | ||
"item": "minecraft:quartz" | ||
} | ||
} |
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
17 changes: 0 additions & 17 deletions
17
src/generated/resources/data/functionalstorage/tags/items/ignore_crafting_check.json
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.