-
Notifications
You must be signed in to change notification settings - Fork 0
Resource Potatoes
Resource Potatoes is a mod that takes inspiration from various sources throughout modding history, such as the Karat mod featured in Project Ozone 3, Sky Orchards featured in the popular SkyFactory series, and most prominantely, MysticalAgriculture/Magical Crops.
It adds 15 new potato types, which by default are only obtainable through end city loot chests. Each potato allows you to grow a specific material!
Coal, Copper, Iron, Gold, Redstone, Lapis, Quartz, Diamond, Emerald, Netherite
Wooden, Stone, Nether, End, and Nature.
Potatoes are a guaranteed drop from Resource Potatoes, but Resin is only a 50% chance. Without resin, the potatoes are useless. Combining the resin with potatoes will let you craft the resources from these items. Resin can also be condensed into blocks.
Some recipes require you to mix two types of potato/resin to get a result. It is highly recommended to use JEI to view these.
I intend to add potatoes/resin for the vanilla mobs, and any missing vanilla resource that is needed for the mod to be completed.
As of version 1.0.6, we implemented the ability to change the blocks Resource Potatoes can grow on with the power of block tags. Here is an example datapack you can download, and change, to your needs.
This is the default version of the Amethyst Potato:
{ "values": [ "minecraft:budding_amethyst" ] }
To change this, simply replace "minecraft:budding_amethyst" with whatever you choose, like so:
{ "values": [ "mekanism:steel_block" ] }
Of course, it is important to make sure that whatever block you put here, EXISTS in the modpack you are loading. Anything outside of the minecraft namespace would require the mod to be loaded.
