- Supported Minecraft Versions:
- 1.11
![]()
Author: FunkyMoneyMan
Version: 1.2
Skript Version: 2.2-dev28c
--
Description:
This skript adds Energy into minecraft through solar panels or other means.
--
Known Addons:
- Reqn (1.2.0)
- SharpSK (1.6.3+)
- Skellet (1.9.1+)
- Skript-Yaml (1.1.2)
- Skript-Mirror (0.7.1+)
- SkQuery (3.6.0)
- SkUtilities (0.9.0)
- Tuske (1.8.2)
--
What you can do:
[√] Charge Energy cells
[√] Solar panels
[√] Jetpacks
[√] Armor and cells (not use for them yet)
[√] Can add your own cells and armor
[√] Custom crafting recipe for armor and cells
What to add:
[ ] Machines
[ ] Tools
[ ] Conduits
--
Custom Recipes:
--Format:
Example:Code (YAML):
<path name>: name: '<display name>' energy: <integer> maxenergy: <integer> block: <item> recipe: <item>,<item>,<item>,<item>,<item>,<item>,<item>,<item>,<item>
Keep in mind you can also have an item that doesn't require a crafting recipe by putting "none" instead of ingredients. This can be used for example servers that sell items for irl money.Code (YAML):
coal: name: '&8Coal Cell' energy: 0 maxenergy: 80 block: Coal Block recipe: coal block,coal block,coal block,iron ingot,air,iron ingot,stone,stone,stone
![]()
Troubleshooting:
I'm getting an error with "on armor equip":
My custom recipes aren't working:If you are having troubles with
and you have MundoSK, then change the code toCode (Skript):
on armor equip
Code (Skript):
Sharpsk on armor equip
I'm not able to click the update link:If your custom recipe isn't showing up when trying to craft then first check your code to make sure in the `recipe` tab there is no spaces after commas:
If your recipe is still not showing up then try changing all the items to their minecraft id's. This is not needed for all items but things like glass and other things do:Code (Skript):
recipe: coal block,coal block,coal block,iron ingot,air,iron ingot,stone,stone,stone
Code (Skript):
recipe: 173,173,173,265,air,265,1,1,1
If you are not able to click the link when it says in chat that there is an update for this skript. Then head to the config.yml for skript and set parse links in chat messages to strict.Code (YAML):
parse links in chat messages: strict
-
Welcome to skUnity!
Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.
If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!
Now, what are you waiting for? Join the community now!
Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Energistics 1.3
Adds energy to MC