CraftoryStudios / Craftory-Tech

Craftory sets out to extend and push the boundaries of vanilla Minecraft, offering features only thought possible before with Modded Minecraft.
https://craftory.studio/craftory-tech/
GNU General Public License v3.0
15 stars 9 forks source link

[Suggestion] MythicCrucible compatibility #234

Open BookWyrm114 opened 1 year ago

BookWyrm114 commented 1 year ago

Is your feature request related to a problem? Please describe. Making custom items with an energy system would be great, and MythicCrucible is probably one of the best custom item plugins available in terms of customization, so allowing MythicCrucible users to get their items to work with craftory would be nice

Describe the solution you'd like Allow Crucible users to add an "energy" or "craftory" section in the configuration of custom items, defining each item's max energy capacity and starting energy value (how much energy it has when first obtained). In skill configuration craftory would add a condition so users can make skills require the item to have X amount of energy, as well as a new mechanic that can modify the amount of energy in an item, so an example item and skills would look like this:

ITEM

laser_gun: Id: PAPER Display: "Laser Gun" Model: 1 Skills:

BigShoot: Conditions:

Describe alternatives you've considered Making my own energy system with mythicmobs/mythiccrucible but that's not as good as craftory and I can't really do much with that, at least not until crucible fully supports custom blocks and GUIs