Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
RubixDev committed Dec 16, 2023
1 parent 389cbb7 commit babfb60
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The project setup is based off of [Fallen-Breath's template](https://github.com/
- [`TNT`](markdown/TNT_Category.md)

## Index
Count: 98
Count: 100
- [anvilledBlueIce](#anvilledblueice)
- [anvilledIce](#anvilledice)
- [anvilledPackedIce](#anvilledpackedice)
Expand All @@ -44,6 +44,7 @@ Count: 98
- [blastFurnaceSmoothQuartz](#blastfurnacesmoothquartz)
- [blastFurnaceSmoothSandStone](#blastfurnacesmoothsandstone)
- [blastFurnaceStone](#blastfurnacestone)
- [bulbDelay](#bulbdelay)
- [cactusFurnaceXp](#cactusfurnacexp)
- [campSleeping](#campsleeping)
- [cobbleCrushing](#cobblecrushing)
Expand All @@ -56,6 +57,7 @@ Count: 98
- [commandSudo](#commandsudo)
- [concreteConvertOnCauldron](#concreteconvertoncauldron)
- [concreteMixing](#concretemixing)
- [copperUnderwaterOxidationMultiplier](#copperunderwateroxidationmultiplier)
- [craftableCobwebs](#craftablecobwebs)
- [craftableHorseArmor](#craftablehorsearmor)
- [craftableNameTags](#craftablenametags)
Expand Down Expand Up @@ -234,6 +236,17 @@ Expect a lag spike when changing the value
- Additional notes:
- [Suggestion from Philipp766](https://github.com/RubixDev/Rug/issues/15)

### bulbDelay
Delay in ticks before Copper Bulbs switch their state

Setting to `1` reintroduces behavior from 23w43a
- Type: `int`
- Default value: `0`
- Suggested options: `0`, `1`, `2`
- Categories: `RUG`
- Additional notes:
- You must choose a value from 0 to 10

### cactusFurnaceXp
Amount of XP a Cactus smelted in a furnace gives

Expand Down Expand Up @@ -328,6 +341,15 @@ In combination with cobbleCrushing and gravelCrushing allows for an automatic Co
- Required options: `true`, `false`
- Categories: `EXPERIMENTAL`, `FEATURE`, `RUG`, `SURVIVAL`

### copperUnderwaterOxidationMultiplier
How much more likely copper blocks are to oxidize when touching water on at least three sides
- Type: `double`
- Default value: `1`
- Suggested options: `1`, `2`, `5`, `10`
- Categories: `RUG`
- Additional notes:
- You must choose a value from 1 to 100

### craftableCobwebs
Cobwebs can be crafted with 5 Strings in a cross pattern or with a 3x3 full area

Expand Down
4 changes: 3 additions & 1 deletion markdown/curseforge.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Extension for [gnembon's Carpet Mod](https://modrinth.com/mod/carpet) adding loa
If you encounter any issues, please let me know on [GitHub](https://github.com/RubixDev/Rug/issues).

## List of available Settings
Count: 98
Count: 100
- anvilledBlueIce
- anvilledIce
- anvilledPackedIce
Expand All @@ -21,6 +21,7 @@ Count: 98
- blastFurnaceSmoothQuartz
- blastFurnaceSmoothSandStone
- blastFurnaceStone
- bulbDelay
- cactusFurnaceXp
- campSleeping
- cobbleCrushing
Expand All @@ -33,6 +34,7 @@ Count: 98
- commandSudo
- concreteConvertOnCauldron
- concreteMixing
- copperUnderwaterOxidationMultiplier
- craftableCobwebs
- craftableHorseArmor
- craftableNameTags
Expand Down
4 changes: 3 additions & 1 deletion markdown/modrinth.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Extension for [gnembon's Carpet Mod](https://modrinth.com/mod/carpet) adding loa
If you encounter any issues, please let me know on [GitHub](https://github.com/RubixDev/Rug/issues).

## List of available settings
Count: 98
Count: 100
- anvilledBlueIce
- anvilledIce
- anvilledPackedIce
Expand All @@ -21,6 +21,7 @@ Count: 98
- blastFurnaceSmoothQuartz
- blastFurnaceSmoothSandStone
- blastFurnaceStone
- bulbDelay
- cactusFurnaceXp
- campSleeping
- cobbleCrushing
Expand All @@ -33,6 +34,7 @@ Count: 98
- commandSudo
- concreteConvertOnCauldron
- concreteMixing
- copperUnderwaterOxidationMultiplier
- craftableCobwebs
- craftableHorseArmor
- craftableNameTags
Expand Down

0 comments on commit babfb60

Please sign in to comment.