Need information to make compatible with Crafting Takes Time mod
gglobensky opened this issue ยท 1 comments
Hello, I would like to try and add your crafting station to the config for Crafting Takes Time.
The config is as such:
{
"containerName": "minecraft:inventory",
"enabled": true,
"guiContainerClassName": "net.minecraft.client.gui.screens.inventory.InventoryScreen",
"craftingTimeMultiplier": 1.0,
"containerMultiplier": 1.0,
"outputSlot": 0,
"ingredientSlots": "1-4",
"drawCraftingOverlay": true,
"overlayTexture": "crafttakestime:textures/gui/crafting_overlay_inventory.png",
"overlayX": 134,
"overlayY": 29,
"overlayWidth": 18,
"overlayHeight": 15
}
I dont really know the guiContainerClassName I should use for your mod.
Thank you very much in advance