Skip to content

Commit b0bd5a0

Browse files
committed
Change max vein size of overload ore to 5
1 parent 5c014b5 commit b0bd5a0

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/redcrafter07/processed/world/gen

1 file changed

+1
-1
lines changed

src/main/java/com/redcrafter07/processed/world/gen/OreType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import net.minecraftforge.common.util.Lazy;
66

77
public enum OreType {
8-
OVERLOAD(Lazy.of(ModBlocks.OVERLOAD_ORE), 2, 0, 30)
8+
OVERLOAD(Lazy.of(ModBlocks.OVERLOAD_ORE), 5, 0, 30)
99
;
1010

1111
private final Lazy<Block> block;

0 commit comments

Comments
 (0)