Attempted to add a new schematic, but for some reason the generated schematic is non-functional. (Divination Sigil is in testing mode)
Added some more stuff to the Downgrade ritual.
This commit is contained in:
parent
f74f46ab4a
commit
2e192ff29c
7 changed files with 87 additions and 13 deletions
|
@ -67,7 +67,10 @@ public class DungeonRoom
|
|||
DungeonStructure structure = new DungeonStructure(location);
|
||||
BlockPos offsetPos = Template.transformedBlockPos(settings, entry.getValue());
|
||||
|
||||
structure.placeStructureAtPosition(rand, settings, world, pos.add(offsetPos));
|
||||
if (structure.placeStructureAtPosition(rand, settings, world, pos.add(offsetPos)))
|
||||
{
|
||||
System.out.println(location);
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue