MineCraft Modding Advanced (MCMA) 1: Redstone Powered Blocks
Loading...
4,055
Loading...
Uploader Comments (RandomAnimator101)
see all
All Comments (118)
-
The texture wasn't working because you tryed to use it before you created it.
-
NVM FIXED
-
I just noticed that the else bit never gets called
-
Mine turns on but doesn't turn off! Help!
-
Can u make food?
-
I did put world.scheduleBlockUpdate(i, j, k, blockID, tickRate()); but it seems like the l >0 or the .canProvidePower never turns true :|
-
@VirtualPineapple you have to schedule it. Look at the code for a button, under OnBlockActivated.
-
I just found out that the function updateTick never runs.. is that normal?
-
oh actually i did have two diffrent blocks with diffrent light values i think it might be the updating that has problems
Loading...
Ive been following your tutorial very closely and trying to write the exact same thing (to understand the concept) but when it comes to the brick changing light value it just wont work, ive repeatitively watched over your video but i cant find my error :( i really need your help. Tanks :3
VirtualPineapple 1 month ago
@VirtualPineapple which is why I resorted to haveing 2 different blockIdDs.
Also, this code might not work anymore... its rather outdated. I am pretty sure the light-value stuff has changed with the colored light and stuff update.
RandomAnimator101 1 month ago
@RandomAnimator101
Do you know any other tutorials that could teach me how to do this?
And what do you mean by 2 diffrent blockIDs?
VirtualPineapple 1 month ago in playlist Uploaded videos
@VirtualPineapple look carefully at my code. I don't change the luminocity of the block, I replace it with a completely different block that has a different luminocity.
As far as I know, My tuts are the only ones that teach this.
RandomAnimator101 1 month ago