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
// ================nessiesson/usefulmod/config/Config.class ================= | |
// class version 50.0 (50) | |
// access flags 0x31 | |
public final class nessiesson/usefulmod/config/Config implements com/mumfrey/liteloader/modconfig/Exposable { | |
@Lcom/mumfrey/liteloader/modconfig/ExposableOptions;(strategy=Lcom/mumfrey/liteloader/modconfig/ConfigStrategy;.Unversioned, filename="usefulmod") | |
// access flags 0xA | |
private static Z isShulkerBoxDisplayEnabled |
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 glob | |
import os | |
from nbt.region import RegionFile | |
world_name = '144_76_72_236' | |
entity_list = [] | |
def main(): |
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 matplotlib.pyplot as plt | |
import numpy as np | |
def p(t, alpha=1.0, beta=1.0, p0=1.0): | |
return beta ** t * p0 + sum([alpha * beta ** (t - m) for m in range(1, t + 1)]) | |
vec_p = np.vectorize(p) | |
times = np.arange(10) |
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
[19:10:59] [main/INFO] [mixin/]: Mixing MixinMinecraftForgeRegistriesGameData from mixins.uselessmod.json into net.minecraftforge.registries.GameData$BlockCallbacks | |
[19:10:59] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/util/ObjectIntIdentityMap to metadata cache | |
[19:10:59] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/registries/IForgeRegistryInternal to metadata cache | |
[19:10:59] [main/TRACE] [mixin/]: Added class metadata for net/minecraftforge/registries/RegistryManager to metadata cache | |
[19:10:59] [main/TRACE] [mixin/]: Added class metadata for net/minecraft/block/BlockObserver to metadata cache | |
[19:10:59] [main/WARN] [MixinTransformer/]: /********************************************************************************************************************************************************************************************************************************************************************************************************************************************* |
NewerOlder