Lots of mods from your modpack, highlight new shader
new shader doesn't have a problem at least with particles like the other did, but some botania stuff still doesn't render properly. Removed cantbreathe for being loud af Mods from your pack: torchmaster, chat heads, mouse tweaks, etc. added a map mod: atlas, craft massive books that contain interactive maps, alex's mobs, alex's mobs integration with sons of sins (craft homunculus), added strong boss to alexmobs end. added rat dimension, removed minechosis for being bs
This commit is contained in:
24
1.20.1-FearFactoryTest/minecraft/config/balm-common.toml
Normal file
24
1.20.1-FearFactoryTest/minecraft/config/balm-common.toml
Normal file
@ -0,0 +1,24 @@
|
||||
#This is an example enum property
|
||||
#Allowed Values: Hello, World
|
||||
exampleEnum = "Hello"
|
||||
#This is an example int property
|
||||
exampleInt = 42
|
||||
#This is an example int list property
|
||||
exampleIntList = [12, 24]
|
||||
#This is an example boolean property
|
||||
exampleBoolean = true
|
||||
#This is an example string property
|
||||
exampleString = "Hello World"
|
||||
#This is an example string list property
|
||||
exampleStringList = ["Hello", "World"]
|
||||
#This is an example enum list property
|
||||
exampleEnumList = ["Hello", "World"]
|
||||
#This is an example resource location set property
|
||||
exampleResourceLocationSet = ["minecraft:dirt", "minecraft:diamond"]
|
||||
|
||||
[exampleCategory]
|
||||
#This is an example string inside a category
|
||||
innerField = "I am inside"
|
||||
#This is an example float inside a category
|
||||
exampleFloat = 42.84000015258789
|
||||
|
Reference in New Issue
Block a user