Skip to content

Instantly share code, notes, and snippets.

View NielsPilgaard's full-sized avatar
💭
Bug fixing

Niels Pilgaard Grøndahl NielsPilgaard

💭
Bug fixing
View GitHub Profile
Enigmatica2ExpertSkyblock 1.20 to Enigmatica2ExpertSkyblock 1.21
Added:
- PackagedAuto
Updated:
Industrial Craft (went from industrialcraft-2-2.8.105-ex112.jar to industrialcraft-2-2.8.107-ex112.jar):
industrialcraft-2-2.8.107-ex112.jar:
* Improve laser events a little Actually exposes the laser ItemStack within LaserShootEvent Now allows lasers to go straight through cancelled entities (Chocohead)
* Scale the Advanced Miner's tier with the Miner's (Chocohead)
Enigmatica2 1.54 to Enigmatica2 1.55
Added:
- AE2 Wireless Terminal Library
- Ding
- Just Enough Energistics (JEE)
- Tips
Updated:
Advanced Rocketry (went from AdvancedRocketry 1.12.2-1.4.1-116-UNSTABLE build -116 for 1.12.2 to AdvancedRocketry 1.12.2-1.4.1-120-UNSTABLE build -120 for 1.12.2):
Enigmatica2Expert 1.49 to Enigmatica2Expert 1.50
Added:
- PackagedAuto
Updated:
Industrial Craft (went from industrialcraft-2-2.8.105-ex112.jar to industrialcraft-2-2.8.107-ex112.jar):
industrialcraft-2-2.8.107-ex112.jar:
* Improve laser events a little Actually exposes the laser ItemStack within LaserShootEvent Now allows lasers to go straight through cancelled entities (Chocohead)
* Scale the Advanced Miner's tier with the Miner's (Chocohead)
Enigmatica2ExpertSkyblock 1.19 to Enigmatica2ExpertSkyblock 1.20
Added:
- AE2 Wireless Terminal Library
- Ding
- Flux Networks
- Sonar Core
Updated:
Advanced Rocketry (went from AdvancedRocketry 1.12.2-1.4.1-117-UNSTABLE build -117 for 1.12.2 to AdvancedRocketry 1.12.2-1.4.1-120-UNSTABLE build -120 for 1.12.2):
Enigmatica2Expert 1.47 to Enigmatica2Expert 1.48a
Updated:
Advanced Rocketry (went from AdvancedRocketry 1.12.2-1.4.1-119-UNSTABLE build -119 for 1.12.2 to AdvancedRocketry 1.12.2-1.4.1-120-UNSTABLE build -120 for 1.12.2):
AdvancedRocketry 1.12.2-1.4.1-120-UNSTABLE build -120 for 1.12.2:
Highly untested and may break world
Current release 1.12.2-1.4.1-120
* [ Error message not enough, just assume user wants 0 planets, closes #1467 and who knows how many others, I can't keep track](https://github.com/zmaster587/AdvancedRocketry/commit/7eca8c5ee810277)
/*
IC2 Recipes
Built by BookerTheGeek
*/
// Imports
import crafttweaker.item.IItemStack;
// Variables
var tinCableIns = <ic2:cable:4>.withTag({type: 4 as byte, insulation: 1 as byte}) as IItemStack;
import mods.oreveins.Cluster;
for material in materials {
Cluster.newBuilder("nameOfGeneration" + material.name) // Identifier for the generation, does nothing
.addType("oreveins:sphere") // Type of vein
.addOre(materials[material].ore) // Ore
.addMaterial(<minecraft:stone:*>) // Material to generate in
.setRarity(40)
.setMinY(12)
.SetMaxY(128)
Enigmatica 2 Expert 1.41 to Enigmatica 2 Expert 1.42
Added:
- Anger Management
Updated:
Advanced Rocketry (went from AdvancedRocketry 1.12.2-1.4.1-107-UNSTABLE build -107 for 1.12.2 to AdvancedRocketry 1.12.2-1.4.1-110-UNSTABLE build -110 for 1.12.2):
Current release 1.12.2-1.4.1-110
* [ fix unmanned rockets being unable to launch, #1423](https://github.com/zmaster587/AdvancedRocketry/commit/146a2b11f6d94d9)
# Blood Orb Oredicts
<ore:orbTier1>.add(<bloodmagic:blood_orb>.withTag({orb: "bloodmagic:weak"}));
<ore:orbTier1>.add(<bloodmagic:blood_orb>.withTag({orb: "bloodmagic:apprentice"}));
<ore:orbTier1>.add(<bloodmagic:blood_orb>.withTag({orb: "bloodmagic:magician"}));
<ore:orbTier1>.add(<bloodmagic:blood_orb>.withTag({orb: "bloodmagic:master"}));
<ore:orbTier1>.add(<bloodmagic:blood_orb>.withTag({orb: "bloodmagic:archmage"}));
<ore:orbTier1>.add(<bloodmagic:blood_orb>.withTag({orb: "bloodmagic:transcendent"}));
<ore:orbTier2>.add(<bloodmagic:blood_orb>.withTag({orb: "bloodmagic:apprentice"}));
<ore:orbTier2>.add(<bloodmagic:blood_orb>.withTag({orb: "bloodmagic:magician"}));
This file has been truncated, but you can view the full file.
[18:18:17] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[18:18:17] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker
[18:18:17] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker
[18:18:17] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2751 for Minecraft 1.12.2 loading
[18:18:17] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_131, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_131
[18:18:17] [main/INFO] [FML]: Searching D:\Minecraft\1.12.2 Server\.\mods for mods
[18:18:17] [main/WARN] [FML]: The coremod org.minimallycorrect.libloader.LibLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[18:18:17] [main/WARN] [FML]: The coremod LibLoader (org.minimallycorrect.libloader.LibLoader) is not signed!
[18:18:17] [main/WARN] [