mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
im at tmobile currently and cant check whether this even fucking works so thats great
This commit is contained in:
parent
16f9c4ad16
commit
12c54d66e7
@ -5,6 +5,7 @@ import java.util.HashMap;
|
|||||||
import java.util.List;
|
import java.util.List;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
import java.util.Random;
|
import java.util.Random;
|
||||||
|
import java.util.function.Predicate;
|
||||||
|
|
||||||
import com.hbm.blocks.ModBlocks;
|
import com.hbm.blocks.ModBlocks;
|
||||||
import com.hbm.config.StructureConfig;
|
import com.hbm.config.StructureConfig;
|
||||||
@ -87,7 +88,7 @@ public class NTMWorldGenerator implements IWorldGenerator {
|
|||||||
spawnWeight = 8;
|
spawnWeight = 8;
|
||||||
}});
|
}});
|
||||||
|
|
||||||
NBTStructure.registerNullWeight(0, 2);
|
NBTStructure.registerNullWeight(0, 2, beachBiomes::contains);
|
||||||
|
|
||||||
Map<Block, BlockSelector> bricks = new HashMap<Block, BlockSelector>() {{
|
Map<Block, BlockSelector> bricks = new HashMap<Block, BlockSelector>() {{
|
||||||
put(ModBlocks.meteor_brick, new MeteorBricks());
|
put(ModBlocks.meteor_brick, new MeteorBricks());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user