Skip to content

Instantly share code, notes, and snippets.

@Red3Tango
Red3Tango / block.properties
Created April 30, 2024 17:56
My Edit of ComplimentaryShader compatibility with TFC
#---------------------------------------------------------------------------------------------------------------------
# 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
#
#
@Red3Tango
Red3Tango / .bashrc
Last active November 27, 2022 18:07
bashrc file
# ~/.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*) ;;