Windmill Sail
create:white_sail

Windmill Sail

Create · by simibubi
block Windmill SailsAxe Mineable

Acquisition

Crafting using Tough Fabric, Treated Stick, Treated Stick and Andesite Alloy, arranged in the pattern shown. Produces 2× Windmill Sail.

Crafting conditional
Tough Fabric
Treated Stick
Treated Stick
Andesite Alloy
Windmill Sail Windmill Sail ×2 guaranteed

Crafting using Any Wool, Treated Stick, Treated Stick and Andesite Alloy, arranged in the pattern shown. Produces 2× Windmill Sail.

Crafting
Windmill Sail Windmill Sail ×2 guaranteed

Crafting using Windmill Sail Frame, in any arrangement. Produces Windmill Sail.

Crafting ⇆ any arrangement
Windmill Sail Frame
Windmill Sail Windmill Sail guaranteed

Mining & drops

sourcecountchanceconditions
Windmill Sail1–1100%Survives Explosion
Block loot table: Black Sail (create) create:black_sail1–1100%Survives Explosion
Block loot table: Red Sail (create) create:red_sail1–1100%Survives Explosion
Block loot table: Green Sail (create) create:green_sail1–1100%Survives Explosion
Block loot table: Blue Sail (create) create:blue_sail1–1100%Survives Explosion
Block loot table: Purple Sail (create) create:purple_sail1–1100%Survives Explosion
Block loot table: Brown Sail (create) create:brown_sail1–1100%Survives Explosion
Block loot table: Light Gray Sail (create) create:light_gray_sail1–1100%Survives Explosion
Block loot table: Light Blue Sail (create) create:light_blue_sail1–1100%Survives Explosion
Block loot table: Gray Sail (create) create:gray_sail1–1100%Survives Explosion
Block loot table: Magenta Sail (create) create:magenta_sail1–1100%Survives Explosion
Block loot table: Yellow Sail (create) create:yellow_sail1–1100%Survives Explosion
Block loot table: Pink Sail (create) create:pink_sail1–1100%Survives Explosion
Block loot table: Orange Sail (create) create:orange_sail1–1100%Survives Explosion
Block loot table: Lime Sail (create) create:lime_sail1–1100%Survives Explosion
Block loot table: Cyan Sail (create) create:cyan_sail1–1100%Survives Explosion

Used in (1)

Crafting using Windmill Sail, in any arrangement. Produces Windmill Sail Frame.

Crafting ⇆ any arrangement
Windmill Sail
Windmill Sail Frame Windmill Sail Frame guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
create:white_sail
Namespace
create
Mod ID
create
Tags (2)
create:blocks/windmill_sails
minecraft:blocks/mineable/axe

Recipe JSON (3):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "FS",
    "SA"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "F": {
      "tag": "forge:fabric_hemp"
    },
    "S": {
      "tag": "forge:rods/wooden"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "immersiveengineering"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "WS",
    "SA"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "S": {
      "tag": "forge:rods/wooden"
    },
    "W": {
      "tag": "minecraft:wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "create:sail_frame"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}