
Winner of the Feed the Beast Competition...
###Changelogs ####Obscurity-1.7.10-1.1.16_Beta
| #BR Reactor & Turbine Setup | |
| **Code Pastebins** | |
| EvckEzJA - button | |
| 4qNyaPav - reactor | |
| **Turbine** | |
| 96 x Rotor Blades | |
| 14 x Rotor Shafts | |
| 37 x Enderium Blocks |
| # Imports | |
| import turtle, time | |
| from turtle import * | |
| # Depreciated Code | |
| # ================ | |
| # SCREEN_TITLE = input("Screen Title: ") | |
| # SCREEN_WIDTH = input("ScreenWidth: ") | |
| # SCREEN_HEIGHT = input("ScrenHeight: ") | |
| #if SCREEN_WIDTH == "" and SCREEN_HEIGHT == "" and SCREEN_TITLE == "": |
| # Imports | |
| import turtle, time, random | |
| from turtle import * | |
| # Depreciated Code | |
| # ================ | |
| # SCREEN_TITLE = input("Screen Title: ") | |
| # SCREEN_WIDTH = input("ScreenWidth: ") | |
| # SCREEN_HEIGHT = input("ScrenHeight: ") | |
| #if SCREEN_WIDTH == "" and SCREEN_HEIGHT == "" and SCREEN_TITLE == "": |
| import os, json | |
| def main(): | |
| features = {"generators":{"emeralds":{"enable":False}, "ruby":{"enable":False}, "topaz":{"enable":False}, "amber":{"enable":False}, "peridot":{"enable":False}, "malachite":{"enable":False}, "sapphire":{"enable":False}, "tanzanite":{"enable":False}, "glowshrooms":{"enable":False}, "miners_delight":{"enable":False}, "algae":{"enable":False}, "amethyst":{"enable":False}, "berry_bushes":{"enable":False}, "big_brown_mushroom":{"enable":False}, "big_red_mushroom":{"enable":False}, "biome_essence":{"enable":False}, "blood_pools":{"enable":False}, "blue_coral":{"enable":False}, "blue_milk_caps":{"enable":False}, "boulders":{"enable":False}, "bromeliad":{"enable":False}, "brown_mushrooms":{"enable":False}, "bushes":{"enable":False}, "cacti":{"enable":False}, "cattail":{"enable":False}, "clover_patches":{"enable":False}, "cobblestone_splatter":{"enable":False}, "crystals":{"enable":False}, "dead_bushes":{"enable":False}, "dead_grass":{"enable":False}, "dead_leaf_piles":{"enable":False}, " |