Skip to content

Commit

Permalink
Add apple pip recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
copygirl committed Sep 29, 2021
1 parent 2b610c8 commit 8058634
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 3 deletions.
10 changes: 9 additions & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,10 @@ hash = "93a9456be23000b64e6d835769fc56806c0615c9ba50970f913e367a0643a2b1"
file = "kubejs/data/slimeskies/recipes/compacting/zinc_ore.json"
hash = "9dda1e019be779038fba22b2ac822d531417b1444c3611716f94c043eed0a87a"

[[files]]
file = "kubejs/data/slimeskies/recipes/crafting/apple_oak_seed.json"
hash = "206038ade349becd2fe24930d916318366576f2428990df578e58a5387deddbc"

[[files]]
file = "kubejs/data/slimeskies/recipes/crafting/copper_nugget_from_raw_copper.json"
hash = "1179950985e632e0f18ecb151c0c1e5d04f9bc676a9edb06ce67aa563d63b350"
Expand Down Expand Up @@ -532,13 +536,17 @@ hash = "58008a71a46014c476c7e1fe6a3e6d4760eaebc16eb841bab5c98f19ae128d80"
file = "kubejs/data/slimeskies/recipes/pressing/zinc_ingot.json"
hash = "107bb166a8d5e0debaaadb836d977b1b98262cf28cf6bafa843a9d97e26cce0d"

[[files]]
file = "kubejs/data/slimeskies/recipes/splashing/apple_oak_seed.json"
hash = "7390c3ac7604525eef950e15e428aa06d2ad94c1d54f6f45968e5c2b57b8c926"

[[files]]
file = "kubejs/data/slimeskies/recipes/splashing/limesand.json"
hash = "24034214e79e81cefe94ba9f6c68d62771b219ca1d9b20a194aa01ef7c1fea02"

[[files]]
file = "kubejs/server_scripts/recipe_tweaks.js"
hash = "77220cbdd1503f42e264c4461c38835145e7d691c5f79e89ec70adbf637df899"
hash = "b275eecb576ebd545663c8d74f8bef019b983fad8f3b3da9f749e45db599bdbc"

[[files]]
file = "kubejs/server_scripts/replace_copper_recipes.js"
Expand Down
13 changes: 13 additions & 0 deletions kubejs/data/slimeskies/recipes/crafting/apple_oak_seed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
[
{ "item": "minecraft:water_bucket" },
{ "type": "forge:nbt",
"item": "ceramicbucket:filled_ceramic_bucket",
"nbt": "{Fluid:{FluidName:\"minecraft:water\",Amount:1000}}" }
],
{ "item": "minecraft:apple" }
],
"result": { "item": "dynamictrees:apple_oak_seed" }
}
5 changes: 5 additions & 0 deletions kubejs/data/slimeskies/recipes/splashing/apple_oak_seed.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "create:splashing",
"ingredients": [ { "item": "minecraft:apple" } ],
"results": [{ "item": "dynamictrees:apple_oak_seed" }]
}
2 changes: 1 addition & 1 deletion kubejs/server_scripts/recipe_tweaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ onEvent("recipes", event => {
event.remove({ id: "minecraft:bread" });
event.remove({ id: "quark:tweaks/crafting/utility/bent/bread" });
event.remove({ id: "quark:tweaks/crafting/utility/bent/cookie" });
event.remove({ id: "dynamictrees:dirt_bucket" });
event.remove({ id: "create:milling/andesite" });
event.remove({ id: "cavesandcliffs:copper_ingot_from_smelting_deepslate_copper_ore" });
event.remove({ id: "cavesandcliffs:copper_ingot_from_blasting_deepslate_copper_ore" });
event.remove({ mod: "dynamictrees" });
});
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "0.4.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "ab292762b3c17b8f68f84788d616c87c1eb99e28ab58014d3ae7b16b964c11ec"
hash = "e1dd1eb10a12320f4d3ca79e8caadb4bbbfb1241426d2c0dcbf508f2d054d2cb"

[versions]
forge = "36.2.4"
Expand Down

0 comments on commit 8058634

Please sign in to comment.