mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
Fixes #1806 Fixes #1730 Fixes #1747 Partially addresses #1763 Addresses #1283 Fixes #1799 Fixes #1816 Fixes #1813
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
#define ORE_URANIUM "uranium"
|
|
#define ORE_IRON "iron"
|
|
#define ORE_COAL "coal"
|
|
#define ORE_SAND "sand"
|
|
#define ORE_PHORON "phoron"
|
|
#define ORE_SILVER "silver"
|
|
#define ORE_GOLD "gold"
|
|
#define ORE_DIAMOND "diamond"
|
|
#define ORE_PLATINUM "platinum"
|
|
#define ORE_HYDROGEN "mhydrogen"
|