Started by
stefanicak
on
Topic category: Help with Minecraft modding (Java Edition)
is there any way to make easy somethink thats change texture shape like redstone texture when place redstone near other redstone like edge or straight line and other without hard procedure?
that is not a texture change, the redstone dust is a block, its like 'when Block placed' - 'replace block with' then you make 1 block for each position, i think its the way that works.. at least its how im doing my energy cables...
i know its change block but procedure, is there any easy way or i must do it like check for x+1 x-1 z+1 z-1 for every that block if it true or false and result is place specific block or is there any easy way