Skip to content

Instantly share code, notes, and snippets.

View anabsolutesloth's full-sized avatar

anabsolutesloth

View GitHub Profile

New Stuff!

  • Added a Custom Pet Buffing System, where you can use specific items on your tamed creatures to boost up some of their stats! See the new quest in Introduction for further details! Few pets can be buffed right now, but more will be added in the future! Suggestions are welcome!

  • Added configuration for items to enable Flight in (most) dimensions where it was restricted! Each Space Dimension has its own special item that has to be crafted and carried to enable Flight within it. There are quests for these items in each dimension's Questing Chapter! Don't think getting them is easy!

@anabsolutesloth
anabsolutesloth / AdvRocketryGuideMCEternal.md
Last active May 11, 2024 16:22
A Guide to doing the Advanced Rocketry mod in the MC Eternal Modpack

WARNING: You'll want to have some good infrastructure before starting, as the recipes for the more critical Advanced Rocketry machines are heavily modified to be MUCH more expensive, an ME System would be wise.

1st Stage

The following items will be required to be able to craft everything to get out of the Atmosphere:
MULTIBLOCK CORES:

  • Precision Assembler
  • Cutting Machine
  • Rolling Machine
@anabsolutesloth
anabsolutesloth / AllTheToolForges.zs
Last active June 12, 2022 00:56
Crafttweaker/ZenScript that will generate Tinkers' Tool Forges (and Armor Forges with ConArm!) for specified blocks.
import crafttweaker.item.IItemStack;
import crafttweaker.data.IData;
#ignoreBracketErrors
#Script by Emperdog
#To add blocks, do "ModID:ItemID" (Quotes are important to define it as a string), and the meta number of the block.
#EXAMPLE/BACKUP ["minecraft:planks" : 2]
var toolForgeBlocks = {
"minecraft:emerald_ore" : 0
} as string[IData];