Saltar al contenido principal

sheep_shearer_action

Open Sheep Shearer — misc entry.

Entry Information

PropertyValue
Entry IDsheep_shearer_action
TypeMisc
ColorRed
Iconfa6-solid:scissors

Fields

FieldTypeDescription
machineRef<MachinePositionEntry>Machine position artifact
spawnItemVar<Item>Item used to spawn an instance of this machine
furnitureIdVar<String>CraftEngine furniture identifier
customBlockIdVar<String>CraftEngine custom block identifier
alignWithPlayerYawVar<Boolean>Rotate furniture to match the player yaw
shearsRef<ShearsStorageEntry>Shears storage artifact (input)
outputRef<WoolStorageEntry>Wool storage artifact (output)
fuelRef<FuelStorageEntry>Fuel storage artifact
upgradeRef<UpgradeStorageEntry>Upgrade storage artifact
rangeVar<Double>Shearing range in blocks
intervalVar<Long>Shearing interval in ticks
fuelCostVar<Int>Fuel ticks consumed per shear action
lockedItemVar<Item>Item shown in locked slots
fillItemVar<Item>Item used to fill unused slots
fuelPlaceholderVar<Item>Item shown in the fuel slot when empty
fuelInputNameVar<String>Display name for the fuel input slot
fuelInputLoreVar<String>Lore shown in the fuel input slot
fuelLevelNameVar<String>Display name for the fuel level indicator
fuelLevelLoreVar<String>Lore shown in the fuel level indicator
fuelLevelPlaceholderVar<Item>Fuel level indicator placeholder item
lavaReturnVar<Item>Item returned when consuming a lava bucket
titleVar<String>Title shown in the menu
inputSlotsVar<Int>Number of input slots (max 3)
maxPerSlotVar<Int>Maximum items allowed per input slot
outputLoreStoredVar<String>Lore prefix shown for the output storage
outputLoreEmptyVar<String>Lore shown for empty output storage
outputItemFormatVar<String>Format for stored wool lines in lore
failMessageVar<String>Message shown when criteria are not met
islandLimitVar<Int>Maximum machines per island (0 = unlimited)

Usage Example

- entry: sheep_shearer_action
name: "Open Sheep Shearer"
machine: ""
spawnItem: ""
furnitureId: ""
customBlockId: ""
alignWithPlayerYaw: false
shears: ""
output: ""
fuel: ""
upgrade: ""
range: 0
interval: 0
fuelCost: 0
lockedItem: ""
fillItem: ""
fuelPlaceholder: ""
fuelInputName: ""
fuelInputLore: ""
fuelLevelName: ""
fuelLevelLore: ""
fuelLevelPlaceholder: ""
lavaReturn: ""
title: ""
inputSlots: 0
maxPerSlot: 0
outputLoreStored: ""
outputLoreEmpty: ""
outputItemFormat: ""
failMessage: ""
islandLimit: 0