update: automodpack
This commit is contained in:
37
minecraft/config/azurelib.json
Normal file
37
minecraft/config/azurelib.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"bool": true,
|
||||
"number": 15,
|
||||
"longNumber": 16644564564561651,
|
||||
"floatNumber": 151.3123,
|
||||
"doubleNumber": 316.15646556,
|
||||
"string": "random text",
|
||||
"color": "#33AADD",
|
||||
"color2": "#66771166",
|
||||
"boolArray": [
|
||||
false,
|
||||
false,
|
||||
true,
|
||||
false
|
||||
],
|
||||
"intArray": [
|
||||
153,
|
||||
123,
|
||||
54
|
||||
],
|
||||
"longArray": [
|
||||
13,
|
||||
56,
|
||||
133
|
||||
],
|
||||
"floatArray": [
|
||||
500.0,
|
||||
1561.23
|
||||
],
|
||||
"stringArray": [
|
||||
"minecraft:test"
|
||||
],
|
||||
"testEnum": "C",
|
||||
"nestedTest": {
|
||||
"testInt": 13
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user