Energistics

Script Energistics 1.3

  • 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!

Supported Minecraft Versions
  1. 1.11
Unknown-1.png


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:
YAML:
<path name>:
    name: '<display name>'
    energy: <integer>
    maxenergy: <integer>
    block: <item>
    recipe: <item>,<item>,<item>,<item>,<item>,<item>,<item>,<item>,<item>
Example:
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
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.
Screen Shot 2018-01-24 at 8.03.17 PM.png
--

Troubleshooting:

I'm getting an error with "on armor equip":

If you are having troubles with
code_language.skript:
 on armor equip
and you have MundoSK, then change the code to
code_language.skript:
 Sharpsk on armor equip
My custom recipes aren't working:
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:
code_language.skript:
recipe: coal block,coal block,coal block,iron ingot,air,iron ingot,stone,stone,stone
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_language.skript:
recipe: 173,173,173,265,air,265,1,1,1
I'm not able to click the update link:
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.
YAML:
parse links in chat messages: strict
  • Like
Reactions: ChisleLP and FUZIK
Author
FunkyMoneyMan
Downloads
1,428
Views
1,428
First release
Last update
Rating
5.00 star(s) 1 ratings

Latest updates

  1. Jetpacks

    Added Jetpacks
  2. Pastebin

    Fixed/updated pastebin
  3. Crafting

    You can now make custom crafting recipes for your items

Latest reviews

Great skript, worth making into a java plugin good job Funky <3