Skip to content

Instantly share code, notes, and snippets.

@jtrent238
Created October 30, 2015 02:01
Show Gist options
  • Save jtrent238/010cb23e46b9cf18ca25 to your computer and use it in GitHub Desktop.
Save jtrent238/010cb23e46b9cf18ca25 to your computer and use it in GitHub Desktop.
5.1.0
WARNING:
The first line indicates the version of this file.
If it does not match the version of the mod, this file will be replaced.
Backup this file if you want to keep any changes you made to it.
Instruction on how to customize the Lucky Block might be added
For now, look at everything below the '>drops' line to understand the syntax.
~SPAWNRATE/STRUCTURECHANCE~
The spawnrate means the Lucky Block will have a 1 in (spawnrate) chance of spawning per chunk.
This means the smaller the spawnrate, the more likely it is to spawn. Set it to 0 to prevent natural spawning.
The structureChance means every time the Lucky Block spawns it will have a 1 in (structureChance) chance of spawning within a structure.
~RECIPE~
To configure the recipe, use the first 3 groups of letters to show what the recipe will look like in the crafting table.
A space instead of a letter will indicate that nothing goes there. Then, match each letter to it's appropriate item/block.
Look below to understand. for no recipe, don't put anything below the recipe line.
>properties
spawnrate=200
structureChance=2
recipe=
doDropsOnCreativeMode=false
>craftingitems
>drops
/========== TOOLS & ARMOR ==========
/========== BLOCKS ==========
/========= ITEMS ==========
/========== GROUPS ==========
/========== ENTITIES ==========
/========== STRUCTURES ==========
/========== MONSTER APOCALYPSE ==========
/========== ENCHANTED ITEMS ==========
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment