Balm (Fabric Edition)

Balm (Fabric Edition)

27M Downloads

Notoml doesn't support comments inside lists

BlayTheNinth opened this issue ยท 0 comments

commented

Minecraft Version

1.21.4

Mod Loader

Fabric

Describe the Issue

rules = [
    #"[is_block(#minecraft:planks)] refuse(planks)",
    #"[is_in_biome(minecraft:plains)] refuse(plains)",
    #"[has_effect(minecraft:strength, 1)] refuse(strength)",
    #"[is_tool(minecraft:diamond_pickaxe)] refuse(diamondpick)",
    #"[is_enchanted(minecraft:silk_touch, 1)] refuse(silktouch)",
    #"[mobs_nearby(10, 1)] refuse(mobs)",
    #"[entity_nearby(minecraft:pig, 10, 1)] refuse(pig)",
    #"[is_below_y(40)] refuse(below)",
    "[server_test] refuse(server)"
]

Logs

dev