Fixed Create Food salt recipe

This commit is contained in:
Malasaur 2025-08-19 17:32:34 +02:00
parent 0f1df8976a
commit edcb95cceb
5 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/releases/
/scripts/

View file

@ -1,3 +1 @@
README.md
/releases/
/scripts/
README.md

View file

@ -1065,3 +1065,7 @@ metafile = true
file = "resourcepacks/xalis-potions.pw.toml"
hash = "6703c8e82e7ac8c7b4172b9b35924494be61ce6c9734b3e8524a8c1dea58ac2b"
metafile = true
[[files]]
file = "scripts/create.zs"
hash = "3d3ee9a2fac705e71579e0b6556d0c0ea5000bae5daaba445474dbe774f87b41"

View file

@ -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
View file

@ -0,0 +1,3 @@
// Remove Create: Food's salt recipes
<recipetype:create:mixing>.remove(<item:createfood:salt>);