Supported MCreator versions
2024.3
Downloads:
350
Upvotes: 5
About the plugin
Project members
Former developer
License
MIT License
Issue tracker
Source code repository
Plugins may contain bugs, break workspaces, or alter the way MCreator operates.
Plugins are not official or affiliated with Pylo in any way.
In case of any copyright infringement or suspicious downloads, please let us know as soon as possible.
Plugin downloads
Initial upload - skyzersplugin_1201_20243.zip
Uploaded on: 10/20/2024 - 00:26 File size: 42.27 KB
When I use the For Each Block as [] in a square cube sized 0 do: [] it gives me an error. Any block I use. Custom or Vanilla. In this example I just tested it with an orange wool block and it gave me an error: BlockState Blocks.ORANGE_WOOL = world.getBlockState(blockPos);
Says it expected a ";" in between Blocks and ORANGE_WOOL instead of the period... which first off, doesn't make sense, but to humor the system I did it anyway, and ofc it didn't work.
( If I use a custom block it basically says the same thing. But for some reason instead of "Blocks" it says CUSTOM:[whatever custom block I'm using]. Which I doubt should be happening.
BlockState CUSTOM:OneStarDragonBlock = world.getBlockState(blockPos) )