Pehkui Mod (1.18.2, 1.17.1) – Changing The Size of Any Entity

Author:
Virtuoel
31 mins ago ❘ 13
views

Pehkui Mod (1.18.2, 1.17.1) allows mod developers to modify the size of entities.This mod allows for most entities to have their size changed, either enlarging or shrinking them.

It also provides an API that other mods can make use of to manipulate the size of entities and the time it takes for their size to change. Removing this mod will revert entities back to their normal size. Adding it back in will not restore their size.

Features:

  • Change the size of entities through modifying scale data.
  • Affect other properties of an entity that are considered as dependant on the size (e.g. movement speed, explosion size, reach distance).
  • Have the scalable properties of an entity be affected by other scale data types or by external data through scale modifiers.

If you have no mods that add ways to rescale entities, you can modify and view the scale and scaling delay of an entity in-game using the /scale command:

  • /scale set [entity]
  • /scale set [entity]
  • /scale <add|subtract|multiply|divide> [entity]
  • /scale <add|subtract|multiply|divide> [entity]
  • /scale get [entity]
  • /scale get [entity]
  • /scale compute [entity]
  • /scale delay set [entity]
  • /scale delay set [entity]
  • /scale delay get [entity]
  • /scale delay get [entity]
  • /scale reset [entity]
  • /scale reset [entity]
  • /scale nbt get [entity]

If you want your player’s scale to persist after you respawn, there’s a /scale subcommand for that as well:

  • /scale persist set <true|false> [entity]
  • /scale persist set <true|false> [entity]
  • /scale persist get [entity]
  • /scale persist reset [entity]
  • /scale persist reset [entity]

The following scale types are added by default:

  • pehkui:base: Generic scale type for easily affecting other scales
  • pehkui:width: Modifies width/length/depth (affected by pehkui:base)
  • pehkui:height: Modifies height (affected by pehkui:base)
  • pehkui:hitbox_width: Modifies width/length/depth of an entity’s hitbox (affected by pehkui:width)
  • pehkui:hitbox_height: Modifies height of an entity’s hitbox (affected by pehkui:height)
  • pehkui:eye_height: Modifies height of an entity’s eye position (affected by pehkui:height)
  • pehkui:model_width: Modifies width/length/depth of an entity’s model (affected by pehkui:width)
  • pehkui:model_height: Modifies height of an entity’s model (affected by pehkui:height)
  • pehkui:third_person: Modifies player third person camera distance (affected by pehkui:height)
  • pehkui:motion: Modifies movement speed (affected by pehkui:base)
  • pehkui:step_height: Modifies step height (affected by pehkui:motion)
  • pehkui:view_bobbing: Modifies view bobbing (affected by pehkui:motion)
  • pehkui:falling: Modifies fall damage (affected by pehkui:motion)
  • pehkui:flight: Modifies creative mode flight speed
  • pehkui:jump_height: Modifies jump height
  • pehkui:visibility: Modifies distance at which this entity will be targeted by enemies (affected by pehkui:base)
  • pehkui:reach: Modifies player reach distance (affected by pehkui:base)
  • pehkui:block_reach: Modifies player block reach distance (affected by pehkui:reach)
  • pehkui:entity_reach: Modifies player attack reach distance (affected by pehkui:reach)
  • pehkui:held_item: Modifies the scale of held items
  • pehkui:drops: Modifies the scale of dropped items (affected by pehkui:base)
  • pehkui:projectiles: Modifies the scale of thrown/shot projectiles (affected by pehkui:base)
  • pehkui:explosions: Modifies the size of the entity’s explosion (e.g. Creepers, End Crystals) (affected by pehkui:base)
  • pehkui:attack: Modifies damage dealt
  • pehkui:defense: Modifies damage taken
  • pehkui:knockback: Modifies knockback dealt
  • pehkui:health: Modifies an entity’s health
  • pehkui:mining_speed: Modifies block breaking speed
  • pehkui:attack_speed: Modifies attack speed

Screenshots:

Requires:

Minecraft Forge or Fabric API

How to install:

  1. Make sure you have already installed Minecraft Forge.
  2. Locate the minecraft application folder.
    • On windows open Run from the start menu, type %appdata% and click Run.
    • On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
  3. Place the mod you have just downloaded (.jar file) into the Mods folder.
  4. When you launch Minecraft and click the mods button you should now see the mod is installed.

Pehkui Mod (1.18.2, 1.17.1) Download Links:

For Minecraft 1.16.5

Download from Server 1Download from Server 2

For Minecraft 1.17.1

Download from Server 1Download from Server 2

For Minecraft 1.18.1

Download from Server 1Download from Server 2

For Minecraft 1.18.2

Download from Server 1Download from Server 2

Pehkui Mod – Fabric Version – For Minecraft 1.14.4 to Minecraft 1.18.2:

Fabric Version: Download from Server 1Download from Server 2

Click to rate this post!

[Total: 0 Average: 0]

Source