@@ -576,7 +576,7 @@ function default.register_ores()
576
576
clust_scarcity = 7 * 7 * 7 ,
577
577
clust_num_ores = 5 ,
578
578
clust_size = 3 ,
579
- y_max = 0 ,
579
+ y_max = - 64 ,
580
580
y_min = - 127 ,
581
581
})
582
582
@@ -682,7 +682,7 @@ function default.register_ores()
682
682
clust_num_ores = 3 ,
683
683
clust_size = 2 ,
684
684
y_max = - 256 ,
685
- y_min = - 1023 ,
685
+ y_min = - 511 ,
686
686
})
687
687
688
688
minetest .register_ore ({
@@ -692,77 +692,77 @@ function default.register_ores()
692
692
clust_scarcity = 13 * 13 * 13 ,
693
693
clust_num_ores = 5 ,
694
694
clust_size = 3 ,
695
- y_max = - 1024 ,
695
+ y_max = - 512 ,
696
696
y_min = - 31000 ,
697
697
})
698
698
699
- -- Diamond
699
+ -- Mese crystal
700
700
701
701
minetest .register_ore ({
702
702
ore_type = " scatter" ,
703
- ore = " default:stone_with_diamond " ,
703
+ ore = " default:stone_with_mese " ,
704
704
wherein = " default:stone" ,
705
- clust_scarcity = 15 * 15 * 15 ,
706
- clust_num_ores = 4 ,
705
+ clust_scarcity = 14 * 14 * 14 ,
706
+ clust_num_ores = 5 ,
707
707
clust_size = 3 ,
708
708
y_max = 31000 ,
709
709
y_min = 1025 ,
710
710
})
711
711
712
712
minetest .register_ore ({
713
713
ore_type = " scatter" ,
714
- ore = " default:stone_with_diamond " ,
714
+ ore = " default:stone_with_mese " ,
715
715
wherein = " default:stone" ,
716
- clust_scarcity = 17 * 17 * 17 ,
717
- clust_num_ores = 4 ,
718
- clust_size = 3 ,
716
+ clust_scarcity = 18 * 18 * 18 ,
717
+ clust_num_ores = 3 ,
718
+ clust_size = 2 ,
719
719
y_max = - 512 ,
720
720
y_min = - 1023 ,
721
721
})
722
722
723
723
minetest .register_ore ({
724
724
ore_type = " scatter" ,
725
- ore = " default:stone_with_diamond " ,
725
+ ore = " default:stone_with_mese " ,
726
726
wherein = " default:stone" ,
727
- clust_scarcity = 15 * 15 * 15 ,
728
- clust_num_ores = 4 ,
727
+ clust_scarcity = 14 * 14 * 14 ,
728
+ clust_num_ores = 5 ,
729
729
clust_size = 3 ,
730
730
y_max = - 1024 ,
731
731
y_min = - 31000 ,
732
732
})
733
733
734
- -- Mese crystal
734
+ -- Diamond
735
735
736
736
minetest .register_ore ({
737
737
ore_type = " scatter" ,
738
- ore = " default:stone_with_mese " ,
738
+ ore = " default:stone_with_diamond " ,
739
739
wherein = " default:stone" ,
740
- clust_scarcity = 14 * 14 * 14 ,
741
- clust_num_ores = 5 ,
740
+ clust_scarcity = 15 * 15 * 15 ,
741
+ clust_num_ores = 4 ,
742
742
clust_size = 3 ,
743
743
y_max = 31000 ,
744
744
y_min = 1025 ,
745
745
})
746
746
747
747
minetest .register_ore ({
748
748
ore_type = " scatter" ,
749
- ore = " default:stone_with_mese " ,
749
+ ore = " default:stone_with_diamond " ,
750
750
wherein = " default:stone" ,
751
- clust_scarcity = 18 * 18 * 18 ,
752
- clust_num_ores = 3 ,
753
- clust_size = 2 ,
754
- y_max = - 512 ,
755
- y_min = - 1023 ,
751
+ clust_scarcity = 17 * 17 * 17 ,
752
+ clust_num_ores = 4 ,
753
+ clust_size = 3 ,
754
+ y_max = - 1024 ,
755
+ y_min = - 2047 ,
756
756
})
757
757
758
758
minetest .register_ore ({
759
759
ore_type = " scatter" ,
760
- ore = " default:stone_with_mese " ,
760
+ ore = " default:stone_with_diamond " ,
761
761
wherein = " default:stone" ,
762
- clust_scarcity = 14 * 14 * 14 ,
763
- clust_num_ores = 5 ,
762
+ clust_scarcity = 15 * 15 * 15 ,
763
+ clust_num_ores = 4 ,
764
764
clust_size = 3 ,
765
- y_max = - 1024 ,
765
+ y_max = - 2048 ,
766
766
y_min = - 31000 ,
767
767
})
768
768
@@ -786,8 +786,8 @@ function default.register_ores()
786
786
clust_scarcity = 36 * 36 * 36 ,
787
787
clust_num_ores = 3 ,
788
788
clust_size = 2 ,
789
- y_max = - 1024 ,
790
- y_min = - 2047 ,
789
+ y_max = - 2048 ,
790
+ y_min = - 4095 ,
791
791
})
792
792
793
793
minetest .register_ore ({
@@ -797,7 +797,7 @@ function default.register_ores()
797
797
clust_scarcity = 28 * 28 * 28 ,
798
798
clust_num_ores = 5 ,
799
799
clust_size = 3 ,
800
- y_max = - 2048 ,
800
+ y_max = - 4096 ,
801
801
y_min = - 31000 ,
802
802
})
803
803
end
0 commit comments