Started by
GrevelTex
on
Topic category: Help with Minecraft modding (Java Edition)
Im making a mod with gear, and I dont know how to make it so it can be powered by redstone, so if anyone knows could you tell me? Thanks in advance lol.
Topic category: Help with Minecraft modding (Java Edition)
Im making a mod with gear, and I dont know how to make it so it can be powered by redstone, so if anyone knows could you tell me? Thanks in advance lol.
Depends on what you want the block to do, you can either use blockstates to change the block through the plugin, or you need to replace the block with a second redstone powered one. To check for if the block is powered or not you need to first check that redstone can connect to the block in advanced settings for the block, then make a procedure in the triggers for redstone on and redstone off.