hjake123 / reactive

A Minecraft NeoForge mod based around alchemy and experimentation.
https://www.curseforge.com/minecraft/mc-mods/reactive
Other
4 stars 1 forks source link

Suggestion: Creative "View All" cheat #18

Closed CTH999 closed 1 year ago

CTH999 commented 1 year ago

So, this idea is simple. It's the ability to, using a creative command, completly fill the book, so you know all the recipes. For those willing to have spoilers, and learn the more intriciase of mechanics, not discovering (So, someone could find how to optimize ratios, and bypass finding every recipe first)

hjake123 commented 1 year ago

This is already possible! To disable the advancement gating entirely, go to config/patchouli-client.toml and add reactive:journal to the noAdvancementBooks list. This will reveal all entries.

If instead you just want to 'cheat' past one advancement block, but leave the rest intact, you can give yourself the relevant advancement. This is done using the /advancement grant @p only reactive:(advancement_name) command to give yourself one of the reactive advancements. The advancements aren't named the same things as the pages they unlock, so it might be confusing to find exactly the gate you want to open. I'd recommend the first approach.

You might also be interested in the client config option that shows all Power sources in JEI, located in config/reactive-client.toml

CTH999 commented 1 year ago

okay. Thing is, I used /advancement grant @p all...

hjake123 commented 1 year ago

That would also work but it would mess with other mods and the vanilla advancement track... All the pages should be unlocked in that case though