Implement an inverted MRS that requires an RS signal to function (#1022)
This commit is contained in:
parent
9cbec7dd37
commit
ddb7542827
8 changed files with 36 additions and 10 deletions
|
@ -16,6 +16,11 @@
|
|||
"textures": {
|
||||
"all": "bloodmagic:blocks/ImperfectRitualStone"
|
||||
}
|
||||
},
|
||||
"inverted": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/MasterRitualStone_Inverted"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -198,6 +198,7 @@ tile.BloodMagic.fluid.lifeEssence.name=Life Essence
|
|||
|
||||
tile.BloodMagic.stone.ritual.master.name=Master Ritual Stone
|
||||
tile.BloodMagic.stone.ritual.imperfect.name=Imperfect Ritual Stone
|
||||
tile.BloodMagic.stone.ritual.inverted.name=Inverted Master Ritual Stone
|
||||
|
||||
tile.BloodMagic.altar.name=Blood Altar
|
||||
tile.BloodMagic.alchemyArray.name=&r&fAlchemy Array
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 724 B |
Loading…
Add table
Add a link
Reference in a new issue