メインコンテンツまでスキップ

smeltery_action

Open Smeltery — misc entry.

Entry Information

PropertyValue
Entry IDsmeltery_action
TypeMisc
ColorRed
Iconfa6-solid:fire-flame-curved

Fields

FieldTypeDescription
machineRef<MachinePositionEntry>Machine position artifact used to resolve instance ids
spawnItemVar<Item>Item used to spawn an instance of this machine
furnitureIdVar<String>CraftEngine furniture identifier placed when the machine spawns (namespace:id). Leave blank to skip.
customBlockIdVar<String>CraftEngine custom block identifier placed when the machine spawns (namespace:id). Used when furnitureId is empty.
alignWithPlayerYawVar<Boolean>Rotate furniture to match the player yaw when placed
fuelRef<FuelStorageEntry>Fuel storage artifact
inputRef<InputStorageEntry>Input storage artifact
liquidRef<LiquidStorageEntry>Liquid storage artifact
upgradeRef<UpgradeStorageEntry>Upgrade storage artifact
islandLimitVar<Int>Maximum machines allowed per island (0 for unlimited)
failMessageVar<String>Message sent when criteria fail or island limit reached
maxPerSlotVar<Int>Maximum items allowed per input slot
inputSlotsVar<Int>How many input slots players can use
lockedItemVar<Item>Item shown in locked slots
fillItemVar<Item>Item used to fill unused slots
fuelItemVar<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
lavaBucketReturnVar<Item>Item returned when consuming a lava bucket as fuel
fuelsList<SmelteryFuelSpec>Items that can be used as fuel
smeltingMessageVar<String>Message sent to the player when an item finishes smelting
liquidTankNameVar<String>Display name for the liquid tank
liquidTankLoreEmptyVar<String>Lore shown when the liquid tank is empty. Press Enter for new lines
liquidTankLoreStoredVar<String>Lore shown when the liquid tank stores liquids; use <items> as placeholder for the list. Press Enter for new lines
liquidTankItemVar<Item>Item used for the liquid tank display
fuelLevelItemVar<Item>Item used for the fuel level indicator
meltingProgressVar<String>Lore shown while an item is melting. Press Enter for new lines
slotHintVar<String>Extra lore appended to smelting items, e.g. click instructions
slotAmountVar<String>
upgradesList<UpgradeSpec>Available upgrades for this smeltery
titleVar<String>Title shown at the top of the smeltery inventory
rulesList<SmeltRuleSpec>Rules defining allowed inputs and outputs

Usage Example

- entry: smeltery_action
name: "Open Smeltery"
machine: ""
spawnItem: ""
furnitureId: ""
customBlockId: ""
alignWithPlayerYaw: false
fuel: ""
input: ""
liquid: ""
upgrade: ""
islandLimit: 0
failMessage: ""
maxPerSlot: 0
inputSlots: 0
lockedItem: ""
fillItem: ""
fuelItem: ""
fuelInputName: ""
fuelInputLore: ""
fuelLevelName: ""
fuelLevelLore: ""
lavaBucketReturn: ""
fuels: []
smeltingMessage: ""
liquidTankName: ""
liquidTankLoreEmpty: ""
liquidTankLoreStored: ""
liquidTankItem: ""
fuelLevelItem: ""
meltingProgress: ""
slotHint: ""
slotAmount: ""
upgrades: []
title: ""
rules: []