Resourceful Tweaker

add resource providers via libcd datapack
item image
item image
item image
item image

Description

a note about funding: I don't accept money. If you wish to support something, find a local cause you believe in and donate time/money. If you don't know of one, ask your local churches (even if you don't believe in their faith, they generally have relationships with community programs), teen/woman's shelter, or any even your local social services department if there is a program or family in need. Support your community, I mod for fun not for your money.

 

 

Need Resources?! WE GOT 'EM!

 

This mod allows resource fruit crops, flowers (also crops), sheep and chickens to be dynamically added via LibCD tweakers.

 

registerFlower( [ unique id of plant ] , [ item id of resource ] , color, delay)
registerFruit( [ unique id of plant ] , [ item id of resource ] , color, delay)
registerSheep( [ item for setting ] , [ item id of resource ] , color)
registerChicken( [ item for setting ] , [ item id of resource ] , color)

 

EXAMPLE:

 

var ResourcefulTweaker = libcd.require("mod.linguardium.resourcefultweaks");

ResourcefulTweaker.registerFlower("cotton_copper", "c:copper_ingot", 0xa16f56);
ResourcefulTweaker.registerFruit("cotton_lead", "c:lead_ingot", 0x5b585f);
ResourcefulTweaker.registerFlower("cotton_tin", "c:tin_ingot", 0xc3c3c3);
ResourcefulTweaker.registerFruit("cotton_silver", "c:silver_ingot", 0xb1baba);
// need a block to make some nuggets
ResourcefulTweaker.registerSheep("c:copper_block","c:copper_nugget", 0xa16f56);
// or maybe something OP...
ResourcefulTweaker.registerChicken("c:copper_ore","c:copper_block", 0xa16f56);
 

 

Currently in Alpha, please report any errors.

A note about compatibility: The crops use block entities, which causes it to be incompatible with my pocket plants for the moment. Be aware.

The Resourceful Tweaker Team

profile avatar
  • 6
    Followers
  • 20
    Projects
  • 553.6K
    Downloads

More from linguardiumView all