Перейти к содержимому
Mineforgian

Reflection

Tinker with the minecraft code while in game using commands that use Java Reflection.

Загрузки
666
Подписчики
2
Обновлён
5 сентября 2023 г.
Лицензия
LGPL-3.0-only

Опубликован 12 августа 2023 г.

Dive into a new dimension of Minecraft gameplay with the Minecraft Reflection mod. This mod introduces a powerful toolset that enables you to manipulate the game's mechanics using custom commands, all powered by Java reflection.

Features:

  • /jr Command: Access the mod's functionality through the /jr command, opening the door to a world of possibilities.

Subcommands:

  • Primitive Data Storage: Use subcommands like int, long, string, boolean, float, and double to store essential data types at user-defined keys. Utilize preset keys for rounded numbers from -100 to 100. These include integers (e.g., 7), doubles (e.g., 21.0) or floats (e.g., -5f). There are also preset keys for the boolean values ("true" and "false").

  • Entity Manipulation: Interact with specific entities using entity, dimensions with dimension, scoreboard objectives with objective, 3D vectors with vector, and the server command source with source.

  • Method Invocation: Invoke methods from the game's classes and store outcomes using the method subcommand.

  • Dynamic Object Creation: Create new objects with custom attributes using the new subcommand.

  • Type Casting: Modify object types dynamically using the cast command.

  • Field Extraction: Extract specific fields from objects using the field command. Use set to change or get to store the field's value.

  • Class Command: With the class command, you can store any class to a key, allowing you to access static variables and methods.

  • Command Execution: Run regular Minecraft commands with dynamic key replacement using the run subcommand. To use it surround the key with percentage signs.

Important Notes:

  • Caution: Be cautious when experimenting with the mod, as incorrect usage can lead to unintended consequences or instability in your Minecraft world. Always backup your saves before extensive experimentation.

  • Compatibility: Ensure that the mod version aligns with your Minecraft version for optimal performance.

Embrace Creativity: Unleash your creativity and reshape the Minecraft world to your liking. Download Reflection now and start your journey of discovery and innovation.

I wrote most of this description together with mr chatgpt. If you find any problems, please let me know, I have not fully tested every feature of this mod. Also let me know if I should add anything, have any questions, or you did something cool with this mod.

Центр версий

2 версий
  • Релиз3.0 МБ
  • Релиз3.0 МБ

Ченджлог

1.0.2Релиз1.20.1 · 5 сентября 2023 г.

Class command which you can use to use static methods and fields of classes. Idk if I should change the constructor command and the cast command to use a key to a class instead of a string of the class path now? Let me know in the discord!

Комментарии

Загружаем…