Crafting using Tough Fabric, Treated Stick, Treated Stick and Andesite Alloy, arranged in the pattern shown. Produces 2× Windmill Sail.
Windmill Sail
Create · by simibubi
Acquisition
Crafting using Any Wool, Treated Stick, Treated Stick and Andesite Alloy, arranged in the pattern shown. Produces 2× Windmill Sail.
Crafting using Windmill Sail Frame, in any arrangement. Produces Windmill Sail.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Windmill Sail | 1–1 | 100% | Survives Explosion |
Block loot table: Black Sail (create) create:black_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Red Sail (create) create:red_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Green Sail (create) create:green_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Blue Sail (create) create:blue_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Purple Sail (create) create:purple_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Brown Sail (create) create:brown_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Light Gray Sail (create) create:light_gray_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Light Blue Sail (create) create:light_blue_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Gray Sail (create) create:gray_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Magenta Sail (create) create:magenta_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Yellow Sail (create) create:yellow_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Pink Sail (create) create:pink_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Orange Sail (create) create:orange_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Lime Sail (create) create:lime_sail | 1–1 | 100% | Survives Explosion |
Block loot table: Cyan Sail (create) create:cyan_sail | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Windmill Sail, in any arrangement. Produces Windmill Sail Frame.
Block drops
Drops itself when broken.
Related items
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
}
