Saltar al contenido principal

dropper_smeltery_action

Opens a smeltery GUI based on a dropper block. — misc entry.

Entry Information

PropertyValue
Entry IDdropper_smeltery_action
TypeMisc
ColorOrange
Iconfa6-solid:flask

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>Align with player yaw
titleVar<String>Title of the GUI
fuelRef<FuelStorageEntry>Fuel storage artifact
inputRef<InputStorageEntry>Input storage artifact
liquidRef<LiquidStorageEntry>Liquid storage artifact
upgradeRef<UpgradeStorageEntry>Upgrade storage artifact
maxPerSlotVar<Int>Maximum items per slot
inputSlotsVar<Int>Number of input slots
rulesList<SmeltRuleSpec>Custom smelting rules
fuelsList<SmelteryFuelSpec>Custom smelting fuels
lockedItemVar<Item>Item displayed in locked slots
fillItemVar<Item>Item used to fill unused slots
fuelPlaceholderVar<Item>Item displayed for fuel placeholder
fuelInputNameVar<String>Fuel input name
fuelInputLoreVar<String>Fuel input lore
fuelLevelPlaceholderVar<Item>Fuel level placeholder
fuelLevelNameVar<String>Fuel level name
fuelLevelLoreVar<String>Fuel level lore
lavaReturnVar<Item>Item returned when burning lava buckets
smeltingMessageVar<String>Message shown while smelting
liquidTankNameVar<String>Liquid tank name
liquidLoreEmptyVar<String>Lore for empty liquid tank
liquidLoreStoredVar<String>Lore for stored liquids
liquidItemVar<Item>Item representing the liquid
meltingProgressVar<String>Progress message
slotHintVar<String>Slot hint lore
slotAmountVar<String>Slot amount lore
upgradeConfigsList<UpgradeSpec>Available upgrades
failMessageVar<String>Message shown when criteria are not met
autoDespawnRangeVar<Double>Auto-despawn distance (0 = disabled)

Usage Example

- entry: dropper_smeltery_action
name: "Opens a smeltery GUI based on a dropper block."
machine: ""
spawnItem: ""
furnitureId: ""
customBlockId: ""
alignWithPlayerYaw: false
title: ""
fuel: ""
input: ""
liquid: ""
upgrade: ""
maxPerSlot: 0
inputSlots: 0
rules: []
fuels: []
lockedItem: ""
fillItem: ""
fuelPlaceholder: ""
fuelInputName: ""
fuelInputLore: ""
fuelLevelPlaceholder: ""
fuelLevelName: ""
fuelLevelLore: ""
lavaReturn: ""
smeltingMessage: ""
liquidTankName: ""
liquidLoreEmpty: ""
liquidLoreStored: ""
liquidItem: ""
meltingProgress: ""
slotHint: ""
slotAmount: ""
upgradeConfigs: []
failMessage: ""
autoDespawnRange: 0