Small Piglin tag update (#2770)

* Small Piglin tag update

added gold plate and electrum to piglin stuff. Piglins should be able to smell the gold out of an electrum ingot and a block, but not a nugget. Baby piglins are worse at this.

Explicitly used TR IDs instead of c tags because this is part of TR flavor imo

* forgot electrum plate

* and gold cables
This commit is contained in:
Ayutac 2022-01-23 19:34:47 +01:00 committed by GitHub
parent 0a5be13901
commit f6eca1440b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"techreborn:electrum_storage_block"
]
}

View file

@ -0,0 +1,7 @@
{
"replace": false,
"values": [
"techreborn:electrum_nugget",
"techreborn:electrum_ingot"
]
}

View file

@ -0,0 +1,11 @@
{
"replace": false,
"values": [
"techreborn:gold_plate",
"techreborn:gold_cable",
"techreborn:insulated_gold_cable",
"techreborn:electrum_ingot",
"techreborn:electrum_plate",
"techreborn:electrum_storage_block"
]
}