-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix recipes and disable Jiggle Physics
- Loading branch information
1 parent
7650e5d
commit 8cbc834
Showing
5 changed files
with
132 additions
and
19 deletions.
There are no files selected for viewing
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,95 @@ | ||
#. | ||
#Global settings for the chest feature | ||
[chestRenderingGlobal] | ||
#. | ||
#Enable chest feature rendering | ||
chestFeatureRendering = true | ||
#. | ||
#Enable chest feature physics rendering | ||
chestPhysicsRendering = false | ||
#. | ||
#Enable chest feature armor rendering | ||
chestArmorRendering = true | ||
#. | ||
#Settings for the chest feature (for the local player) | ||
[chestEstrogen] | ||
#. | ||
#Enable chest feature physics | ||
chestPhysics = true | ||
#. | ||
#Enable chest feature | ||
chestFeature = true | ||
#. | ||
#Chest feature bounciness | ||
#Range: 0.0 ~ 1.0 | ||
chestBounciness = 0.27000001072883606 | ||
#. | ||
#Enable chest feature armor | ||
chestArmor = true | ||
#. | ||
#Chest feature physics damping | ||
#Range: 0.0 ~ 1.0 | ||
chestDamping = 0.375 | ||
#. | ||
#Settings for the dream block | ||
[dreamBlock] | ||
#. | ||
#Enable dream block texture animation | ||
animateTexture = true | ||
#. | ||
#Use advanced renderer for dream blocks, possibly incompatible with iris shaders. DEFAULT disables it automatically when shaders are in use | ||
#Allowed Values: ALWAYS, NEVER, DEFAULT | ||
advancedRendering = "DEFAULT" | ||
|
||
#. | ||
#UI element Configuration | ||
[dreamBlock.ui] | ||
#. | ||
#Enable dash overlay | ||
dashOverlay = true | ||
#. | ||
#Settings for the estrogen button in the create screen | ||
[estrogenButton] | ||
#. | ||
#y offset the estrogen button in the create screen | ||
#Offset is calculated off of the center of the Configure Button | ||
#Range: > -2147483648 | ||
yOffset = 0 | ||
#. | ||
#x offset the estrogen button in the create screen | ||
#Offset is calculated off of the center of the Configure Button | ||
#Range: > -2147483648 | ||
xOffset = -23 | ||
#. | ||
#Custom Splashes on the main menu! Requires resource reload | ||
estrogenSplashes = true | ||
#. | ||
#Enable the estrogen button in the create screen | ||
enabled = true | ||
#. | ||
#Miscellaneous settings | ||
[misc] | ||
#. | ||
#Allows you to pat entities by shift right-clicking them! | ||
entityPatting = true | ||
#. | ||
#Settings for Equippable Items | ||
[accessory] | ||
#. | ||
#Render estrogen patches on the player | ||
estrogenPatchRender = true | ||
#. | ||
#Compatibility between other mods settings | ||
[compat] | ||
#. | ||
#Enable ears Compatibility | ||
ears = true | ||
#. | ||
#Enable figura Compatibility | ||
figura = true | ||
#. | ||
#Settings for custom sounds and music | ||
[sounds] | ||
#. | ||
#Enable ambient music which starts playing on specific moments | ||
ambientMusic = 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#. | ||
#Settings which are more fun and not fit for survival | ||
[minigame] | ||
#. | ||
#Gives you permanent, unremovable Girl Power Effect | ||
permaDash = false | ||
#. | ||
#The level of Girl Power Effect when Perma-Dash is enabled | ||
#Range: 0 ~ 255 | ||
permaDashAmount = 0 | ||
#. | ||
#Enable/Disable all minigame settings | ||
minigameEnabled = false | ||
#. | ||
#Settings for the durations of effects | ||
[durations] | ||
#. | ||
#How long does Girl Power from the Crystal Estrogen Pill last in ticks | ||
#Range: 0 ~ 100000 | ||
estrogenChipCookieDuration = 6000 | ||
#. | ||
#How long does Girl Power from the Estrogen Pill last in ticks | ||
#Range: 0 ~ 100000 | ||
estrogenPillDuration = 6000 | ||
#. | ||
#How long does Girl Power from the Crystal Estrogen Pill last in ticks | ||
#Range: 0 ~ 100000 | ||
crystalEstrogenPillDuration = 6000 |
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 was deleted.
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