Compatibility
Minecraft: Java Edition
1.21.1
1.20.1
Platforms
Supported environments
Links
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
Updated 4 months ago
Laser Utils is a Forge modding utility library for Minecraft 1.21.1.
This library makes it easier to implement lasers and ray casts in your mod. Additionally, registering new items, blocks, attributes, entities, armor materials, and other objects and assets is more intuitive and provides more options.
Here are all the features that are easier to implement with this library:
- Ray Casts (ex: for creating a laser rifle, gun, etc.)
- Language Translations for objects (can be specified when registering an item, block, attribute, entity type, enchantment, etc.)
- Applying TagKeys to objects (can be specified when registering an item, block, attribute, entity type, enchantment, etc.)
- Models for items/blocks
- Creating new packets for networking
- Registering layers for skull blocks
- Applying more attributes to items
- Creating entities (including their models)
- Creating attack goals for entities
- Creating items with abilities using the pre-defined keybind (key: R)
More features to come with future updates