Add new metal, wood, stone, and leaves types for various mods including BetterEnd, Natures Spirit, and Quark; enhance configuration clarity and organization across multiple files.

This commit is contained in:
Leonid Pershin
2026-05-08 10:47:28 +03:00
parent e0c966d37f
commit 05fd7ec484
204 changed files with 28319 additions and 1 deletions
+37
View 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": [
135.32,
1561.23
],
"stringArray": [
"minecraft:test"
],
"testEnum": "C",
"nestedTest": {
"testInt": 13
}
}