SpongeForge
SpongeForge copied to clipboard
Issues with Cyclic Automated User and Click Machine Auto Clicker
I am currently running
- SpongeForge version: 1.12.2-2838-7.3.0
- Forge version: 1.12.2-14.23.5.2854
- Java version: 1.8.0_265
- Operating System: Windows 10
- Plugins/Mods: Minecraft, Minecraft Coder Pack, Forge Mod Loader, Minecraft Forge, SpongeAPI, Sponge, AE2 Stuff, Advancement Book, Animal Crops, Apotheosis, AppleSkin, Applied Energistics 2, Aroma1997Core, AromaBackup, AromaBackuprecovery, Astral Sorcery, B.A.S.E, BD Lib, BNBGamingLib, Barrels, Drums, Storage & More, Baubles, Bed Patch, BiblioCraft, BnBGamingCore, Bonsai Trees, Bookshelf, Building Gadgets, Calm Down Zombie Guy, Carry On, Ceramics, Chargers, ChineseWorkshop, Chisel, Chisels & Bits, Click Machine, Clumps, CoFH Core, CoFH World, CodeChicken Lib, ComPatchedStorage, CommonCapabilities, Compact Machines 3, CompactStorage, Construct's Armory, ContentTweaker, Cooking for Blockheads, CraftTweaker JEI Support, CraftTweaker2, Cucumber Library, Culinary Construct, Cyclic, Cyclops Core, Dark Utilities, Deep Mob Learning, Dimension Stages, DragonMurder, Elevator Mod, Ender Crop, Ender Utilities, EnderCore, EnderStorage, Extended Crafting, Extra Cells 2, Farming for Blockheads, FastFurnace, FastWorkbench, Fence Overhaul, FindMe, Flux Networks, FoamFix, FoamFixCore, Forge Microblocks, Forge Multipart CBE, Forgiving Void, Game Stages, Guide-API, Headcrumbs, Horse Power, Hunting Dimension, HydroGel, InControl, Industrial Foregoing, Inspirations, Integrated Dynamics, Integrated Tunnels, IntegratedDynamics-Compat, IntegratedTunnels-Compat, Iron Jetpacks, Item Stages, JourneyMap, Just Enough Items, KleeSlabs, Limitless Structure Blocks, MCMultiPart, MTLib, MalisisCore, MalisisDoors, Mantle, MatterOverdrive: Legacy Edition, McJtyLib, Mekanism, Mekanism: Generators, Mercurius, Minecraft Multipart Plugin, Mob Stages, Mod Tweaker, ModPack Basic Tools, ModPack Utilities, More Buckets, More Cauldrons, Morpheus, Mystcraft, Mystical Agradditions, Mystical Agriculture, NuclearCraft, OG Dragon+, OpenComputers, OpenComputers (Core), OpenComputers Xnet Driver, OreExcavation, Parabox, Patchouli, Pickle Tweaks, PigUtils, Pipe Master 2000, Placebo, PlaneFix, PortalGun, Practical Logistics 2, Prestige, Primitive Crafting, ProjectE, RFToolsPower, Ranged Pumps, Real Filing Cabinet, RecipeStages, Redstone Flux, Resource Hogs, Rustic, Shadowfacts' Forgelin, Simple Generators, Simple Inventory sorting, Simple Storage Network, Sky Grid, SkyBonsais, Slab Machines, SlimyBoyos, Smooth Font Core, Snad, SonarCore, SpongeForge, Squeezer Patch, Statues mod, Stuff A Sock In It, Super Sound Muffler: Revived, Surge, SwingThroughGrass, Sync, TallGates, TelePastries, Tesla Core Lib, Tesla Core Lib Registries, The Lost Cities, The Twilight Forest, The Weirding Gadget, Thermal Dynamics, Thermal Foundation, Thermal Innovation, Tinkers Tool Leveling, Tinkers' Complement, Tinkers' Construct, Tiny Progressions, TogetherForever, Tombstone, Topography, TorchMaster, Translocators, Tree Growing Simulator 2016, Triumph, Twitchcrumbs, Universal Modifiers, Valkyrie Lib, ViesCraft, Waddles, Waila, Waila Stages, Wall-Jump!, What Are We Looking At, Wither Crumbs, World Utils, XL Food Mod, XNet, YNot, Yoyos, ZenStages, bouncy_creepers, mob_grinding_utils, sky_orchards, uppers.
Minecraft, Minecraft Coder Pack, SpongeAPI, Sponge, LuckPerms
Issue Description In the latest version of Sky Factory 4 (4.2.2) we are trying to use an Automated User from the mod Cyclic or the Auto Clicker from Click Machine. The issue is that it is unable to interact with the block it is supposed to. On a vanilla server without SpongeForge installed it works as intended but with SpongeForge installed it is unable to function.
https://gist.github.com/Micim987/01c11d5bef199b4f06696266739c4118. We are having the same issue on our Host Based production server.
Additionally the owner of both blocks are set correctly and can be seen here.
I also tested 100 blocks out side of spawn but spawn protection was set to 0 in the server.properties file
I know its probably not relevant but SpongeForge and mystcraft are incompatible, so you need to remove that if you plan on playing.
I know its probably not relevant but SpongeForge and mystcraft are incompatible, so you need to remove that if you plan on playing.
Mystcraft has been removed but the issues still persists. If it helps other block interaction work (breaking and placing) it only seems like blocks that simulate a player interacting with another block are broken.
We're getting this issue as-well. SpongeForge version: 1.12.2-2838-7.3.1-RC4092 Forge version: 1.12.2-14.23.5.2854
I am also getting this issue. spongeforge-1.12.2-2838-7.3.1-RC4082.jar forge-1.12.2-14.23.5.2847-universal.jar
I guess the problem is that sponge blocks fake player. But I put the UUID of Click Machine in "invalid-lookup-uuids". Still it does not work.
You can find the UUID quite easily by simply searching for "UUID" in the mod's repo using the search bar. Then you should find an entry about a "GameProfile" in the code. Actually you only have to enter this UUID into the "global.conf" of Sponge. But as I said: this didn't help me.