Twilight Portal can be smaller than 4 blocks
Andromander opened this issue ยท 1 comments
See:
twilightforest/src/main/java/twilightforest/block/BlockTFPortal.java
Lines 95 to 116 in 11db4d1
The check is for number.getInt() > 3
, but number is initialised to 64 and decremented, instead of being initialised to 0 and incremented.