Started by
AtomiX7_NG34
on
Topic category: Feature requests and ideas for MCreator
Hello Klemen or someone else in the MCreator team,
i have some ideas for the next MCreator update:
- A Global And Local Variable, that can store blocks and items. {Custom variables} = [ Get Global: (item1) ] ( Set Global: (item1) to: [ex. Diamond Ore] )
- A Procedure Block, that allows you to place a block (ex. Diamond Block) 1 block (or another amount of blocks) from X Y Z away in all directions (Front, Back, Right, Left, Up, Down). {Block procedures} = [ Place Block [ex. Diamond Block] (ex. 1524) blocks away from (X) (Y) (Z) in direction {ex. FRONT} ]
- An Integrated 3D modeller: MrCrayfish's Model Maker or something like this for Blocks / Items. Blockbench or something like this for Entities. Or please make you own.
- An Icon Chooser for slots in the GUI editor. When you are adding a slot, you can choose an icon, that will be displayed on the slot.
When I get some new ideas, I will tell you.
Edited by AtomiX7_NG34 on Tue, 03/16/2021 - 11:58
The link to the picture "Item/Block Variable"
https://imgur.com/a/qq2LAWT
And please add a wait() procedure block. (Logic and loops)-tab
You can enter something like "1µs", "1t", "1ms", "1s", "1min", "1h", "1d", "1w", "1m" or "1y".
µs = microsecond/s t = tick/s ms = millisecond/s s = second/s min = minute/s h = hour/s d = day/s w = week/s m = month/s y = year/s.
And please add a [Village customization] button in mod element [Structure]
yea wait feature is needed
My item/block variable idea is already in MCreator:
Set itemstack "block" to: [Convert block <block> to item]
Set itemstack "item" to: [<item>]
And:
[Convert item [Get itemstack "block"] to block or AIR if conversion fails]
[Get itemstack "item"]
Integrated 3D Modeller isn't needed anymore,
Icon inside of Slots is already possible:
The wait feature can be done by:
The wait/delay block is getting added in 2021.1