Skip to content

Resource Potatoes

ChristianButNot edited this page Apr 4, 2025 · 4 revisions

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!

Potato Types

Ores

Coal, Copper, Iron, Gold, Redstone, Lapis, Quartz, Diamond, Emerald, Netherite

Other Types

Wooden, Stone, Nether, End, and Nature.

Resin

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.

Recipes

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.

Future Content

I intend to add potatoes/resin for the vanilla mobs, and any missing vanilla resource that is needed for the mod to be completed.

Addons, Changes, and Datapacks

Datapack Possibilities

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.

Clone this wiki locally