Joelant05

Results 22 issues of Joelant05

https://discord.com/channels/602097536404160523/602097536840237087/1009874056201375984 Uses: - Deprecated components - Auto format version setting https://user-images.githubusercontent.com/64587014/202860265-1abe112e-7f52-429c-9bf8-e9e14c24f35c.mp4

feature

The following script in a .molang file function will not compile correctly ``` for_each(v.player, q.get_nearby_entities(16, 'minecraft:player'), { v.playerloc.x = v.player -> q.position(0); v.playerloc.z = v.player -> q.position(2); break; }); ```...

bug

The current home menu puts creating a local project first, with the button under "Choose bridge. Folder". ![image](https://user-images.githubusercontent.com/64587014/183999262-5618a97a-b8cc-4265-a514-efd37446418f.png) I think there should be an option to choose what type of...

feature

https://discord.com/channels/602097536404160523/717701089805205504/940398536888057866

data

Just so I don't forget, here are a variety of improvements I want to make to our schemas. - [x] Version particle schema - [x] ~Extract common types into `schema/general/types`...

data

https://discord.com/channels/602097536404160523/602097536840237087/1001244198936260698

data

https://discord.com/channels/602097536404160523/717701089805205504/998693519864647811

data

https://discord.com/channels/602097536404160523/695391992393498634/993976637005770832

idea

# Extension: Gametest UI Visualiser ## Initial idea - File preview for Gametest UI to view them and edit them in a visual interface - Could have JSON files or...

feature