There are 3 Items in this mod.
RandoMachine - An Item that gives you the max stack of a random item, you've put in a list.
But the list deletes the item you got, making these items a limited supply.
RandoMachine (infinite edition) - An Item that gives you a random number of any item you have in the list. (doesn't delete items from the list)
(currently has 1 bug I can find, will erase once it works properly)
Resetter - An item which on right click, will reload the itemsLeft.txt list file,
and showing you how many items you have in that list.
How To Use:
A text file will called "items.txt" be created inside "config/randoMachine/", in your .minecraft modded directory
In that items.txt file, you will need to add in your items on each line.
The syntax looks like this:
MODID + ITEMNAME + | + METADATA
so
minecraft:planks|0
or
actuallyadditions:block_misc|3
would be "Black Quartz Ore" from Actually Additions mod by Ellpeck
If you don't type the metadata in, it will default to 0
The config files will automatically create themselves when you run the game
But you don't need to restart the game to change your item loot table.
Notable Uses:
TellMe Item Dump mod by masady
For 1.12.2 I run the command
/tellme dump list items
Which will dump all the Item ID's from every installed mod
into it's own config folder at "config/tellme/"
I then copy paste all these itemID's and metadata
into my items.txt list.
The item's themselves don't have any recipes.
So you will either have to spawn them in using commands/command blocks
or configure lootbags/quest mod to give `flrm:machine_rando`
Mod Compatibility Issues:
Using MachineRando Item in an ExtraUtilities2 Mechanical User, will delete the RandoMachine Item, and remove it from the list, but not give any item
Bug Update - It spawns the items at (0, 0, 0), thus spawning it into the void currently.
fixed
This post is WIP, I just wanted to make a page for it, will add pictures/videos in the future
You do not need permission to use this in your modpacks