Just Extra Drags
An extension for the Just Enough Drags mod that enhances its compatibility with other modifications. Currently, built-in support is implemented for BuildCraft Pipes.
This development provides creators of modpacks with a convenient tool for adding custom slots in specialized container interfaces without requiring programming skills.
Important fix: the mod corrects an error in Just Enough Drags that caused game crashes on dedicated servers.
Configuration of Custom Elements
Configuration format: ContainerClass:SlotClass or ContainerClass:SlotClass:true/false. If item dragging isn't working properly, try setting the third parameter to true. This will force the slot to ignore restrictions on items that can be placed in it.
S:customEntries <
net.minecraft.client.gui.inventory.GuiChest:net.minecraft.inventory.Slot:true
>
Configuration Examples
# BuildCraft AutoCrafter
buildcraft.factory.gui.GuiAutoCraftItems:buildcraft.lib.gui.slot.SlotPhantom:true
buildcraft.silicon.gui.GuiAdvancedCraftingTable:buildcraft.lib.gui.slot.SlotPhantom:true
# Railcraft cart, item and fluid Filters
mods.railcraft.client.gui.GuiCartTank:mods.railcraft.common.gui.slots.SlotFluidFilter
mods.railcraft.client.gui.GuiCartCargo:mods.railcraft.common.gui.slots.SlotStackFilter
mods.railcraft.client.gui.GuiManipulatorCartItem:mods.railcraft.common.gui.slots.SlotMinecraftPhantom
mods.railcraft.client.gui.GuiManipulatorCartItem:mods.railcraft.common.gui.slots.SlotRailcraft
mods.railcraft.client.gui.GuiManipulatorCartFluid:mods.railcraft.common.gui.slots.SlotRailcraft
mods.railcraft.client.gui.GuiManipulatorCartFluid:mods.railcraft.common.gui.slots.SlotFluidFilter
mods.railcraft.client.gui.GuiManipulatorCartFluid:mods.railcraft.common.gui.slots.SlotMinecraftPhantom
mods.railcraft.client.gui.GuiDispenserTrain:mods.railcraft.common.gui.slots.SlotDispensableCart
# Forestry carpenter and worktable recipes
forestry.factory.gui.GuiCarpenter:forestry.core.gui.slots.SlotCraftMatrix
forestry.worktable.gui.GuiWorktable:forestry.core.gui.slots.SlotCraftMatrix