File tree 3 files changed +15
-12
lines changed
3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,6 @@ Calinou (CC BY-SA 3.0):
53
53
default_papyrus.png
54
54
default_mineral_copper.png
55
55
default_glass_detail.png
56
- default_mineral_tin.png
57
- default_tin_block.png
58
- default_tin_ingot.png
59
- default_tin_lump.png
60
56
61
57
MirceaKitsune (CC BY-SA 3.0):
62
58
character.x
@@ -82,10 +78,6 @@ Splizard (CC BY-SA 3.0):
82
78
83
79
Zeg9 (CC BY-SA 3.0):
84
80
default_coal_block.png
85
- default_steel_block.png
86
- default_copper_block.png
87
- default_bronze_block.png
88
- default_gold_block.png
89
81
90
82
paramat (CC BY-SA 3.0):
91
83
wieldhand.png -- Copied from character.png by Jordach (CC BY-SA 3.0)
@@ -216,6 +208,16 @@ kaeza (CC-BY-SA 3.0):
216
208
default_desert_sandstone_brick.png
217
209
default_desert_sandstone_block.png
218
210
211
+ kilbith (CC BY-SA 3.0):
212
+ default_steel_block.png
213
+ default_copper_block.png
214
+ default_bronze_block.png
215
+ default_gold_block.png
216
+ default_tin_block.png
217
+ default_mineral_tin.png
218
+ default_tin_ingot.png
219
+ default_tin_lump.png
220
+
219
221
Glass breaking sounds (CC BY 3.0):
220
222
1: http://www.freesound.org/people/cmusounddesign/sounds/71947/
221
223
2: http://www.freesound.org/people/Tomlija/sounds/97669/
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ Copyright (C) 2010-2016:
43
43
Mito551
44
44
GreenXenith
45
45
kaeza
46
+ kilbith
46
47
47
48
You are free to:
48
49
Share — copy and redistribute the material in any medium or format.
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ function default.register_ores()
364
364
ore = " default:stone_with_tin" ,
365
365
wherein = " default:stone" ,
366
366
clust_scarcity = 10 * 10 * 10 ,
367
- clust_num_ores = 9 ,
367
+ clust_num_ores = 5 ,
368
368
clust_size = 3 ,
369
369
y_min = 1025 ,
370
370
y_max = 31000 ,
@@ -375,9 +375,9 @@ function default.register_ores()
375
375
ore = " default:stone_with_tin" ,
376
376
wherein = " default:stone" ,
377
377
clust_scarcity = 13 * 13 * 13 ,
378
- clust_num_ores = 7 ,
378
+ clust_num_ores = 4 ,
379
379
clust_size = 3 ,
380
- y_min = - 31000 ,
380
+ y_min = - 127 ,
381
381
y_max = - 32 ,
382
382
})
383
383
@@ -386,7 +386,7 @@ function default.register_ores()
386
386
ore = " default:stone_with_tin" ,
387
387
wherein = " default:stone" ,
388
388
clust_scarcity = 10 * 10 * 10 ,
389
- clust_num_ores = 9 ,
389
+ clust_num_ores = 5 ,
390
390
clust_size = 3 ,
391
391
y_min = - 31000 ,
392
392
y_max = - 128 ,
You can’t perform that action at this time.
0 commit comments