Some changes to portal frame locator code
This commit is contained in:
parent
1356a91e77
commit
2eed66008a
4 changed files with 73 additions and 23 deletions
|
@ -0,0 +1,18 @@
|
|||
package org.betterx.betterend.registry;
|
||||
|
||||
import org.betterx.bclib.api.v2.poi.BCLPoiType;
|
||||
import org.betterx.betterend.BetterEnd;
|
||||
import org.betterx.betterend.blocks.RunedFlavolite;
|
||||
|
||||
import java.util.Set;
|
||||
|
||||
public class EndPoiTypes {
|
||||
public static final BCLPoiType ETERNAL_PORTAL_INACTIVE = BCLPoiType.register(
|
||||
BetterEnd.makeID("eternal_portal_inactive"),
|
||||
Set.of(EndBlocks.FLAVOLITE_RUNED_ETERNAL.defaultBlockState().setValue(RunedFlavolite.ACTIVATED, false)),
|
||||
0, 1);
|
||||
|
||||
public static void register() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue