-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9d43fe
commit f4d75cf
Showing
159 changed files
with
8,316 additions
and
1,077 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
["Stair Sitting Without Click"] | ||
#If this is set to true, sitting on a stair without clicking it will trigger Stair sitting poses. | ||
"No Click Stair Poses" = true | ||
|
||
["Click stair/slabs"] | ||
#If this is set to true, right clicking a stair or slab will make the player sit down. | ||
"No click stairs/slabs" = true | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"dumpTagMap": false, | ||
"dumpDuplicates": false, | ||
"dumpUnification": false, | ||
"dumpOverview": false, | ||
"dumpRecipes": false | ||
} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 | ||
|
||
# Apotheosis Enchantment Module Config | ||
|
||
client { | ||
# If enchanted book metadata (treasure, tradeable, etc) are shown in the tooltip. | ||
# Default: true | ||
B:"Show Enchanted Book Metadata"=true | ||
|
||
# The 1/n chance that a sculkshelf plays a sound, per client tick. Set to 0 to disable. | ||
# Default: 200; Range: [0 ~ 32767] | ||
I:"Sculkshelf Noise Chance"=200 | ||
} | ||
|
||
|
Oops, something went wrong.