14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
{
|
|
/* This file controls values specifically for BetterEnd.
|
|
Material modifiers are set to the base damage of each material's tier.
|
|
Values are ints, meaning you cannot have values with a decimal point.
|
|
Valid:
|
|
- '5'
|
|
|
|
Invalid:
|
|
- '3.4'
|
|
*/
|
|
"AETERNIUM_MOD": 0,
|
|
"TERMINITE_MOD": 0,
|
|
"THALLASIUM_MOD": 0
|
|
} |