Block Conversion - benbenlaw/InWorldRecipes GitHub Wiki

"inworldrecipes:block_conversion" This allows a block to be converted into another block in world after a certain amount of time Example below;

{
  "type": "inworldrecipes:block_conversion",
  "block_to_convert": "minecraft:emerald_block",
  "converted_block": "minecraft:obsidian",
  "pop_block": false,
  "requires_sunlight": false,
  "duration": 100
}

block_to_convert is required (block placed to be converted) converted_block is required (block to be placed after conversion) duration is required and is the amount of time in ticks it takes to convert the block

pop_block is optional and defaults to false requires_sunlight is optional and defaults to false requires_moonlight is if the block requires sunlight to convert dimension is optional and defaults to "none", this is the dimension the block will be converted in