Skip to content

Instantly share code, notes, and snippets.

View mrtopf's full-sized avatar

Christian Scholz mrtopf

View GitHub Profile
DATA = {
'name' : 'Christian',
'address' : {
'street' : "Straße",
'city' : "Aachen",
'zip' : 12345
},
'more' : [
@mrtopf
mrtopf / streets.json
Last active August 30, 2018 16:44
streets json
[
{
"city" : "aachen",
"name" : "cäcilienstraße",
"lat" : "50.7802954",
"lng" : "6.1758345",
"original" : "Cäcilienstraße"
},
...
]
@mrtopf
mrtopf / crash.txt
Created July 25, 2017 19:06
Crash EnderStorage 1.12 (2.4.0-119)
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (ResourceLoader-MC1.12-1.5.2.jar)
AstralCore (astralsorcery-1.12-1.6.1.jar)
ForgelinPlugin (Forgelin-1.5.1.jar)
LoadingPlugin (Quark-r1.2-103.jar)
SFRCore (SolarFluxReborn_1.12-3.25r.jar)
LoadingPlugin (LoadingProfiler-MC1.12-1.3.jar)
LoadingPlugin (RandomThings-MC1.12-4.0.4.jar)
@mrtopf
mrtopf / variables.md
Last active November 26, 2016 15:40
meaning of BQ quest variables (from source)

Meaning of Variables

isSilent means that the quest will do no in-game notification (like in edit mode) isMain -- only changes the icon of the quest in order to mark it as the main quest (e.g. goal of a quest line) globalQuest -- send the notification to every player on a server, otherwise only the player who finished the quest. Does ist also mean that everybody needs to participate in it? Or at least minimum of globalParticipation? lockedProgress -- unsure: can mean that you can do the quest although the requirements are not yet met simultaneous -- no idea, has something to do whether tasks should be updated. It could mean that in case of a party the quest is finished for all members globalParticipation -- could mean the lowest amount of people who need to have finished the task to get the reward globalShare -- only one person gets the reward, not everybody

"tasks": [
{
"target": "cyberware.cyberzombie",
"required": 3,
"subtypes": true,
"ignoreNBT": true,
"targetNBT": {
"HurtByTimestamp:3": 0,
"ForgeData:10": {},
"VillagerProfessionName:8": "",
@mrtopf
mrtopf / tt-crashreport.log
Created November 18, 2016 23:01
Crash Report Teletubbies.
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Quark-r1.0-59.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
ForgelinPlugin (Forgelin-1.1.0.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.337.jar)
@mrtopf
mrtopf / crashlog.txt
Created November 17, 2016 20:15
Actually Additions Crash
---- Minecraft Crash Report ----
WARNING: coremods are present:
LoadingPlugin (Quark-r1.0-59.jar)
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar)
FMLPlugin (InventoryTweaks-1.62-dev-66.jar)
ForgelinPlugin (Forgelin-1.1.0.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.2.337.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.0RC3.jar)
@mrtopf
mrtopf / baseconfig.zs
Created November 16, 2016 09:15
Example BASE config file in config/ACRONYM/BASE/
import com.acronym.base.IMaterialType;
var bs = mods.base.Materials.getOrRegister("Bullshit", 20, 875321, false);
var bsblock = mods.base.Materials.getOrRegister("Bullshit Block", 25, 875321, false);
var bsingot = mods.base.Materials.getOrRegister("Bullshit Ingot", 21, 875321, false);
var bsdust = mods.base.Materials.getOrRegister("Bullshit Dust", 22, 875321, false);
var bsnugget = mods.base.Materials.getOrRegister("Bullshit Nugget", 23, 875321, false);
var bsgear = mods.base.Materials.getOrRegister("Bullshit Gear", 24, 875321, false);
var bsplate = mods.base.Materials.getOrRegister("Bullshit Plate", 0, 875321, false);
@mrtopf
mrtopf / fml-client-latest.log
Created November 15, 2016 19:27
Logfile for biometweaker biome create problem
[20:24:34] [main/DEBUG] [FML/]: Injecting tracing printstreams for STDOUT/STDERR.
[20:24:34] [main/INFO] [FML/]: Forge Mod Loader version 12.18.2.2123 for Minecraft 1.10.2 loading
[20:24:34] [main/INFO] [FML/]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at D:\Minecraft\Install\runtime\jre-x64\1.8.0_25
[20:24:34] [main/DEBUG] [FML/]: Java classpath at launch is D:\Minecraft\Install\libraries\net\minecraftforge\forge\1.10.2-12.18.2.2123\forge-1.10.2-12.18.2.2123.jar;D:\Minecraft\Install\libraries\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;D:\Minecraft\Install\libraries\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;D:\Minecraft\Install\libraries\jline\jline\2.13\jline-2.13.jar;D:\Minecraft\Install\libraries\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;D:\Minecraft\Install\libraries\com\typesafe\config\1.2.1\config-1.2.1.jar;D:\Minecraft\Install\libraries\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migr
@mrtopf
mrtopf / radiance.cfg
Created November 15, 2016 19:25
Example Biometweaker config for 1.10.2
radiance = forBiomes(80) # Some unoccupied ID
radiance.create("DESERT", 130)
radiance.set("name", "Radiance")
radiance.set("enableRain", true)
radiance.set("color", 16711782)
radiance.set("grassColor", 2631720)
radiance.set("skyColor", 16711782)
radiance.set("foliageColor", 16711782)