This commit is contained in:
Mnem42 2025-12-07 14:31:01 +00:00
parent d287ec2e9f
commit 6d6cf9cb2d
6 changed files with 0 additions and 2482 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +0,0 @@
[mod]
name = "test-finder"
version = "0.1.0"
external_elements = [
{path = "mods/loader_test/test_element.toml", name = "test_element"},
]
# Completely arbitrary
incompatible_mods = [
"mods/nousersthings.js",
"mods/lightmap.js",
"mods/betterSettings.js"
]
[scripts]
preload = [
"mods/loader_test/pre_load.js",
"mods/loader_test/random_file.js"
]
postload = [
"mods/loader_test/post_load.js",
"mods/loader_test/random_file.js"
]

View File

@ -1 +0,0 @@
console.log("POST LOAD RUNNING")

View File

@ -1 +0,0 @@
console.log("PRELOAD RUNNING")

View File

@ -1 +0,0 @@
console.log("THIS OTHER THING RUNNING")

View File

@ -1,14 +0,0 @@
name = "test_element"
color = ["#FF00FF", "#00FF00"]
state = "solid"
namedBehavior = "POWDER_OLD"
category = "solids"
tempHigh = 100
stateHigh = "gold"
density = 100
conduct = 1.0
[reactions]
water = {elem = "ash", elem2 = "pop"}
cement = {elem1 = "sand"}
blood = {elem1 = "n_explosion"}