This commit is contained in:
zeno 2024-02-28 11:59:54 -05:00
commit 6b926e53bf
19 changed files with 1365 additions and 0 deletions

24
json/TestMod.json Normal file
View file

@ -0,0 +1,24 @@
[
{
"namespace": "TestMod/CoolStuff",
"content": [
{
"color": "rgba(69,69,69)",
"name": "Cool Test Item",
"params": [
{
"func": "cohesion",
"options": []
},
{
"func": "gravity",
"options": [
50000,
7
]
}
]
}
]
}
]