Update init.lua

This commit is contained in:
NO11 2021-07-11 16:10:05 +02:00 committed by GitHub
parent 647385f64a
commit c21f0c2321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ minetest.register_ore({
minetest.register_ore({
ore_type = "scatter",
ore = "mcl_core:water_source",
wherein = { "mcl_core:stone", "mcl_core:andesite", "mcl_core:diorite", "mcl_core:granite", "mcl_core:dirt" },
wherein = "mcl_deepslate:deepslate",
clust_scarcity = 9000,
clust_num_ores = 1,
clust_size = 1,