Added saltpeter and sulfur, used for gunpowder creation and will be used for other things.
This commit is contained in:
parent
ec2ddbd427
commit
d79be6d312
6 changed files with 20 additions and 0 deletions
|
@ -120,6 +120,16 @@
|
|||
"textures": {
|
||||
"layer0": "bloodmagic:items/PlantOil"
|
||||
}
|
||||
},
|
||||
"sulfur": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/Sulfur"
|
||||
}
|
||||
},
|
||||
"saltpeter": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/Saltpeter"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -91,6 +91,8 @@ 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.baseComponent.sulfur.name=Sulfur
|
||||
item.BloodMagic.baseComponent.saltpeter.name=Saltpeter
|
||||
|
||||
item.BloodMagic.cuttingFluid.basicCuttingFluid.name=Basic Cutting Fluid
|
||||
item.BloodMagic.cuttingFluid.explosive.name=Explosive Powder
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 258 B |
BIN
src/main/resources/assets/bloodmagic/textures/items/Sulfur.png
Normal file
BIN
src/main/resources/assets/bloodmagic/textures/items/Sulfur.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 295 B |
Loading…
Add table
Add a link
Reference in a new issue