new gem on worldgen

This commit is contained in:
minjaesong
2024-02-13 23:42:43 +09:00
parent 6e1af36a63
commit e5ac560966
27 changed files with 263 additions and 82 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
assets/mods/basegame/ores/259.tga LFS Normal file

Binary file not shown.

View File

@@ -1,22 +1,24 @@
"id";"item";"tags"
"1";"item@basegame:128";"COPPER,MALACHITE"
"2";"item@basegame:129";"IRON,HAEMATITE"
"3";"item@basegame:130";"COAL,CARBON"
"4";"item@basegame:131";"ZINC,SPHALERITE"
"5";"item@basegame:132";"TIN,CASSITERITE"
"6";"item@basegame:133";"GOLD,NATURAL_GOLD"
"7";"item@basegame:134";"SILVER,NATURAL_SILVER"
"8";"item@basegame:135";"LEAD,GALENA"
"1";"item@basegame:128";"COPPER,MALACHITE"
"2";"item@basegame:129";"IRON,HAEMATITE"
"3";"item@basegame:130";"COAL,CARBON"
"4";"item@basegame:131";"ZINC,SPHALERITE"
"5";"item@basegame:132";"TIN,CASSITERITE"
"6";"item@basegame:133";"GOLD,NATURAL_GOLD"
"7";"item@basegame:134";"SILVER,NATURAL_SILVER"
"8";"item@basegame:135";"LEAD,GALENA"
#"9";"item@basegame:143";"TITANIUM,RUTILE"
"256";"item@basegame:146";"SALT"
"257";"item@basegame:145";"GEM,SIO2,AMETHYST"
"258";"item@basegame:144";"GEM,SIO2,QUARTZ"
#"259";"item@basegame:136";"GEM,RUBY"
#"260";"item@basegame:137";"GEM,EMERALD"
#"261";"item@basegame:138";"GEM,SAPPHIRE"
#"262";"item@basegame:139";"GEM,TOPAZ"
#"263";"item@basegame:140";"GEM,DIAMOND"
"259";"item@basegame:147";"GEM,NITRE"
#"260";"item@basegame:136";"GEM,RUBY"
#"261";"item@basegame:137";"GEM,EMERALD"
#"262";"item@basegame:138";"GEM,SAPPHIRE"
#"263";"item@basegame:139";"GEM,TOPAZ"
#"264";"item@basegame:140";"GEM,DIAMOND"
#"512";"macro@BASETILE";"GRASS"
#"513";"macro@BASETILE";"MOSS"
Can't render this file because it contains an unexpected character in line 10 and column 2.

View File

@@ -1,16 +1,17 @@
"id";"freq";"power";"scale";"ratio";"tiling";"comment"
"1";"0.026";"0.010";"0.517";"1.0";"a16x16";"copper (malachite)"
"2";"0.045";"0.011";"0.517";"1.0";"a16x16";"iron (haematite)"
"3";"0.017";"0.070";"0.511";"3.8";"a16x4";"coal"
"4";"0.019";"0.011";"0.511";"1.0";"a16x16";"zinc (sphalerite)"
"5";"0.017";"0.017";"0.511";"1.0";"a16x16";"tin (cassiterite)"
"6";"0.009";"0.300";"0.474";"1.0";"a16x16";"natural gold"
"7";"0.013";"0.300";"0.476";"1.0";"a16x16";"natural silver"
"8";"0.017";"0.020";"0.511";"1.0";"a16x16";"lead (galena)"
"id";"freq";"power";"scale";"ratio";"tiling";"comment";"blocktagnongrata"
"1";"0.026";"0.010";"0.517";"1.0";"a16x16";"copper (malachite)";""
"2";"0.045";"0.011";"0.517";"1.0";"a16x16";"iron (haematite)";""
"3";"0.017";"0.070";"0.511";"3.8";"a16x4";"coal";""
"4";"0.019";"0.011";"0.511";"1.0";"a16x16";"zinc (sphalerite)";""
"5";"0.017";"0.017";"0.511";"1.0";"a16x16";"tin (cassiterite)";""
"6";"0.009";"0.300";"0.474";"1.0";"a16x16";"natural gold";""
"7";"0.013";"0.300";"0.476";"1.0";"a16x16";"natural silver";""
"8";"0.017";"0.020";"0.511";"1.0";"a16x16";"lead (galena)";""
"256";"0.010";"-0.366";"0.528";"2.4";"a16x8";"rocksalt"
"257";"0.007";"0.100";"0.494";"1.0";"a16x8";"amethyst"
"258";"0.019";"0.015";"0.509";"1.0";"a16x8";"quartz"
"256";"0.010";"-0.366";"0.528";"2.4";"a16x8";"rocksalt";"DEEPROCK"
"257";"0.007";"0.100";"0.494";"1.0";"a16x8";"amethyst";""
"258";"0.019";"0.015";"0.509";"1.0";"a16x8";"quartz";""
"259";"0.010";"-0.166";"0.517";"1.4";"a16x8";"nitre";"DEEPROCK"
################################################################################
@@ -31,4 +32,5 @@
# - r16: use the hash of the tile position as a variant selection, module 16
# - r8: use the hash of the tile position as a variant selection, module 8
#
# comment: human-readable comments, not actually parsed
# comment: human-readable comments, not actually used
# blocktagnongrata: blocks with matching tag will not bear the ore. leave empty "" to allow all
Can't render this file because it contains an unexpected character in line 36 and column 81.