Huge commit for the Pull-Request.
Added a lot of things: - Blood Tank - Teleposition Sigil - Transposition Sigil - Cobblestone/Netherrack/Obisidian generation Ritual - Tree Cutter Ritual - Pump Ritual - Altar Builder Ritual - Block Placing Ritual - Portal Ritual - Teleportation System and API Components - Cross pattern Area Descriptor - Two reagents and their textures for the sigils’ crafting Fixed: - Teleposer not teleporting entities correctly And probably other things I forgot!
This commit is contained in:
parent
d947f23696
commit
7e8aec8652
53 changed files with 3031 additions and 372 deletions
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": {},
|
||||
"uvlock": true
|
||||
},
|
||||
"variants": {
|
||||
"meta": {
|
||||
"0": {"model": "bloodmagic:BlockDimensionalPortalNS"},
|
||||
"1": {"model": "bloodmagic:BlockDimensionalPortalEW"}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -90,6 +90,16 @@
|
|||
"textures": {
|
||||
"layer0": "bloodmagic:items/ReagentSeverance"
|
||||
}
|
||||
},
|
||||
"reagentteleposition": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/ReagentTeleposition"
|
||||
}
|
||||
},
|
||||
"reagenttransposition": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/ReagentTransposition"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue