Skip to content

Commit

Permalink
Fix recipes and disable Jiggle Physics
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-evelyn committed Nov 28, 2024
1 parent 7650e5d commit 8cbc834
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 19 deletions.
95 changes: 95 additions & 0 deletions config/estrogen-client.toml
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
28 changes: 28 additions & 0 deletions config/estrogen-common.toml
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
13 changes: 8 additions & 5 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ hash = "2bc237f4d164b4a910781e8539e5b125f21eba5f371423b770b9137e522214f4"
file = "config/enchancement.json"
hash = "2c4a95596543261bc0bc92a39107b5e0dd5e8b7ff83dea511bcf6e12f0efa59d"

[[files]]
file = "config/estrogen-client.toml"
hash = "20837f44060b86c107b7b70cbb925dff7126d4f6d907bb4f56d786314c0fc624"

[[files]]
file = "config/estrogen-common.toml"
hash = "8c2abae0be3c1aad6244b47cbde95892d55d046ff15e35621eca5e5cbd276c87"

[[files]]
file = "config/fabric_loader_dependencies.json"
hash = "d024c65c1f339136ce04b1d0fe8063d3e50d74a22d040f730a8fe3e248faca02"
Expand Down Expand Up @@ -1538,11 +1546,6 @@ file = "mods/ns-cr-rc.pw.toml"
hash = "1a6fe5303c71f2c1cd0a412caf918024e5753b9bc31661eaea38b0071f8770fe"
metafile = true

[[files]]
file = "mods/ns-fd-rc.pw.toml"
hash = "3ddeef7e97f806fe523d6cef0e5ba61807ec28e73bbbee622817035cf46009ff"
metafile = true

[[files]]
file = "mods/nullscape.pw.toml"
hash = "8d93d1db086d63d10edb0a3ad6926aeb6e6aab8985ff3a7eac1ec313ebce4420"
Expand Down
13 changes: 0 additions & 13 deletions mods/ns-fd-rc.pw.toml

This file was deleted.

2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "ad2ced7c2299f59fbb50d756998eeeed04bfa6a3698fa51d8ff55a1172bb57bb"
hash = "4188b82fc3758a3ada39180bef57790b8aea363d2c18bb3ad7030c27906df373"

[versions]
fabric = "0.16.5"
Expand Down

0 comments on commit 8cbc834

Please sign in to comment.