Added crafttweaker script for disabling netherite
All checks were successful
Autotagger / Autotagger (push) Successful in 4s
Build / Export Files (push) Successful in 5s

This commit is contained in:
Seaswimmer 2024-03-22 16:50:59 -04:00
parent d60b066b77
commit c696c03d98
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
3 changed files with 9 additions and 1 deletions

View file

@ -134,3 +134,7 @@ metafile = true
file = "mods/styledplayerlist.pw.toml"
hash = "d2e79b6f83ec10bb1d275186e8f79048ca73ca48b434c2539bf2542d86f2cf56"
metafile = true
[[files]]
file = "scripts/removals.zs"
hash = "25d1967daee044fd23fb686fd767c200fb884672e6e98a63506e1a89e927c273"

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "3ab87a5b0e99a5919397ad7c987df37281f97433693cc31f090bbaef57808681"
hash = "37252c923f6704220423ae988c89695c91028d5e9dbd523833f67b0056abc58c"
[versions]
fabric = "0.15.7"

4
src/scripts/removals.zs Normal file
View file

@ -0,0 +1,4 @@
smithingTable.remove(<item:minecraft:netherite_helmet>)
smithingTable.remove(<item:minecraft:netherite_chestplate>)
smithingTable.remove(<item:minecraft:netherite_leggings>)
smithingTable.remove(<item:minecraft:netherite_boots>)