Resource Hogs

Resource Hogs

9M Downloads

wrong items coming from hog

ExploringAussie opened this issue ยท 3 comments

commented

some reason the hog is giving me copper instead of iron, heres config file

{
"id": "iron",
"inputs": [
"ore:dustIron"
],
"typeName": "Iron",
"output": "minecraft:iron_ore",
"diggableBlocks": [
"minecraft:stone"
],
"renderBlock": "minecraft:iron_ore",
"validDimensions": [
-1,
0,
1,
7,
111,
144,
28885
],
"maxHealth": 15.0,
"movementSpeed": 0.25,
"armorAmount": 6,
"digTickDelay": 600
}

commented

Do you have another file for a pig that would give copper? It seems like you have a conflicting pig type ID.

commented

yea man

{
"id": "copper",
"inputs": [
"ore:dustCopper"
],
"typeName": "Copper",
"output": "mekanism:oreblock:1",
"diggableBlocks": [
"minecraft:stone"
],
"renderBlock": "mekanism:oreblock:1",
"validDimensions": [
-1,
0,
1,
7,
111,
144,
28885
],
"maxHealth": 15.0,
"movementSpeed": 0.25,
"armorAmount": 6,
"digTickDelay": 600
}

commented

now after reloggin its giving me electrum ahaha, heres a link to my whole resource hog file, see if you can figure out where ive gone wrong

https://www.dropbox.com/s/39fgf60ce4ks20q/resourcehogs.rar?dl=0