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:
parent
0a5be13901
commit
f6eca1440b
3 changed files with 24 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:electrum_storage_block"
|
||||
]
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"techreborn:electrum_nugget",
|
||||
"techreborn:electrum_ingot"
|
||||
]
|
||||
}
|
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue