mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-10 02:24:05 +09:00
worldgen: actually generating ores
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"0";"0";"0";"BLOCK_AIR";"0.0312";"0.0312";"0.0312";"0.0312";"1";"1";"NULL";"0";"1";"N/A";"0";"0";"4";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"INCONSEQUENTIAL,AIR"
|
||||
"1";"0";"0";"BLOCK_UPDATE";"0.0312";"0.0312";"0.0312";"0.0312";"1";"1";"NULL";"0";"1";"N/A";"0";"0";"4";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"INTERNAL"
|
||||
"16";"17";"17";"BLOCK_STONE";"0.1252";"0.1252";"0.1252";"0.1252";"48";"2400";"ROCK";"1";"1";"N/A";"0";"4";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"ROCK,NATURAL"
|
||||
"17";"17";"17";"BLOCK_STONE_QUARRIED";"0.1252";"0.1252";"0.1252";"0.1252";"48";"2400";"ROCK";"1";"1";"N/A";"0";"4";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"ROCK"
|
||||
"17";"17";"17";"BLOCK_STONE_QUARRIED";"0.1252";"0.1252";"0.1252";"0.1252";"48";"2400";"ROCK";"1";"1";"N/A";"0";"4";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"ROCK,NATURAL"
|
||||
"18";"18";"18";"BLOCK_STONE_TILE_WHITE";"0.1252";"0.1252";"0.1252";"0.1252";"48";"2400";"ROCK";"1";"1";"N/A";"0";"4";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.18";"STONE"
|
||||
"19";"19";"19";"BLOCK_STONE_BRICKS";"0.1252";"0.1252";"0.1252";"0.1252";"48";"2400";"ROCK";"1";"1";"N/A";"0";"4";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"STONE"
|
||||
"20";"20";"20";"BLOCK_STONE_DEEP";"0.1252";"0.1252";"0.1252";"0.1252";"80";"24600";"ROCK";"1";"1";"N/A";"0";"4";"16";"0.0000";"0.0000";"0.0000";"0.0000";"N/A";"N/A";"0.0";"ROCK,NATURAL"
|
||||
|
||||
|
@@ -17,6 +17,7 @@ id;classname
|
||||
16;net.torvald.terrarum.modulebasegame.gameitems.ItemWorkbench
|
||||
|
||||
128;net.torvald.terrarum.modulebasegame.gameitems.OreCopper
|
||||
129;net.torvald.terrarum.modulebasegame.gameitems.OreIron
|
||||
|
||||
256;net.torvald.terrarum.modulebasegame.gameitems.ItemSwingingDoorOak
|
||||
257;net.torvald.terrarum.modulebasegame.gameitems.ItemSwingingDoorEbony
|
||||
|
||||
|
BIN
assets/mods/basegame/ores/1.tga
LFS
BIN
assets/mods/basegame/ores/1.tga
LFS
Binary file not shown.
BIN
assets/mods/basegame/ores/2.tga
LFS
Normal file
BIN
assets/mods/basegame/ores/2.tga
LFS
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
"id";"item";"tags"
|
||||
"1";"item@basegame:128";"COPPER,MALACHITE"
|
||||
# "2";"item@basegame:129";"IRON,HEMATITE"
|
||||
"2";"item@basegame:129";"IRON,HEMATITE"
|
||||
# "3";"item@basegame:130";"GOLD,NATURAL_GOLD"
|
||||
# "4";"item@basegame:131";"COAL,CARBON"
|
||||
# "5";"item@basegame:132";"ZINC,SPHALERITE"
|
||||
|
||||
|
Can't render this file because it contains an unexpected character in line 3 and column 3.
|
4
assets/mods/basegame/ores/worldgen.csv
Normal file
4
assets/mods/basegame/ores/worldgen.csv
Normal file
@@ -0,0 +1,4 @@
|
||||
"id";"freq";"power";"scale";"comment"
|
||||
"1";"0.026";"0.01";"0.505";"copper (malachite)"
|
||||
"2";"0.040";"0.01";"0.505";"iron (haematite)"
|
||||
#"3";"0.040";"0.08";"0.501";"coal"
|
||||
|
Can't render this file because it contains an unexpected character in line 4 and column 2.
|
Reference in New Issue
Block a user