This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Configuration file | |
| manualtweaks { | |
| # This string array can be used to add blocks manually to AquaTweaks. Note that these need to be the proper registry names. The cobblestone wall added here can also be removed. They are optional but might be useful for people who use the walls as pillars or something. [default: [cobblestone_wall]] | |
| S:tweaks < | |
| lotr:tile.stairsPomegranate | |
| lotr:tile.morgulTorch | |
| lotr:tile.trapdoorRedwood | |
| lotr:tile.fenceGateOrange | |
| lotr:tile.stairsDorwinionBrickFlowers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <root> | |
| <chest class="lotr.common.inventory.LOTRContainerPouch" row_size="27" large_chest="false"/> | |
| </root> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8" ?> | |
| <!-- | |
| |==============================================================| | |
| | INVENTORY TWEAKS Mod - By Jimeo Wan (jimeo.wan at gmail.com) | | |
| | Tree configuration | | |
| |==============================================================| | |
| # Q: WHAT IS THIS? | |
| # A: This file is used to store all the keywords you can use to create item rules, but also to define the items order. | |
| # You can move/change all that you want, but it's recommended not to delete any default item. |