config: import pack config files
This commit is contained in:
parent
b76c650efe
commit
ed0f520976
126 changed files with 12995 additions and 0 deletions
12
config/carryon-client.json
Normal file
12
config/carryon-client.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"//facePlayer": "If the front of the Tile Entities should face the player or should face outward",
|
||||
"facePlayer": false,
|
||||
"//renderArms": "Arms should render on sides when carrying. Set to false if you experience issues with mods that replace the player model (like MoBends, etc)",
|
||||
"renderArms": true,
|
||||
"//modelOverrides": "Model Overrides based on NBT or Meta. Advanced users only! Read about the format here: https://github.com/Tschipp/CarryOn/wiki/Model-Override-Config",
|
||||
"modelOverrides": [
|
||||
"minecraft:redstone_wire->(item)minecraft:redstone",
|
||||
"minecraft:bamboo_sapling->(block)minecraft:bamboo",
|
||||
"minecraft:candle_cake->(block)minecraft:cake"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue