Fixed Create Food salt recipe
This commit is contained in:
parent
0f1df8976a
commit
edcb95cceb
5 changed files with 9 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
/releases/
|
||||
/scripts/
|
||||
|
|
@ -1,3 +1 @@
|
|||
README.md
|
||||
/releases/
|
||||
/scripts/
|
||||
README.md
|
||||
|
|
@ -1065,3 +1065,7 @@ metafile = true
|
|||
file = "resourcepacks/xalis-potions.pw.toml"
|
||||
hash = "6703c8e82e7ac8c7b4172b9b35924494be61ce6c9734b3e8524a8c1dea58ac2b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "scripts/create.zs"
|
||||
hash = "3d3ee9a2fac705e71579e0b6556d0c0ea5000bae5daaba445474dbe774f87b41"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "31f279edbff0f7fd52ef5943fc856727bb723872e775979dd3c18c24ef6ff1fb"
|
||||
hash = "8594c6b43a5472beaf6c1c2710a059dae0b59c3083646e44bb3c8881f2b409d1"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.14"
|
||||
|
|
|
|||
3
scripts/create.zs
Normal file
3
scripts/create.zs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// Remove Create: Food's salt recipes
|
||||
|
||||
<recipetype:create:mixing>.remove(<item:createfood:salt>);
|
||||
Loading…
Add table
Add a link
Reference in a new issue