This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"savedSubBlockNames": { | |
"0": { | |
"1": "reinforced_stone_block", | |
"7": "sulfur_ore_minecraft_stone", | |
"10": "sulfur_ore_minecraft_netherrack" | |
} | |
} | |
} |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[09:59:00] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
[09:59:00] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker | |
[09:59:00] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker | |
[09:59:00] [main/INFO]: Forge Mod Loader version 14.23.2.2613 for Minecraft 1.12.2 loading | |
[09:59:00] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 7:amd64:6.1, installed at C:\Users\Vyraal\Documents\Curse\Minecraft\Install\runtime\jre-x64\1.8.0_25 | |
[09:59:00] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in AppleCore-mc1.12.2-3.1.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. | |
[09:59:01] [main/WARN]: The coremod AppleCore (squeek.applecore.AppleCore) is not signed! | |
[09:59:01] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in Aroma1997Core-1.12.2-2.0.0.0.b142.jar. This is not recommended, @Mods should be in a separate jar |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Daemon) Server marked as STARTING | |
(Daemon) Checking size of server data directory... | |
(Daemon) Disk Usage: 512M / 50000M | |
(Daemon) Running server preflight. | |
(Daemon) Starting server container. | |
(Daemon) Server container started. Attaching... | |
(Daemon) Attached to server container. | |
openjdk version "1.8.0_151" | |
OpenJDK Runtime Environment (IcedTea 3.6.0) (Alpine 8.151.12-r0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import crafttweaker.oredict.IOreDictEntry; | |
import crafttweaker.item.IItemStack; | |
import crafttweaker.liquid.ILiquidStack; | |
import crafttweaker.item.IIngredient; | |
import mods.modularmachinery.RecipeBuilder; | |
import mods.modularmachinery.RecipePrimer; | |
print("----------------MM Electric Blast Furnace Start---------------"); | |
/* | |
var somethingBasic = recBuild.newBuilder("somethingBasic", "basic_machine", int); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Entity: Sheep [registry name: minecraft:sheep] (entityId: 469) | |
Entity class: net.minecraft.entity.passive.EntitySheep | |
TAG_Compound (10) ('') | |
{ | |
TAG_Int (3) ('HurtByTimestamp'): 0 | |
TAG_Compound (10) ('ForgeData') | |
{ | |
TAG_Byte (1) ('soulus:spawn_whitelisted'): 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+-----+--------------------------------------------+-------------------------+-------------------------+-------------+----------------+----------+------------+ | |
| ID | Registry name | Biome name | waterColorMultiplier | temperature | temp. category | rainfall | enableSnow | | |
+-----+--------------------------------------------+-------------------------+-------------------------+-------------+----------------+----------+------------+ | |
| 0 | minecraft:ocean | OceanReplacement | 0x00FFFFFF ( 16777215) | 0.50 | MEDIUM | 0.50 | false | | |
| 1 | minecraft:plains | Plains | 0x00FFFFFF ( 16777215) | 0.80 | MEDIUM | 0.40 | false | | |
| 2 | minecraft:desert | Desert | 0x00FFFFFF ( 16777215) | 2.00 | WARM | 0.00 | false | | |
| 3 | minecraft:extreme_hills | Extreme Hil |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Sets the DimensionDefinition objects for each dimension | |
skyWorld = setDimensionDefinition(0) | |
surfaceWorld = setDimensionDefinition(100) | |
abyssalWaste = setDimensionDefinition(50) | |
twilight = setDimensionDefinition(7) | |
caveWorld = setDimensionDefinition(99) | |
#Voids the starting dimension | |
skyWorld.setChunkGeneratorType("Void") | |
skyWorld.setBiomeProviderSingle(1) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import crafttweaker.item.IItemStack; | |
import crafttweaker.item.IIngredient; | |
import crafttweaker.mods.ILoadedMods; | |
print("---------------Iron Chests Start------------------"); | |
#Removing All Iron Chests | |
var allChests as IItemStack[] = loadedMods["ironbackpacks"].items; | |
for i in allChests { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INITIALIZATION][CLIENT][ERROR] [crafttweaker]: Error executing {[0:crafttweaker]: IronChests.zs}: null | |
java.lang.NullPointerException | |
at IronChests.__script__(IronChests.zs:8) | |
at __ZenMain__.run(IronChests) | |
at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:174) | |
at crafttweaker.runtime.CrTTweaker.loadScript(CrTTweaker.java:68) | |
at crafttweaker.runtime.CrTTweaker.load(CrTTweaker.java:62) | |
at crafttweaker.CrafttweakerImplementationAPI.load(CrafttweakerImplementationAPI.java:115) | |
at crafttweaker.mc1120.events.CommonEventHandler.registerRecipes(CommonEventHandler.java:55) | |
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1171_CommonEventHandler_registerRecipes_Register.invoke(.dynamic) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13:53:35.339: CPU Name: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz | |
13:53:35.343: CPU Speed: 4000MHz | |
13:53:35.343: Physical Cores: 4, Logical Cores: 8 | |
13:53:35.343: Physical Memory: 16328MB Total, 12416MB Free | |
13:53:35.343: Windows Version: 6.1 Build 7601 (revision: 24231; 64-bit) | |
13:53:35.343: Running as administrator: false | |
13:53:35.343: Aero is Disabled | |
13:53:35.362: Browser Hardware Acceleration: false | |
13:53:35.362: Portable mode: false | |
13:53:35.736: OBS 22.0.2 (64-bit, windows) |