Skip to content

Commit

Permalink
Add smoker recipe for rotten flesh to leather
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkDisorder committed Nov 8, 2024
1 parent 2de6e7e commit 1195b4c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63848,6 +63848,10 @@ hash = "7306c539a31a484960e792b3bed8e109f39e0ae19a9546e2e42c4b3cadcbbe4c"
file = "kubejs/data/kubejs/recipes/rotten_flesh_to_leather.json"
hash = "2b4ffe4fe917abce25fb4f39920427ab5f3091edfd73d2099cbe20d0f7491992"

[[files]]
file = "kubejs/data/kubejs/recipes/rotten_flesh_to_leather_smoking.json"
hash = "c3f26b7f8ac3fc44e4d7c091a8cf9d97bd5c0332d4fd9d44206b4df6d638d047"

[[files]]
file = "kubejs/data/minecraft/recipes/book.json"
hash = "88e9449a0ffdf285bffbcbc214ee1033effa8ef2f84b65c5293ff3b0ae584415"
Expand Down
10 changes: 10 additions & 0 deletions kubejs/data/kubejs/recipes/rotten_flesh_to_leather_smoking.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"type": "minecraft:smoking",
"category": "food",
"cookingtime": 100,
"experience": 0,
"ingredient": {
"item": "minecraft:rotten_flesh"
},
"result": "minecraft:leather"
}
4 changes: 2 additions & 2 deletions pack.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name = "Vestiges of Tomorrow"
version = "0.25.6"
version = "0.25.7"
pack-format = "packwiz:1.1.0"

[index]
file = "index.toml"
hash-format = "sha256"
hash = "f645cb5075e30515dc71d15a7afbd3608dfff2fe3a79fc1cd0f66737492eea60"
hash = "adbe56a0ef9a7eda65d5dea499d797c941923bdf854fef75f3871ade547475d7"

[versions]
forge = "47.3.11"
Expand Down

0 comments on commit 1195b4c

Please sign in to comment.