Added some more recipes (like rudimentary ore doubling) to the alchemy table

This commit is contained in:
WayofTime 2016-05-04 19:25:42 -04:00
parent 86efa8b1a3
commit 37cb2a1360
15 changed files with 293 additions and 32 deletions

View file

@ -101,29 +101,19 @@
"layer0": "bloodmagic:items/ReagentTransposition"
}
},
"crystaldefault": {
"ironsand": {
"textures": {
"layer0": "bloodmagic:items/DefaultCrystal"
"layer0": "bloodmagic:items/IronSand"
}
},
"crystalcorrosive": {
"goldsand": {
"textures": {
"layer0": "bloodmagic:items/CorrosiveCrystal"
"layer0": "bloodmagic:items/GoldSand"
}
},
"crystalvengeful": {
"coalsand": {
"textures": {
"layer0": "bloodmagic:items/VengefulCrystal"
}
},
"crystaldestructive": {
"textures": {
"layer0": "bloodmagic:items/DestructiveCrystal"
}
},
"crystalsteadfast": {
"textures": {
"layer0": "bloodmagic:items/SteadfastCrystal"
"layer0": "bloodmagic:items/CoalSand"
}
}
}

View file

@ -0,0 +1,16 @@
{
"forge_marker": 1,
"defaults": {
"model": "builtin/generated",
"transform": "forge:default-item"
},
"variants": {
"type": {
"basiccuttingfluid": {
"textures": {
"layer0": "bloodmagic:items/BasicCuttingFluid"
}
}
}
}
}