dropper_smeltery_action
Opens a smeltery GUI based on a dropper block. — misc entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | dropper_smeltery_action |
| Type | Misc |
| Color | Orange |
| Icon | fa6-solid:flask |
Fields
| Field | Type | Description |
|---|---|---|
machine | Ref<MachinePositionEntry> | Machine position artifact |
spawnItem | Var<Item> | Item used to spawn an instance of this machine |
furnitureId | Var<String> | CraftEngine furniture identifier |
customBlockId | Var<String> | CraftEngine custom block identifier |
alignWithPlayerYaw | Var<Boolean> | Align with player yaw |
title | Var<String> | Title of the GUI |
fuel | Ref<FuelStorageEntry> | Fuel storage artifact |
input | Ref<InputStorageEntry> | Input storage artifact |
liquid | Ref<LiquidStorageEntry> | Liquid storage artifact |
upgrade | Ref<UpgradeStorageEntry> | Upgrade storage artifact |
maxPerSlot | Var<Int> | Maximum items per slot |
inputSlots | Var<Int> | Number of input slots |
rules | List<SmeltRuleSpec> | Custom smelting rules |
fuels | List<SmelteryFuelSpec> | Custom smelting fuels |
lockedItem | Var<Item> | Item displayed in locked slots |
fillItem | Var<Item> | Item used to fill unused slots |
fuelPlaceholder | Var<Item> | Item displayed for fuel placeholder |
fuelInputName | Var<String> | Fuel input name |
fuelInputLore | Var<String> | Fuel input lore |
fuelLevelPlaceholder | Var<Item> | Fuel level placeholder |
fuelLevelName | Var<String> | Fuel level name |
fuelLevelLore | Var<String> | Fuel level lore |
lavaReturn | Var<Item> | Item returned when burning lava buckets |
smeltingMessage | Var<String> | Message shown while smelting |
liquidTankName | Var<String> | Liquid tank name |
liquidLoreEmpty | Var<String> | Lore for empty liquid tank |
liquidLoreStored | Var<String> | Lore for stored liquids |
liquidItem | Var<Item> | Item representing the liquid |
meltingProgress | Var<String> | Progress message |
slotHint | Var<String> | Slot hint lore |
slotAmount | Var<String> | Slot amount lore |
upgradeConfigs | List<UpgradeSpec> | Available upgrades |
failMessage | Var<String> | Message shown when criteria are not met |
autoDespawnRange | Var<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