1st 2022.4 snapshot - A feature snapshot

Published by Klemen on
1st 2022.4 snapshot - A feature snapshot

The first snapshot of the 2022.4/2023.1 release is here! This update adds a new feature mod element, and many other new features (no pun intended) too! Read more in the article.

2022.4 or 2023.1?

I think we need to clear this up first so things don't get confusing in the next weeks. So the 2022.4 will not be a full release in 2022, so versions 2022.4 and 2023.1 will be the same version with a full release happening in 2023. But because of the naming scheme we use and the fact we wanted to do a snapshot in 2022, we need to call this first update 2022.4 instead of 2023.1.

So the 1st snapshot is 2022.4, and the 2nd (and potential 3rd, etc.) snapshots will be 2023.1.

Snapshot changelog

This is a full changelog of this snapshot with more notable changes highlighted with bold text.

  • Updated bundled Java to version OpenJDK 17.0.5
  • Updated 1.19.2 Minecraft Forge version to 43.2.0
  • The default particles setting is now All in the test Minecraft environment
  • Added some new buttons to the toolbar for easier action access
  • Added custom code snippet procedure blocks to the AI builder
  • Custom GUI and overlay texts are now included in localization system and can be translated
  • Added new entity with ranged attacks parameters: ranged attack interval and radius
  • Added option to define custom GUI input slot limits using item tags
  • Added option to separately specify slot pickup and placement parameters with conditional procedure support
  • Changed is item of tool type procedure block to more general is item of item type procedure block
  • Removed GUI and overlay label tokens and replaced them with string return procedures system
  • Improved biome generation parameters system
  • Added feature mod element
  • Added feature types: simple block, lake, huge red mushroom, huge brown mushroom, block pile
  • Added feature placements: on heightmap, with random XZ within a chunk, with a chance, within a biome, on surface water depth, based on block survival
  • Added feature height placements: at height, with uniform distribution, with triangular distribution, n blocks above world bottom or below world top
  • Added procedure blocks to get block, item, and entity registry names
  • Added entity procedure blocks: set entity frozen for a number of ticks, get number of ticks entity was frozen, make entity stop riding an entity
  • [Bugfix, FG 1.19.2] The wait procedure block sometimes crashed the game
  • [Bugfix] Biomes did not register to the overworld dimension properly in some cases
  • [Bugfix] Melee attack AI task had too big of an attack range in some cases
  • [Bugfix] Using break and continue Blockly blocks outside the loops caused build errors
  • [Bugfix] Some other minor fixes and improvements

Release notes

  • Migrated biome generation system to the new biome parameter point ranges system. Existing biomes will be converted automatically.
  • Labels using tokens in custom GUIs and overlays will no longer replace tokens with values but show raw tokens instead. This system was replaced by string return value procedures that can be used as a text source for labels. Manual conversion will be needed.
  • Particle parameters were removed from the custom block and living entity mod elements. Procedures should be used instead. Existing particle spawning parameters need to be manually converted to procedures.
  • Using the MCREATOR_HOME environment variable, one can specify an alternative folder location for data storage
  • [Plugins] Added support for list inputs and list statements, making custom Blockly mutators possible

 

A download of the snapshot is possible on the Download page under the Snapshot downloads section.

Make sure to install and test this snapshot, so we can fix all the bugs you find as soon as possible! Leave your feedback in the comments and keep on modding :)

Share this on:

Comments

good afternoon, I'm using the snapshot but I don't know how to make an animated entity, could you help me, ¿it's the same method to create an entity with Geckolib?

Does the feature mod element mean we will be able to create and register our own features similar to structures for world gen?

Awesome, so I downloaded and tried the snapshot, but to clarify, would we ever be able to create an in-game structure and export as a structure file to be used as a registered feature etc? Or would we have to define the feature within MCreator block by block?

Was just wondering how to add huge custom structures to a biome (essentially to change the terrain since 1.18.2 seems to sort of have it locked) and by using features seems to be the way its done by registering a feature made with custom noise etc. So wondering if it was possible to create my own features via other methods like the structures (since custom noise would take a lot more custom coding that I'm unfamiliar with getting to work with mcreator)

Yes, so we can't use that method at all then. Was just wondering. I just saw some examples with Terrablender that seem to use custom noise and subsurface rules that are then registered as a feature in a file and used to generate them within the custom biome (Is that right?).

E.G from "Oh the Biomes You'll Go" mod, from what I found, it seems those big stony structures (timestamp) are features defined by a feature file, then placed in the biome (https://youtu.be/yIHVjyJdsvA?t=273).

Essentially, I'm just trying to emulate that in MCreator/do the same thing via different means.
E.G, If I wanted to add big varied rocks into a custom biome vs using the vanilla noisemaps and replacing them with custom biomes. I was wondering if this new addition meant we could register our own fully custom features and implement them.

Just trying to get terrain that differs greatly to vanilla generation using features, but am unsure about the best way to go about it through MCreator...

can you make it easier to make chest gui's? its tiring to place all the slots down individually, especially when making gui's bigger than vanilla chests. maybe like row of slots tool that makes 9 slots in a row.

Can I still use 1.16.5 in this version? It says it just supports 1.18.2 and 1.19

Finally I can use tags in restricting which items can go in a slot! Thank you MCreator.

Really like the update ! It fixes bugs which were blocking me, I like the new biome system and the GUI improvements are insane !

Thank you for the snapshot. I was a bit late in adding this forum topic but would you be able to add this to the next update?

https://mcreator.net/forum/93318/code-snippets-custom-triggers

Submitted by Faruk Arda on Mon, 12/26/2022 - 04:03 Permalink

Hello Mcreator,
Could you make it so that we can change the sky of our dimension, or biome; this would be useful like if you are making a space mod with different planets.

Faruk Arda,
Thank you



Donate to MCreator

By donating to developers you can speed up development, as with more resources, we can dedicate more time to MCreator. It is a free project made by developers working on it in their free time.