diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-04-22 14:31:54 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-04-22 14:31:54 +0300 |
| commit | b67ac617dc9c5f43b911158a281c3c61ced5ea5a (patch) | |
| tree | 649b4553f8b2e673b0c4b12e470feb7e7628de8e /ihl/worldgen/WorldGeneratorBase.java | |
| parent | aa42aedecd2d2842351088085e8fd9d69ec79565 (diff) | |
NEI titles translation
Diffstat (limited to 'ihl/worldgen/WorldGeneratorBase.java')
| -rw-r--r-- | ihl/worldgen/WorldGeneratorBase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihl/worldgen/WorldGeneratorBase.java b/ihl/worldgen/WorldGeneratorBase.java index b5468f5..dc68135 100644 --- a/ihl/worldgen/WorldGeneratorBase.java +++ b/ihl/worldgen/WorldGeneratorBase.java @@ -14,7 +14,7 @@ import net.minecraft.world.chunk.storage.ExtendedBlockStorage; public abstract class WorldGeneratorBase { private final Random random = new Random(); protected final Block ore; - private final Set<Block> replaceableBlocks = new HashSet<Block>(2); + protected final Set<Block> replaceableBlocks = new HashSet<Block>(2); public WorldGeneratorBase(Block oreIn, Block... replaceableBlocksIn) { ore = oreIn; |
