Insane96 / CustomFluidMixin

Custom Fluid Mixin is a pack developer mod that let you change how fluids interact, creating blocks and such
https://www.curseforge.com/minecraft/mc-mods/custom-fluid-mixin
6 stars 1 forks source link

Feature request: blocks result with weight #12

Closed Insane96 closed 3 months ago

Insane96 commented 3 months ago
"result": {
  "type": "block",
  "blocks": [
    {
      "block": "minecraft:cobblestone",
      "weight": 1
    },
    {
      "block": "minecraft:stone",
      "weight": 1
    }
  ]
}