ported to 1.20.1
This commit is contained in:
mina
2023-12-09 13:08:34 +00:00
parent 63e6647c23
commit 9c4dbfeef7
160 changed files with 4397 additions and 6506 deletions

19
config/balm-common.toml Normal file
View File

@@ -0,0 +1,19 @@
#This is an example boolean property
exampleBoolean = true
#Range: > -2147483648
exampleInt = 42
exampleString = "Hello World"
exampleMultilineString = "Hello World"
#Allowed Values: Hello, World
exampleEnum = "Hello"
exampleStringList = ["Hello", "World"]
exampleIntList = [12, 24]
exampleEnumList = ["Hello", "World"]
[exampleCategory]
#This is an example category
#This is an example string inside a category
innerField = "I am inside"
#Range: -3.4028234663852886E38 ~ 3.4028234663852886E38
exampleFloat = 42.84000015258789