Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //This is the only necessary file. No field is necessary. You can delete this commentary.
- //You can place these files inside of another zip, or inside of a new directory under the same folder.
- //The name of the file / directory determines the name of the block.
- //It must end with "_ore" It cannot contain spaces.
- //backgroundMatcher is only used to generate a new overlay.
- //It is not written here, as it defaults to "assets/minecraft/textures/blocks/stone.png"
- //This overlay will be placed inside of resources.zip, a resource pack.
- //There is no need to remove resources.zip from this location. It will be regenerated, if you do.
- //You will not need to apply the resource pack, but you can optionally create your own.
- //If you have dense variants enabled, a dense variant of this block will be automatically created for you.
- //if both "drop" and "dropSilkTouch" are set to the same drop (the same block), the block will drop
- //itself if "Variants Drop" is set to true in the config file.
- //This is a basic template, the values of which are the same as those of coal ore.
- //For another, more advanced template and more options, see this version: https://pastebin.com/ikBt34ew
- //For a simpler example, see this version: https://pastebin.com/ySPxBn75
- //To find out what empty fields will default to, see this version: https://pastebin.com/K1XnK8HW
- {
- "addToCustomPropertyGroup" : "minecraft",
- "originalTexture" : "assets/minecraft/textures/blocks/coal_ore.png",
- "languageKey" : "tile.oreCoal.name",
- "hardness" : 3.0F,
- "harvestLevel" : 0,
- "drop" : "minecraft:coal:0",
- "dropSilkTouch" : "minecraft:coal_ore:0",
- "dropRange" : [1, 1],
- "xpRange" : [0, 2]
- }
Advertisement
Add Comment
Please, Sign In to add comment