From 391f0f1341fa4a096f9c21bb5966d19b1885b491 Mon Sep 17 00:00:00 2001 From: MelanX Date: Sat, 24 Aug 2024 22:11:53 +0200 Subject: [PATCH] Add Cucurbita mod documentation --- docs/mods/cucurbita.mdx | 83 ++++++++++++++++++ docs/mods/curse-of-curses.mdx | 18 ++-- docs/mods/yellow-snow.mdx | 10 ++- src/css/custom.css | 4 + static/img/projects/cucurbita/bio_mass.png | Bin 0 -> 538 bytes static/img/projects/cucurbita/melon_stem.png | Bin 0 -> 235 bytes static/img/projects/cucurbita/pumpkin_jam.png | Bin 0 -> 620 bytes .../cucurbita/pumpkin_jam_nutrition.png | Bin 0 -> 835 bytes .../img/projects/cucurbita/pumpkin_pulp.png | Bin 0 -> 320 bytes .../img/projects/cucurbita/pumpkin_stem.png | Bin 0 -> 237 bytes .../img/projects/cucurbita/pumpkin_stew.png | Bin 0 -> 403 bytes .../cucurbita/pumpkin_stew_nutrition.png | Bin 0 -> 869 bytes 12 files changed, 107 insertions(+), 8 deletions(-) create mode 100644 docs/mods/cucurbita.mdx create mode 100644 static/img/projects/cucurbita/bio_mass.png create mode 100644 static/img/projects/cucurbita/melon_stem.png create mode 100644 static/img/projects/cucurbita/pumpkin_jam.png create mode 100644 static/img/projects/cucurbita/pumpkin_jam_nutrition.png create mode 100644 static/img/projects/cucurbita/pumpkin_pulp.png create mode 100644 static/img/projects/cucurbita/pumpkin_stem.png create mode 100644 static/img/projects/cucurbita/pumpkin_stew.png create mode 100644 static/img/projects/cucurbita/pumpkin_stew_nutrition.png diff --git a/docs/mods/cucurbita.mdx b/docs/mods/cucurbita.mdx new file mode 100644 index 0000000..e3c1172 --- /dev/null +++ b/docs/mods/cucurbita.mdx @@ -0,0 +1,83 @@ +# Cucurbita + +import ProjectHeader from '@site/src/components/ProjectHeader'; + + + +**Cucurbita** is a mod created during **Spooky Jam 2020**. It introduces new mechanics centered around pumpkins, +crafting, and fluid management. This mod adds a variety of crafting recipes that require both fluids and items, allowing +players to create unique foods and special items. + +## New Blocks +### Homemade Refinery + +The **Homemade Refinery** is a straightforward block that processes a single item to produce a fluid and sometimes an +additional item. Here's how to use it: + +- **Adding Items**: Right-click with the item in hand. +- **Extracting Items**: Shift-right-click with an empty hand to remove the current item. +- **Extracting Fluids**: Use pipes from any pipe mod or a bucket once 1000 mB of fluid have been produced. + +To delete fluids, see [wands](#wands) To operate it, you need to apply heat. + +#### Currently Implemented Heat Sources + +| Block | Heat | +|---------------|-------| +| Torch | 200K | +| Soul Torch | 230K | +| Magma Block | 250K | +| Campfire | 300K | +| Soul Campfire | 450K | +| Fire | 750K | +| Soul Fire | 1000K | +| Lava | 1200K | + +### Hollowed Pumpkin + +The **Hollowed Pumpkin** is a specialized block that processes items with the help of heat to produce fluids and +additional items. Here's how to use it: + +- **Adding Items**: Right-click with the item in hand. The pumpkin has 16 slots available for item input. +- **Extracting Items**: Shift-right-click with an empty hand to remove the last added item. +- **Inserting Fluids**: Use a bucket on the pumpkin to insert any fluid. The pumpkin can store up to 2000 mB. It will + also collect water when it's raining and the pumpkin can see the sky. +- **Extracting Fluids**: The fluids can't be extracted, just deleted using a [wand](#wands). +- **Finish Recipe**: Use a wand when all ingredient are inserted and enough heat is supplied. + +A **Hollowed Pumpkin** is made by using a [Spoon](#spoons) on a Carved Pumpkin. + +## New Items +### Wands +Wands are crafted from melon or pumpkin stems, which can be obtained by breaking a fully-grown stem with a hoe. + +With these wands, you can complete a recipe in the Hollowed Pumpkin by simply right-clicking when the recipe is ready; +shift-right-click toggles the mode to delete fluids, which will remove the fluid from both the refinery and the pumpkin, +as well as any fluids placed in the world. + +### Spoons +A spoon can be used to hollow a Carved Pumpkin. For that, you just need to right-click it a few times. This generates +Pumpkin Pulp, a crafting ingredient. + +### Food + +| Icon | Name | Nutrition | +|-----------------------------------------------|--------------|---------------------------------------------------------| +| ![](/img/projects/cucurbita/pumpkin_stew.png) | Pumpkin Stew | ![](/img/projects/cucurbita/pumpkin_stew_nutrition.png) | +| ![](/img/projects/cucurbita/pumpkin_jam.png) | Pumpkin Jam | ![](/img/projects/cucurbita/pumpkin_jam_nutrition.png) | + +### Crafting Ingredients + +All of these items are used for crafting only, but they can also be used on a composter to fill it. + +| Icon | Name | Composter Chance | +|-----------------------------------------------|--------------|------------------| +| ![](/img/projects/cucurbita/bio_mass.png) | Bio Mass | 60% | +| ![](/img/projects/cucurbita/pumpkin_pulp.png) | Pumpkin Pulp | 20% | +| ![](/img/projects/cucurbita/melon_stem.png) | Melon Stem | 30% | +| ![](/img/projects/cucurbita/pumpkin_stem.png) | Pumpkin Stem | 30% | + +## New Fluid +### Plant Oil +Plant Oil can be obtained by pressing some items such as seeds in the [Homemade Refinery](#homemade-refinery). It can be +placed into the world. diff --git a/docs/mods/curse-of-curses.mdx b/docs/mods/curse-of-curses.mdx index 6fed77b..a2597de 100644 --- a/docs/mods/curse-of-curses.mdx +++ b/docs/mods/curse-of-curses.mdx @@ -9,23 +9,31 @@ items at random times to the player. For adjusting the chance, please use the co ## Config -You can set various aspects of how the curses are applied via the config file. These include the times at which curses might be applied, their probabilities, and other features. +You can set various aspects of how the curses are applied via the config file. These include the times at which curses +might be applied, their probabilities, and other features. ## Danger Times -You can set the number of "danger times" during a Minecraft day when curses can be applied. By default, there are 3 danger times between ticks 18000 and 21000. At these specified ticks, each player has a chance to receive curses based on the configured probability. The default chance is 1% for each item, and the curses will continue to be applied to multiple items unless configured otherwise. +You can set the number of "danger times" during a Minecraft day when curses can be applied. By default, there are 3 +danger times between ticks 18000 and 21000. At these specified ticks, each player has a chance to receive curses based +on the configured probability. The default chance is 1% for each item, and the curses will continue to be applied to +multiple items unless configured otherwise. ## Cursed Items -Curse of Curses not only applies curses to normal items but also to already cursed items. If there is no matching curse available for a particular item, it will not receive an additional curse. +Curse of Curses not only applies curses to normal items but also to already cursed items. If there is no matching curse +available for a particular item, it will not receive an additional curse. ## Cursed Sleep -For players who wish to escape the curses, Curse of Curses includes a feature that applies curses while sleeping. By default, this feature is enabled. If you only want to punish players who sleep multiple times, you can set a row count, and curses will only be applied after a specific number of sleeps. +For players who wish to escape the curses, Curse of Curses includes a feature that applies curses while sleeping. By +default, this feature is enabled. If you only want to punish players who sleep multiple times, you can set a row count, +and curses will only be applied after a specific number of sleeps. ## Blacklisted Curses -If there are specific curses that you do not want to be applied by this mod, you can use the `blacklistedCurses` option in the config file. Simply add the curses you want to ignore to the denylist. For example: +If there are specific curses that you do not want to be applied by this mod, you can use the `blacklistedCurses` option +in the config file. Simply add the curses you want to ignore to the denylist. For example: - `"minecraft:*"` -> ignores all curses added by Minecraft - `"minecraft:binding_curse"` -> ignores Curse of Binding diff --git a/docs/mods/yellow-snow.mdx b/docs/mods/yellow-snow.mdx index b2f8242..9cbc0b8 100644 --- a/docs/mods/yellow-snow.mdx +++ b/docs/mods/yellow-snow.mdx @@ -4,11 +4,14 @@ import ProjectHeader from '@site/src/components/ProjectHeader'; -The most epic mod made for [WinterJam 2020](https://www.curseforge.com/minecraft/modpacks/mmds-winterjam-2020). It adds peed snow. +The most epic mod made for [WinterJam 2020](https://www.curseforge.com/minecraft/modpacks/mmds-winterjam-2020). It adds +peed snow. ## Peed Snow Spread -This snow can spread onto normal snow (configurable) with the same speed of grass spreading. The duration you need to stand on a snow block to turn it into yellow snow is 5 seconds and can be changed in config. Players are not able to pee on snow by default (configurable), but all monsters and animals can. +This snow can spread onto normal snow (configurable) with the same speed of grass spreading. The duration you need to +stand on a snow block to turn it into yellow snow is 5 seconds and can be changed in config. Players are not able to pee +on snow by default (configurable), but all monsters and animals can. ## Snowball Damage @@ -16,7 +19,8 @@ Throwing a snowball will hurt on impact. The damage is 0.5 to 1 heart, with an a ## Compatibility -This mod is also compatible with [Naughty or Nice](https://www.curseforge.com/minecraft/mc-mods/naughty-or-nice). Placing a snow block (layer) will remove 0.01 niceness, while breaking it will add 0.005 points. +This mod is also compatible with [Naughty or Nice](https://www.curseforge.com/minecraft/mc-mods/naughty-or-nice). +Placing a snow block (layer) will remove 0.01 niceness, while breaking it will add 0.005 points. ## Showcase diff --git a/src/css/custom.css b/src/css/custom.css index 25d3822..376a764 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -17,6 +17,10 @@ --docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1); } +td { + vertical-align: middle; +} + /* For readability concerns, you should choose a lighter palette in dark mode. */ [data-theme='dark'] { --ifm-color-primary: #25c2a0; diff --git a/static/img/projects/cucurbita/bio_mass.png b/static/img/projects/cucurbita/bio_mass.png new file mode 100644 index 0000000000000000000000000000000000000000..35bd62e8d5d2d0fe714ba2d9af858dd2ba1d5c5c GIT binary patch literal 538 zcmV+#0_FXQP);k#>{B;fEStp|fW-lPtv3pIS+AN?fBIxKrjLEyN z+&_oC@Df8!*H}qMGOP2x+`!Wp!^X2tMhnbcK)%5KI1UGLy&8I!XYwvvZX=NUM3yPP zMPQ1)=$m~4uIV5829|!pvhl2w(E@W9knwb6PP+B~Gz`j31g7YR9mu=2+#BzXPO%3p zJ-D$u?I$*#=|lNxa4qnk3;ZhXOn2%xo#1a7*ftHsgPm&wPj`DJf4+`C@6)3N<}RSo cXf*$v?8vp2*-tW--GkPtE@r?EdMMEki+wFZhhjl z5(senysoX!{dW3IT$dIBZtwNd`jk8m1h^64Rz5&!OuSYC0dD2b0|B#)?sfgJBj8Bo z19WpbW&RD~#tCrJjqW`I|ExJ20UK+k8l3@s?2aD6DG=bc_Y9;%fScam1UL}jMu3|J l=$kmMON#(E0^DW>d;vODWXg+9T>Jn4002ovPDHLkV1jJIUReMD literal 0 HcmV?d00001 diff --git a/static/img/projects/cucurbita/pumpkin_jam.png b/static/img/projects/cucurbita/pumpkin_jam.png new file mode 100644 index 0000000000000000000000000000000000000000..2620e08b08bd693af664e48357b5e59ef35cea00 GIT binary patch literal 620 zcmV-y0+aoTP)YU7{y!v7F1NaIEfG7q?6!72;wUUx|&)Hy4{t@UF{JGZjbhZHIUr10HfVI4N`7la7 zNWldF6I=i^iu2?egx`TBl@HKZ+pd_C)Podi1GHL5W&`^Vl>xM3V^MSx3#a4)K<{z^ zaF<2XxLY59U`gcyl&lrT#CG6V2FMrQrWq4E#Kkhe?(xeMtuGB10GCVbbsgk2E)YPp z|3jfNK;$csgUSG+{f`9xfC~U7xH*7Ey`BL)o*!geDDW>+8GzOnq3;6(qUlw;Eze%Z zxq+rJ3@)!pfDjB;0N9DS^F12H$4E4dhdHkRz1Rm-24Jif{p)^}0kq=N1g#$#j2UAX zh8LI!sa&bC)KlXfTK)OgxO@QT2u(}%hL{EDdbZc$_3gEo-iv9&~9B}3Yy>s+)w>Z~!M0eR)5Ryp+)cyt3WMiZ2$3g=D0000pbjbk literal 0 HcmV?d00001 diff --git a/static/img/projects/cucurbita/pumpkin_jam_nutrition.png b/static/img/projects/cucurbita/pumpkin_jam_nutrition.png new file mode 100644 index 0000000000000000000000000000000000000000..d3db270b4553249b59d39f5fb7d6c09db0a0e646 GIT binary patch literal 835 zcmeAS@N?(olHy`uVBq!ia0vp^2|(<_!3HEJecM#Zz`)Gq>Eakt5%+ec?Wzz*fmZcW zcK$mD&M=oJD6Kni<_hZ$M&F}XE_k>YNSrY-s@tQgq1Kh~gpX%^V^2u^_TBl@i+?|l zJDU)Rs6wWm1)iVTQW8ivUu+=H)H2t5_S0dN@@Rs z3w8VXzdU@TB=Gv|oUI(s>UZtoxso{ll}5ukFgljP`@iz9SpYNhrndU}|4IV;>ubIl z2t1!z-sZ?y;s!=)(hOgpKAr3!%ER$W^24R-^>X+5kG!9gfA4J@(~BMulIY1%FlkxD zI4Av{rs|9OlJ8{;mh-=3dGuQZ*&rS_vk9usH}aqT(_ZJG@oo0b!;2WK7K0F5GkeO{ z$DemQ{E?d|{w@7#!u(eS2iHi+ocXs#>P@h$-i*-Z=9}|Fn`>7cX5E}sVDNi$)`s&1 zEbPAf_pv=HzZ~9u@!QIC8SMSr{7c=eE4I|GGQM?i@!McoIhU<%?}KMIvj?qx`1{JU z2aO@wKkT+zRw!JR+UL)y*dmbp;q9w?DM#NgGU8fb3`EhK4=QZ@)IUb^M86kJ-?`x7 zAK`iTZ`y0cHD|1HpYybdO`BoA#c5XFeJ2?&%$UsAemH*PbC*^3w9m!1uxU4(VvN~) z(>Khd#`DedKl3j9n6dDU<-}FryNc5)|w29tzit)t|YF!zqf7LmFS#Wua$T2Xf#-w zSTDPhmnU*SW|nMlmbtkyOM<8DGt-ZA7`#@P&2J3wZVZ^SzlEt|#yW;)A+!Atuash3 z;^Y4}uIakM`{;W=k6tM7V*GQ^y54k8;|6=TS3j=2SFPavwD0NM{ZiSi6Ra#seOBH3 z_ipOkh1fuo0ekNjvkq}>Ow)+SJjGs&#RXu z`rpWKzfMZ>56!RusXM;pRc4QSSzl|Z;l|}!CUcVZ0u$}W{hy?TE-hYb){$xi%p44! Lu6{1-oD!Mdifa7jW%b@DMJ&g0>(!d30!MO`nDNU5hSItD9Z(M_{5((7!rsO=vh83{xPB&FGRjKNV0000Y3&1A-n1ehq5X4DK$-@O{=k(EBOq<` z4xnK=zCVtDUpn%^x<&&u%=i2a0qFpxUxhlOGvNE<{Kg5WVsr+4U0DRAX@H&$Uso0Z nX#}LT571v?0ul&FBj5`kdk;LDUC_Xj00000NkvXXu0mjfvmaj~ literal 0 HcmV?d00001 diff --git a/static/img/projects/cucurbita/pumpkin_stew.png b/static/img/projects/cucurbita/pumpkin_stew.png new file mode 100644 index 0000000000000000000000000000000000000000..c3568ae0f52931050519ed74b05678c04172b16f GIT binary patch literal 403 zcmV;E0c`$>P)F;1U;&pi&?y+^67&ps@e68aOeV#0@TTD^Pz2R5-}3z#p){ z{Bi6QKkFRIx&^T?&f$7IOAF*y;0hO5V6~Vym(PW>QS7bsiq}YDftTBnvu%L_7daL< z#YK(V49&0k#5W>IXhaKmOi`fZfe$Mk-TD9k002ovPDHLkV1lqywo(89 literal 0 HcmV?d00001 diff --git a/static/img/projects/cucurbita/pumpkin_stew_nutrition.png b/static/img/projects/cucurbita/pumpkin_stew_nutrition.png new file mode 100644 index 0000000000000000000000000000000000000000..5fc3aab9955adf757c1ccfef34baf9731df24291 GIT binary patch literal 869 zcmeAS@N?(olHy`uVBq!ia0vp^2|(<_!3HEJecM#Zz`(5I>Eakt5%+egVV zX788-+m7&h2&gM4KV_KHATqItspW)@QAbBD+ldVmcCb7Ynz7({W%c&w*;O(BFZ-`b z*|vQ7YO5QYH!srYTGX-mO@>*`d@IY03A1?bFZbh?1o!5FHM*~E#H>@;qdF{y+7vuJ-b^j>+_PuX%V^eO0Mv%hMKzUGS81!FCV+* z$Ju1M92WUKvwRU23upR;Gl;yOy{~-{)CEu*R!D};PPa1Iu=2jW9ndwRUl0ABJ0!7FGdi$^&65R=S-_yv>RP11#haHuPdDsOoJufvMM4%M{~1I52fuz*-4uTR z5Ko%#p3BVDy)PoUUo`A>`(pEpwZbtbE>17|(<|FORn>XF zZ_g6o*&%k}(N+094YU2zyG5Dr3%}p|KW9&aM2#*(#W5SDuM-uN4p!z@c7OS`<`9GA zhj|tA|1PdjvxP}qWh#56?C8?;`JU7!hEE^wE8c}vjn)fH+*4B?7Z{!S3#idrz$xXai_PsElK}v z*BDmI8A|Sa{WWm~Se$uz7UTD)Uu`(p{8Due%<7yIy+=x4Wc|HEu4`9{ec)ezjQi;7 z?FMg5m+B_;-)sHwPbyC1-p-?|KRSJUrOQ+8>%N~spW}Q_c>ek7r+Y;cL+0mYF_!nd zy6mg_pf9j?*Fz?aYwj;hA6&itIqs(2-kw*&O^v~8`Y&W3Se?GYc2jMYzopr034jAeE