init
This commit is contained in:
commit
6b926e53bf
19 changed files with 1365 additions and 0 deletions
24
json/TestMod.json
Normal file
24
json/TestMod.json
Normal 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
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue