Added plant oil and associated recipes - need to compile a list for future alchemy items
This commit is contained in:
parent
050d1185a7
commit
03fa7b2712
9 changed files with 50 additions and 11 deletions
|
@ -115,6 +115,11 @@
|
|||
"textures": {
|
||||
"layer0": "bloodmagic:items/CoalSand"
|
||||
}
|
||||
},
|
||||
"plantoil": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/PlantOil"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"textures": {
|
||||
"layer0": "bloodmagic:items/BasicCuttingFluid"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -90,6 +90,7 @@ item.BloodMagic.baseComponent.reagentTransposition.name=Transposition Reagent
|
|||
item.BloodMagic.baseComponent.ironSand.name=Iron Sand
|
||||
item.BloodMagic.baseComponent.goldSand.name=Gold Sand
|
||||
item.BloodMagic.baseComponent.coalSand.name=Coal Sand
|
||||
item.BloodMagic.baseComponent.plantOil.name=Plant Oil
|
||||
|
||||
item.BloodMagic.cuttingFluid.basicCuttingFluid.name=Basic Cutting Fluid
|
||||
|
||||
|
|
BIN
src/main/resources/assets/bloodmagic/textures/items/PlantOil.png
Normal file
BIN
src/main/resources/assets/bloodmagic/textures/items/PlantOil.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 512 B |
Loading…
Add table
Add a link
Reference in a new issue