removed EBE & fixed noisy files & updated .gitignore
git RM cached several files such as instance.cfg which would constantly show up despite being in git ignore. and git rm --cache filename < git add -f filename < reverses caching Removed EBE as it depends on toad lib (enhanced block entities)
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
enableCuttingBoardDeploying = true
|
||||
#.
|
||||
#List of Block Entities that can be boosted when placed on Blaze Stove
|
||||
boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet"]
|
||||
boostingCookerList = ["farmersdelight:cooking_pot", "farmersdelight:skillet", "miners_delight:copper_pot"]
|
||||
|
||||
#.
|
||||
#Config for Integration with other mods
|
||||
|
Reference in New Issue
Block a user