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
#--------------------------------------------------------------------------------------------------------------------- | |
# Hello! Welcome to the Complementary block library. Shaders use these IDs to perform block specific effects. | |
# If you want to add modded blocks, please feel free to put your block IDs in the following sections: | |
# | |
# block.10008: Leaves | |
# block.10004: Foliage (for Mc 1.13 and above, use the first "block.10004". Otherwise use the second "block.10004") | |
# block.10024: Modded Ores (shader will do its best to detect ore-pixels if "Enable Glowing Ores" setting is on) | |
# block.20000: No Parallax Occlusion Mapping | |
# | |
# |
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
# ~/.bashrc: executed by bash(1) for non-login shells. | |
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) | |
# for examples | |
export EDITOR=vim | |
export VISUAL=vim | |
# If not running interactively, don't do anything | |
case $- in | |
*i*) ;; |