Download Block'oMorph — Minecraft Mods — ModStock
Block'oMorph

Block'oMorph

Active

Downloads

3

Last update

2 months ago

Versions

1.20.1 — 1.21.5
Client and server
Fabric
Forge
Neoforge
Quilt
Game mechanics
Utils

https://i.imgur.com/MFvNBg0.png Block'oMorph - is a mod for minecraft that allows you morph into blocks like in the mini game block hunt, with it you can turn into blocks of varying complexity, from the simplest stone to a sign with text or a portal to the end.

You can do this in two ways, open the GUI for transforming into a block on button Y and find the block you need in the creative tab and then configure its ready-made nbt tag and select the necessary block state, or write the /blockmorph (<player(s)>) (<boolean - isMultiBlock>) command if you need to transform using a command block or console.

To morph back into the player, you need to morph into the air.

FUNCTIONS

Also, in addition to the basic transformation with a change of model, texture and hitbox, you will also have access to:

  • Full collisions, you will be able to step on player blocks with a complex Voxelshape shape and not fall through them or get stuck, because even though the player block will have a 1x1x1 hitbox, it will have the shape of a block. collisions

  • Block breaking system, the player block can be destroyed with all the effects and mechanics, as if you were breaking a regular block, the player block will emit particles, crack, and also take into account your game mode, effects and tool. block breaking

  • Rendering of block entities, you will be able to see all the block entities into which the player has turned, and you can customize them through the block nbt. block entity rendering

Example from the game

morphed player

Configuration

  • If you don't like what your server's players can turn into, you can adjust this via the configuration menu, accessible via the N key: options
  • OR edit the settings in your server's "config" folder in the blockomorph.json file: file options
  • Parametrs:
    1. listMode - has 3 values: NONE, BLACKLIST, WHITELIST. It determines in which access mode the mod will work.
    2. solidBlocksOnly - this option adds an additional restriction on turning into not solid blocks in addition to lists.
    3. allowedBlocks - determines which blocks the player can transform into. allowed blocks
    4. bannedBlocks - determines which blocks the player can't transform into. banned blocks
    5. playerDieAfterDestroy - if false, then the player turns into a human after destruction, if true, then dies.
    6. canOperatorModifyConfig - determines whether operators can change the mod's configuration from the game menu, or whether only the server owner can do this by changing the configuration file when the server is turned off.
    7. advancedMode - allows server players to transform into multiblocks.

      Saving Favorite Blocks

  • You can save your favorite block, so that you do not have to enter nbt and set properties every time, and also for the possibility of transferring and saving favorite blocks to an external drive. This can be done in the "Save" tab by entering a name for the block. fav1
  • Your favorite blocks will be saved in the "Saved Tools" tab. fav2
  • To delete a block from the saves, you need to turn into this block and enter its name in the "Save" tab and click on the button with the trash can. If you try to enter an already saved name for an inappropriate block, the button will be inactive. fav3
  • The saved data will be saved to the nbt file saved_blocks.bmdat in the root of the minecraft version's data folder. This data is client-specific and can be transferred between worlds and to another version with this mod. fav4