AgriCraft

AgriCraft

30M Downloads

Nearby blocks requirement example

Smartaros opened this issue ยท 1 comments

commented

When adding blocks to the requirements section "nearby" the whole script stops working.
"requirement": { "min_light": 10, "max_light": 16, "soils": [ "gravel_soil" ], "bases": [ "thermalfoundation:storage_alloy" ], "nearby": { "minecraft:iron_ore", "minecraft:coal_ore" }
Is there any example that describes how to correctly add blocks to this "nearby" section?

commented

Nearby should take the format of the following:

"nearby": {
    "minecraft:iron_ore": <radius>,
    "minecraft:coal_ore": 10
}