From 1aaeaef80f6f28bcba4f019c9bc4fb1ebe4ca22e Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 18 Apr 2021 06:50:52 -0700 Subject: actually upgraded gradle --- .classpath | 16 - .directory | 6 - .gitignore | 5 +- .idea/.gitignore | 3 - .idea/.name | 1 - .idea/codeStyles/Project.xml | 7 - .idea/codeStyles/codeStyleConfig.xml | 5 - .idea/compiler.xml | 6 - .idea/dictionaries/kekzd.xml | 10 - .idea/gradle.xml | 17 - .idea/jarRepositories.xml | 30 - .idea/libraries/YAMCore_1_7_10_0_5_78.xml | 9 - .idea/misc.xml | 6 - .idea/modules.xml | 9 - .idea/uiDesigner.xml | 124 - .idea/vcs.xml | 6 - .project | 17 - build.gradle | 46 +- libs/bartworks.1.7.10.-.475e9cb.-0.5.16-dev.jar | Bin 1143977 -> 0 bytes libs/bartworks[1.7.10]-0.5.13_pre10.jar | Bin 885812 -> 0 bytes .../CodeChickenLib-1.7.10-1.1.3.140-universal.jar | Bin 314810 -> 0 bytes mods-asdf/EnderCore-1.7.10-0.2.0.39_beta.jar | Bin 467824 -> 0 bytes mods-asdf/EnderIO-1.7.10-2.3.0.432_beta.jar | Bin 4800552 -> 0 bytes mods-asdf/YAMCore-1.7.10-0.5.78.jar | Bin 100213 -> 0 bytes mods-asdf/bartworks[1.7.10]-0.5.13_pre10.jar | Bin 885812 -> 0 bytes mods-asdf/devtips-1.1.jar | Bin 7584 -> 0 bytes mods-asdf/ic2/EJML-core-0.26.jar | Bin 341614 -> 0 bytes mods/1.7.10/Baubles-1.7.10-1.0.1.11.jar | Bin 86746 -> 0 bytes .../CodeChickenLib-1.7.10-1.1.3.140-universal.jar | Bin 314810 -> 0 bytes mods/EnderCore-1.7.10-0.2.0.39_beta.jar | Bin 467824 -> 0 bytes mods/EnderIO-1.7.10-2.3.0.432_beta.jar | Bin 4800552 -> 0 bytes mods/YAMCore-1.7.10-0.5.78.jar | Bin 100213 -> 0 bytes mods/bartworks[1.7.10]-0.5.13_pre10.jar | Bin 885812 -> 0 bytes mods/devtips-1.1.jar | Bin 7584 -> 0 bytes mods/ic2/EJML-core-0.26.jar | Bin 341614 -> 0 bytes run/asm/ccl_modular/net#minecraft#block#Block.txt | 9596 -------------------- .../ccl_modular/net#minecraft#block#BlockFire.txt | 2553 ------ .../net#minecraft#block#BlockMobSpawner.txt | 193 - ...minecraft#client#gui#inventory#GuiContainer.txt | 3077 ------- ...minecraft#client#renderer#entity#RenderItem.txt | 3383 ------- .../net#minecraft#nbt#NBTTagCompound.txt | 1581 ---- .../ccl_modular/net#minecraft#nbt#NBTTagList.txt | 830 -- run/config/CodeChickenCore.cfg | 21 - run/config/CodeChickenLib.cfg | 8 - run/config/forge.cfg | 57 - run/config/splash.properties | 14 - run/mods/ic2/EJML-core-0.26.jar | Bin 341614 -> 0 bytes 47 files changed, 28 insertions(+), 21608 deletions(-) delete mode 100644 .classpath delete mode 100644 .directory delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/dictionaries/kekzd.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/jarRepositories.xml delete mode 100644 .idea/libraries/YAMCore_1_7_10_0_5_78.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/uiDesigner.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .project delete mode 100644 libs/bartworks.1.7.10.-.475e9cb.-0.5.16-dev.jar delete mode 100644 libs/bartworks[1.7.10]-0.5.13_pre10.jar delete mode 100644 mods-asdf/1.7.10/CodeChickenLib-1.7.10-1.1.3.140-universal.jar delete mode 100644 mods-asdf/EnderCore-1.7.10-0.2.0.39_beta.jar delete mode 100644 mods-asdf/EnderIO-1.7.10-2.3.0.432_beta.jar delete mode 100644 mods-asdf/YAMCore-1.7.10-0.5.78.jar delete mode 100644 mods-asdf/bartworks[1.7.10]-0.5.13_pre10.jar delete mode 100644 mods-asdf/devtips-1.1.jar delete mode 100644 mods-asdf/ic2/EJML-core-0.26.jar delete mode 100644 mods/1.7.10/Baubles-1.7.10-1.0.1.11.jar delete mode 100644 mods/1.7.10/CodeChickenLib-1.7.10-1.1.3.140-universal.jar delete mode 100644 mods/EnderCore-1.7.10-0.2.0.39_beta.jar delete mode 100644 mods/EnderIO-1.7.10-2.3.0.432_beta.jar delete mode 100644 mods/YAMCore-1.7.10-0.5.78.jar delete mode 100644 mods/bartworks[1.7.10]-0.5.13_pre10.jar delete mode 100644 mods/devtips-1.1.jar delete mode 100644 mods/ic2/EJML-core-0.26.jar delete mode 100644 run/asm/ccl_modular/net#minecraft#block#Block.txt delete mode 100644 run/asm/ccl_modular/net#minecraft#block#BlockFire.txt delete mode 100644 run/asm/ccl_modular/net#minecraft#block#BlockMobSpawner.txt delete mode 100644 run/asm/ccl_modular/net#minecraft#client#gui#inventory#GuiContainer.txt delete mode 100644 run/asm/ccl_modular/net#minecraft#client#renderer#entity#RenderItem.txt delete mode 100644 run/asm/ccl_modular/net#minecraft#nbt#NBTTagCompound.txt delete mode 100644 run/asm/ccl_modular/net#minecraft#nbt#NBTTagList.txt delete mode 100644 run/config/CodeChickenCore.cfg delete mode 100644 run/config/CodeChickenLib.cfg delete mode 100644 run/config/forge.cfg delete mode 100644 run/config/splash.properties delete mode 100644 run/mods/ic2/EJML-core-0.26.jar diff --git a/.classpath b/.classpath deleted file mode 100644 index c5199060a4..0000000000 --- a/.classpath +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/.directory b/.directory deleted file mode 100644 index 5edbbd9d93..0000000000 --- a/.directory +++ /dev/null @@ -1,6 +0,0 @@ -[Dolphin] -Timestamp=2019,10,7,18,33,15 -Version=4 - -[Settings] -HiddenFilesShown=true diff --git a/.gitignore b/.gitignore index 184a328784..4917368216 100644 --- a/.gitignore +++ b/.gitignore @@ -28,13 +28,12 @@ usernamecache.json /crash-reports/ /saves/ /config/ +run/ # intellij related things -.idea/dictionaries/* +.idea/ # other stuff -eclipse/ -eclipse/* out/ out/* *.ipr diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d33521af..0000000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index e33e6c76d0..0000000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -kekztech \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 919ce1f1f7..0000000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index a55e7a179b..0000000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 61a9130cd9..0000000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/dictionaries/kekzd.xml b/.idea/dictionaries/kekzd.xml deleted file mode 100644 index cfc5daa6e8..0000000000 --- a/.idea/dictionaries/kekzd.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - essentia - ichor - lapotronic - thaumium - - - \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 77e9972e4a..0000000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml deleted file mode 100644 index 87ab416c8a..0000000000 --- a/.idea/jarRepositories.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/libraries/YAMCore_1_7_10_0_5_78.xml b/.idea/libraries/YAMCore_1_7_10_0_5_78.xml deleted file mode 100644 index 822492902c..0000000000 --- a/.idea/libraries/YAMCore_1_7_10_0_5_78.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 84da703c3b..0000000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index a881e90a4c..0000000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml deleted file mode 100644 index e96534fb27..0000000000 --- a/.idea/uiDesigner.xml +++ /dev/null @@ -1,124 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1ddfbb..0000000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.project b/.project deleted file mode 100644 index b83d47ff64..0000000000 --- a/.project +++ /dev/null @@ -1,17 +0,0 @@ - - - kekztech - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - diff --git a/build.gradle b/build.gradle index 6d44e79f60..e107fcfba2 100644 --- a/build.gradle +++ b/build.gradle @@ -9,9 +9,13 @@ buildscript { name = "sonatype" url = "https://oss.sonatype.org/content/repositories/snapshots/" } + maven { + name = "jitpack.io" + url = "https://jitpack.io" + } } dependencies { - classpath 'net.minecraftforge.gradle:ForgeGradle:1.2-SNAPSHOT' + classpath 'com.github.GTNH2:ForgeGradle:FG_1.2-SNAPSHOT' } } @@ -25,7 +29,7 @@ archivesBaseName = "kekztech" minecraft { version = "1.7.10-10.13.4.1614-1.7.10" - runDir = "eclipse" + runDir = "run" } dependencies { @@ -33,7 +37,9 @@ dependencies { // or you may define them like so.. //compile "some.group:artifact:version:classifier" //compile "some.group:artifact:version" - + + compile fileTree(dir: 'libs', include: '*.jar') + // real examples //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev' // adds buildcraft to the dev env //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env @@ -45,21 +51,21 @@ dependencies { } processResources -{ - // this will ensure that this task is redone when the versions change. - inputs.property "version", project.version - inputs.property "mcversion", project.minecraft.version + { + // this will ensure that this task is redone when the versions change. + inputs.property "version", project.version + inputs.property "mcversion", project.minecraft.version - // replace stuff in mcmod.info, nothing else - from(sourceSets.main.resources.srcDirs) { - include 'mcmod.info' - - // replace version and mcversion - expand 'version':project.version, 'mcversion':project.minecraft.version - } - - // copy everything else, thats not the mcmod.info - from(sourceSets.main.resources.srcDirs) { - exclude 'mcmod.info' - } -} + // replace stuff in mcmod.info, nothing else + from(sourceSets.main.resources.srcDirs) { + include 'mcmod.info' + + // replace version and mcversion + expand 'version':project.version, 'mcversion':project.minecraft.version + } + + // copy everything else, thats not the mcmod.info + from(sourceSets.main.resources.srcDirs) { + exclude 'mcmod.info' + } + } diff --git a/libs/bartworks.1.7.10.-.475e9cb.-0.5.16-dev.jar b/libs/bartworks.1.7.10.-.475e9cb.-0.5.16-dev.jar deleted file mode 100644 index fdfb759884..0000000000 Binary files a/libs/bartworks.1.7.10.-.475e9cb.-0.5.16-dev.jar and /dev/null differ diff --git a/libs/bartworks[1.7.10]-0.5.13_pre10.jar b/libs/bartworks[1.7.10]-0.5.13_pre10.jar deleted file mode 100644 index b1a8b4322f..0000000000 Binary files a/libs/bartworks[1.7.10]-0.5.13_pre10.jar and /dev/null differ diff --git a/mods-asdf/1.7.10/CodeChickenLib-1.7.10-1.1.3.140-universal.jar b/mods-asdf/1.7.10/CodeChickenLib-1.7.10-1.1.3.140-universal.jar deleted file mode 100644 index 9aa3d80afd..0000000000 Binary files a/mods-asdf/1.7.10/CodeChickenLib-1.7.10-1.1.3.140-universal.jar and /dev/null differ diff --git a/mods-asdf/EnderCore-1.7.10-0.2.0.39_beta.jar b/mods-asdf/EnderCore-1.7.10-0.2.0.39_beta.jar deleted file mode 100644 index 1fdf703497..0000000000 Binary files a/mods-asdf/EnderCore-1.7.10-0.2.0.39_beta.jar and /dev/null differ diff --git a/mods-asdf/EnderIO-1.7.10-2.3.0.432_beta.jar b/mods-asdf/EnderIO-1.7.10-2.3.0.432_beta.jar deleted file mode 100644 index 80711b5846..0000000000 Binary files a/mods-asdf/EnderIO-1.7.10-2.3.0.432_beta.jar and /dev/null differ diff --git a/mods-asdf/YAMCore-1.7.10-0.5.78.jar b/mods-asdf/YAMCore-1.7.10-0.5.78.jar deleted file mode 100644 index e60262ce5b..0000000000 Binary files a/mods-asdf/YAMCore-1.7.10-0.5.78.jar and /dev/null differ diff --git a/mods-asdf/bartworks[1.7.10]-0.5.13_pre10.jar b/mods-asdf/bartworks[1.7.10]-0.5.13_pre10.jar deleted file mode 100644 index b1a8b4322f..0000000000 Binary files a/mods-asdf/bartworks[1.7.10]-0.5.13_pre10.jar and /dev/null differ diff --git a/mods-asdf/devtips-1.1.jar b/mods-asdf/devtips-1.1.jar deleted file mode 100644 index a5e373537b..0000000000 Binary files a/mods-asdf/devtips-1.1.jar and /dev/null differ diff --git a/mods-asdf/ic2/EJML-core-0.26.jar b/mods-asdf/ic2/EJML-core-0.26.jar deleted file mode 100644 index 8f1fe755e6..0000000000 Binary files a/mods-asdf/ic2/EJML-core-0.26.jar and /dev/null differ diff --git a/mods/1.7.10/Baubles-1.7.10-1.0.1.11.jar b/mods/1.7.10/Baubles-1.7.10-1.0.1.11.jar deleted file mode 100644 index 6f05d6227e..0000000000 Binary files a/mods/1.7.10/Baubles-1.7.10-1.0.1.11.jar and /dev/null differ diff --git a/mods/1.7.10/CodeChickenLib-1.7.10-1.1.3.140-universal.jar b/mods/1.7.10/CodeChickenLib-1.7.10-1.1.3.140-universal.jar deleted file mode 100644 index 9aa3d80afd..0000000000 Binary files a/mods/1.7.10/CodeChickenLib-1.7.10-1.1.3.140-universal.jar and /dev/null differ diff --git a/mods/EnderCore-1.7.10-0.2.0.39_beta.jar b/mods/EnderCore-1.7.10-0.2.0.39_beta.jar deleted file mode 100644 index 1fdf703497..0000000000 Binary files a/mods/EnderCore-1.7.10-0.2.0.39_beta.jar and /dev/null differ diff --git a/mods/EnderIO-1.7.10-2.3.0.432_beta.jar b/mods/EnderIO-1.7.10-2.3.0.432_beta.jar deleted file mode 100644 index 80711b5846..0000000000 Binary files a/mods/EnderIO-1.7.10-2.3.0.432_beta.jar and /dev/null differ diff --git a/mods/YAMCore-1.7.10-0.5.78.jar b/mods/YAMCore-1.7.10-0.5.78.jar deleted file mode 100644 index e60262ce5b..0000000000 Binary files a/mods/YAMCore-1.7.10-0.5.78.jar and /dev/null differ diff --git a/mods/bartworks[1.7.10]-0.5.13_pre10.jar b/mods/bartworks[1.7.10]-0.5.13_pre10.jar deleted file mode 100644 index b1a8b4322f..0000000000 Binary files a/mods/bartworks[1.7.10]-0.5.13_pre10.jar and /dev/null differ diff --git a/mods/devtips-1.1.jar b/mods/devtips-1.1.jar deleted file mode 100644 index a5e373537b..0000000000 Binary files a/mods/devtips-1.1.jar and /dev/null differ diff --git a/mods/ic2/EJML-core-0.26.jar b/mods/ic2/EJML-core-0.26.jar deleted file mode 100644 index 8f1fe755e6..0000000000 Binary files a/mods/ic2/EJML-core-0.26.jar and /dev/null differ diff --git a/run/asm/ccl_modular/net#minecraft#block#Block.txt b/run/asm/ccl_modular/net#minecraft#block#Block.txt deleted file mode 100644 index 84f04e8eea..0000000000 --- a/run/asm/ccl_modular/net#minecraft#block#Block.txt +++ /dev/null @@ -1,9596 +0,0 @@ -// class version 50.0 (50) -// access flags 0x21 -public class net/minecraft/block/Block { - - // compiled from: Block.java - // access flags 0x1008 - static synthetic INNERCLASS net/minecraft/block/Block$6 net/minecraft/block/Block null - // access flags 0x9 - public static INNERCLASS net/minecraft/block/Block$SoundType net/minecraft/block/Block SoundType - // access flags 0x0 - INNERCLASS net/minecraft/block/Block$5 null null - // access flags 0x0 - INNERCLASS net/minecraft/block/Block$4 null null - // access flags 0x8 - static INNERCLASS net/minecraft/block/Block$3 null null - // access flags 0x8 - static INNERCLASS net/minecraft/block/Block$2 null null - // access flags 0x8 - static INNERCLASS net/minecraft/block/Block$1 null null - // access flags 0x4019 - public final static enum INNERCLASS net/minecraft/block/BlockPressurePlate$Sensitivity net/minecraft/block/BlockPressurePlate Sensitivity - - // access flags 0x19 - public final static Lnet/minecraft/util/RegistryNamespaced; blockRegistry - - // access flags 0x2 - private Lnet/minecraft/creativetab/CreativeTabs; displayOnCreativeTab - - // access flags 0x4 - protected Ljava/lang/String; textureName - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeStone - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeWood - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeGravel - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeGrass - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypePiston - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeMetal - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeGlass - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeCloth - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeSand - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeSnow - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeLadder - - // access flags 0x19 - public final static Lnet/minecraft/block/Block$SoundType; soundTypeAnvil - - // access flags 0x4 - protected Z opaque - - // access flags 0x4 - protected I lightOpacity - - // access flags 0x4 - protected Z canBlockGrass - - // access flags 0x4 - protected I lightValue - - // access flags 0x4 - protected Z useNeighborBrightness - - // access flags 0x4 - protected F blockHardness - - // access flags 0x4 - protected F blockResistance - - // access flags 0x4 - protected Z blockConstructorCalled - - // access flags 0x4 - protected Z enableStats - - // access flags 0x4 - protected Z needsRandomTick - - // access flags 0x4 - protected Z isBlockContainer - - // access flags 0x4 - protected D minX - - // access flags 0x4 - protected D minY - - // access flags 0x4 - protected D minZ - - // access flags 0x4 - protected D maxX - - // access flags 0x4 - protected D maxY - - // access flags 0x4 - protected D maxZ - - // access flags 0x1 - public Lnet/minecraft/block/Block$SoundType; stepSound - - // access flags 0x1 - public F blockParticleGravity - - // access flags 0x14 - protected final Lnet/minecraft/block/material/Material; blockMaterial - - // access flags 0x1 - public F slipperiness - - // access flags 0x2 - private Ljava/lang/String; unlocalizedName - - // access flags 0x4 - protected Lnet/minecraft/util/IIcon; blockIcon - @Lcpw/mods/fml/relauncher/SideOnly;(value=Lcpw/mods/fml/relauncher/Side;.CLIENT) - - // access flags 0x1A - private final static Ljava/lang/String; __OBFID = "CL_00000199" - - // access flags 0x11 - // signature Lcpw/mods/fml/common/registry/RegistryDelegate; - // declaration: cpw.mods.fml.common.registry.RegistryDelegate - public final Lcpw/mods/fml/common/registry/RegistryDelegate; delegate - - // access flags 0x4 - // signature Ljava/lang/ThreadLocal; - // declaration: java.lang.ThreadLocal - protected Ljava/lang/ThreadLocal; harvesters - - // access flags 0x2 - // signature Ljava/lang/ThreadLocal; - // declaration: java.lang.ThreadLocal - private Ljava/lang/ThreadLocal; silk_check_meta - - // access flags 0x2 - private Z isTileProvider - - // access flags 0x2 - private [Ljava/lang/String; harvestTool - - // access flags 0x2 - private [I harvestLevel - - // access flags 0x4 - // signature Ljava/lang/ThreadLocal; - // declaration: java.lang.ThreadLocal - protected Ljava/lang/ThreadLocal; captureDrops - - // access flags 0x4 - // signature Ljava/lang/ThreadLocal;>; - // declaration: java.lang.ThreadLocal> - protected Ljava/lang/ThreadLocal; capturedDrops - - // access flags 0x9 - public static getIdFromBlock(Lnet/minecraft/block/Block;)I - L0 - LINENUMBER 131 L0 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ALOAD 0 - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.getIDForObject (Ljava/lang/Object;)I - IRETURN - L1 - LOCALVARIABLE p_getIdFromBlock_0_ Lnet/minecraft/block/Block; L0 L0 0 - LOCALVARIABLE p_149682_0_ Lnet/minecraft/block/Block; L0 L1 0 - MAXSTACK = 2 - MAXLOCALS = 1 - - // access flags 0x9 - public static getBlockById(I)Lnet/minecraft/block/Block; - L0 - LINENUMBER 136 L0 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ILOAD 0 - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.getObjectById (I)Ljava/lang/Object; - CHECKCAST net/minecraft/block/Block - ASTORE 1 - L1 - LINENUMBER 137 L1 - ALOAD 1 - IFNONNULL L2 - GETSTATIC net/minecraft/init/Blocks.air : Lnet/minecraft/block/Block; - GOTO L3 - L2 - FRAME FULL [I net/minecraft/block/Block] [] - ALOAD 1 - L3 - FRAME FULL [I net/minecraft/block/Block] [net/minecraft/block/Block] - ARETURN - L4 - LOCALVARIABLE p_getBlockById_0_ I L0 L0 0 - LOCALVARIABLE p_149729_0_ I L0 L4 0 - LOCALVARIABLE ret Lnet/minecraft/block/Block; L1 L4 1 - MAXSTACK = 2 - MAXLOCALS = 2 - - // access flags 0x9 - public static getBlockFromItem(Lnet/minecraft/item/Item;)Lnet/minecraft/block/Block; - L0 - LINENUMBER 142 L0 - ALOAD 0 - INVOKESTATIC net/minecraft/item/Item.getIdFromItem (Lnet/minecraft/item/Item;)I - INVOKESTATIC net/minecraft/block/Block.getBlockById (I)Lnet/minecraft/block/Block; - ARETURN - L1 - LOCALVARIABLE p_getBlockFromItem_0_ Lnet/minecraft/item/Item; L0 L0 0 - LOCALVARIABLE p_149634_0_ Lnet/minecraft/item/Item; L0 L1 0 - MAXSTACK = 1 - MAXLOCALS = 1 - - // access flags 0x9 - public static getBlockFromName(Ljava/lang/String;)Lnet/minecraft/block/Block; - TRYCATCHBLOCK L0 L1 L2 java/lang/NumberFormatException - L3 - LINENUMBER 147 L3 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ALOAD 0 - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.containsKey (Ljava/lang/String;)Z - IFEQ L0 - L4 - LINENUMBER 149 L4 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ALOAD 0 - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.getObject (Ljava/lang/String;)Ljava/lang/Object; - CHECKCAST net/minecraft/block/Block - ARETURN - L0 - LINENUMBER 155 L0 - FRAME FULL [java/lang/String] [] - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ALOAD 0 - INVOKESTATIC java/lang/Integer.parseInt (Ljava/lang/String;)I - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.getObjectById (I)Ljava/lang/Object; - CHECKCAST net/minecraft/block/Block - L1 - ARETURN - L2 - LINENUMBER 157 L2 - FRAME FULL [java/lang/String] [java/lang/NumberFormatException] - ASTORE 1 - L5 - LINENUMBER 159 L5 - ACONST_NULL - ARETURN - L6 - LOCALVARIABLE p_getBlockFromName_0_ Ljava/lang/String; L3 L3 0 - LOCALVARIABLE numberformatexception Ljava/lang/NumberFormatException; L5 L6 1 - LOCALVARIABLE p_149684_0_ Ljava/lang/String; L3 L6 0 - MAXSTACK = 2 - MAXLOCALS = 2 - - // access flags 0x1 - public func_149730_j()Z - L0 - LINENUMBER 166 L0 - ALOAD 0 - GETFIELD net/minecraft/block/Block.opaque : Z - IRETURN - L1 - LOCALVARIABLE this Lnet/minecraft/block/Block; L0 L1 0 - MAXSTACK = 1 - MAXLOCALS = 1 - - // access flags 0x1 - public getLightOpacity()I - L0 - LINENUMBER 171 L0 - ALOAD 0 - GETFIELD net/minecraft/block/Block.lightOpacity : I - IRETURN - L1 - LOCALVARIABLE this Lnet/minecraft/block/Block; L0 L1 0 - MAXSTACK = 1 - MAXLOCALS = 1 - - // access flags 0x1 - public getCanBlockGrass()Z - @Lcpw/mods/fml/relauncher/SideOnly;(value=Lcpw/mods/fml/relauncher/Side;.CLIENT) - L0 - LINENUMBER 177 L0 - ALOAD 0 - GETFIELD net/minecraft/block/Block.canBlockGrass : Z - IRETURN - L1 - LOCALVARIABLE this Lnet/minecraft/block/Block; L0 L1 0 - MAXSTACK = 1 - MAXLOCALS = 1 - - // access flags 0x1 - public getLightValue()I - L0 - LINENUMBER 182 L0 - ALOAD 0 - GETFIELD net/minecraft/block/Block.lightValue : I - IRETURN - L1 - LOCALVARIABLE this Lnet/minecraft/block/Block; L0 L1 0 - MAXSTACK = 1 - MAXLOCALS = 1 - - // access flags 0x1 - public getUseNeighborBrightness()Z - L0 - LINENUMBER 187 L0 - ALOAD 0 - GETFIELD net/minecraft/block/Block.useNeighborBrightness : Z - IRETURN - L1 - LOCALVARIABLE this Lnet/minecraft/block/Block; L0 L1 0 - MAXSTACK = 1 - MAXLOCALS = 1 - - // access flags 0x1 - public getMaterial()Lnet/minecraft/block/material/Material; - L0 - LINENUMBER 192 L0 - ALOAD 0 - GETFIELD net/minecraft/block/Block.blockMaterial : Lnet/minecraft/block/material/Material; - ARETURN - L1 - LOCALVARIABLE this Lnet/minecraft/block/Block; L0 L1 0 - MAXSTACK = 1 - MAXLOCALS = 1 - - // access flags 0x1 - public getMapColor(I)Lnet/minecraft/block/material/MapColor; - L0 - LINENUMBER 197 L0 - ALOAD 0 - INVOKEVIRTUAL net/minecraft/block/Block.getMaterial ()Lnet/minecraft/block/material/Material; - INVOKEVIRTUAL net/minecraft/block/material/Material.getMaterialMapColor ()Lnet/minecraft/block/material/MapColor; - ARETURN - L1 - LOCALVARIABLE this Lnet/minecraft/block/Block; L0 L0 0 - LOCALVARIABLE p_getMapColor_1_ I L0 L0 1 - LOCALVARIABLE this Lnet/minecraft/block/Block; L0 L1 0 - LOCALVARIABLE p_149728_1_ I L0 L1 1 - MAXSTACK = 1 - MAXLOCALS = 2 - - // access flags 0x9 - public static registerBlocks()V - L0 - LINENUMBER 202 L0 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ICONST_0 - LDC "air" - NEW net/minecraft/block/BlockAir - DUP - INVOKESPECIAL net/minecraft/block/BlockAir. ()V - LDC "air" - INVOKEVIRTUAL net/minecraft/block/BlockAir.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L1 - LINENUMBER 203 L1 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ICONST_1 - LDC "stone" - NEW net/minecraft/block/BlockStone - DUP - INVOKESPECIAL net/minecraft/block/BlockStone. ()V - LDC 1.5 - INVOKEVIRTUAL net/minecraft/block/BlockStone.setHardness (F)Lnet/minecraft/block/Block; - LDC 10.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypePiston : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "stone" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "stone" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L2 - LINENUMBER 204 L2 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ICONST_2 - LDC "grass" - NEW net/minecraft/block/BlockGrass - DUP - INVOKESPECIAL net/minecraft/block/BlockGrass. ()V - LDC 0.6 - INVOKEVIRTUAL net/minecraft/block/BlockGrass.setHardness (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypeGrass : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "grass" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "grass" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L3 - LINENUMBER 205 L3 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ICONST_3 - LDC "dirt" - NEW net/minecraft/block/BlockDirt - DUP - INVOKESPECIAL net/minecraft/block/BlockDirt. ()V - LDC 0.5 - INVOKEVIRTUAL net/minecraft/block/BlockDirt.setHardness (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypeGravel : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "dirt" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "dirt" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L4 - LINENUMBER 206 L4 - NEW net/minecraft/block/Block - DUP - GETSTATIC net/minecraft/block/material/Material.rock : Lnet/minecraft/block/material/Material; - INVOKESPECIAL net/minecraft/block/Block. (Lnet/minecraft/block/material/Material;)V - FCONST_2 - INVOKEVIRTUAL net/minecraft/block/Block.setHardness (F)Lnet/minecraft/block/Block; - LDC 10.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypePiston : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "stonebrick" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/creativetab/CreativeTabs.tabBlock : Lnet/minecraft/creativetab/CreativeTabs; - INVOKEVIRTUAL net/minecraft/block/Block.setCreativeTab (Lnet/minecraft/creativetab/CreativeTabs;)Lnet/minecraft/block/Block; - LDC "cobblestone" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - ASTORE 0 - L5 - LINENUMBER 207 L5 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ICONST_4 - LDC "cobblestone" - ALOAD 0 - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L6 - LINENUMBER 208 L6 - NEW net/minecraft/block/BlockWood - DUP - INVOKESPECIAL net/minecraft/block/BlockWood. ()V - FCONST_2 - INVOKEVIRTUAL net/minecraft/block/BlockWood.setHardness (F)Lnet/minecraft/block/Block; - LDC 5.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypeWood : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "wood" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "planks" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - ASTORE 1 - L7 - LINENUMBER 209 L7 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - ICONST_5 - LDC "planks" - ALOAD 1 - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L8 - LINENUMBER 210 L8 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 6 - LDC "sapling" - NEW net/minecraft/block/BlockSapling - DUP - INVOKESPECIAL net/minecraft/block/BlockSapling. ()V - FCONST_0 - INVOKEVIRTUAL net/minecraft/block/BlockSapling.setHardness (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypeGrass : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "sapling" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "sapling" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L9 - LINENUMBER 211 L9 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 7 - LDC "bedrock" - NEW net/minecraft/block/Block - DUP - GETSTATIC net/minecraft/block/material/Material.rock : Lnet/minecraft/block/material/Material; - INVOKESPECIAL net/minecraft/block/Block. (Lnet/minecraft/block/material/Material;)V - INVOKEVIRTUAL net/minecraft/block/Block.setBlockUnbreakable ()Lnet/minecraft/block/Block; - LDC 6000000.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypePiston : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "bedrock" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/block/Block.disableStats ()Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/creativetab/CreativeTabs.tabBlock : Lnet/minecraft/creativetab/CreativeTabs; - INVOKEVIRTUAL net/minecraft/block/Block.setCreativeTab (Lnet/minecraft/creativetab/CreativeTabs;)Lnet/minecraft/block/Block; - LDC "bedrock" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L10 - LINENUMBER 212 L10 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 8 - LDC "flowing_water" - NEW net/minecraft/block/BlockDynamicLiquid - DUP - GETSTATIC net/minecraft/block/material/Material.water : Lnet/minecraft/block/material/Material; - INVOKESPECIAL net/minecraft/block/BlockDynamicLiquid. (Lnet/minecraft/block/material/Material;)V - LDC 100.0 - INVOKEVIRTUAL net/minecraft/block/BlockDynamicLiquid.setHardness (F)Lnet/minecraft/block/Block; - ICONST_3 - INVOKEVIRTUAL net/minecraft/block/Block.setLightOpacity (I)Lnet/minecraft/block/Block; - LDC "water" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/block/Block.disableStats ()Lnet/minecraft/block/Block; - LDC "water_flow" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L11 - LINENUMBER 213 L11 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 9 - LDC "water" - NEW net/minecraft/block/BlockStaticLiquid - DUP - GETSTATIC net/minecraft/block/material/Material.water : Lnet/minecraft/block/material/Material; - INVOKESPECIAL net/minecraft/block/BlockStaticLiquid. (Lnet/minecraft/block/material/Material;)V - LDC 100.0 - INVOKEVIRTUAL net/minecraft/block/BlockStaticLiquid.setHardness (F)Lnet/minecraft/block/Block; - ICONST_3 - INVOKEVIRTUAL net/minecraft/block/Block.setLightOpacity (I)Lnet/minecraft/block/Block; - LDC "water" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/block/Block.disableStats ()Lnet/minecraft/block/Block; - LDC "water_still" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L12 - LINENUMBER 214 L12 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 10 - LDC "flowing_lava" - NEW net/minecraft/block/BlockDynamicLiquid - DUP - GETSTATIC net/minecraft/block/material/Material.lava : Lnet/minecraft/block/material/Material; - INVOKESPECIAL net/minecraft/block/BlockDynamicLiquid. (Lnet/minecraft/block/material/Material;)V - LDC 100.0 - INVOKEVIRTUAL net/minecraft/block/BlockDynamicLiquid.setHardness (F)Lnet/minecraft/block/Block; - FCONST_1 - INVOKEVIRTUAL net/minecraft/block/Block.setLightLevel (F)Lnet/minecraft/block/Block; - LDC "lava" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/block/Block.disableStats ()Lnet/minecraft/block/Block; - LDC "lava_flow" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L13 - LINENUMBER 215 L13 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 11 - LDC "lava" - NEW net/minecraft/block/BlockStaticLiquid - DUP - GETSTATIC net/minecraft/block/material/Material.lava : Lnet/minecraft/block/material/Material; - INVOKESPECIAL net/minecraft/block/BlockStaticLiquid. (Lnet/minecraft/block/material/Material;)V - LDC 100.0 - INVOKEVIRTUAL net/minecraft/block/BlockStaticLiquid.setHardness (F)Lnet/minecraft/block/Block; - FCONST_1 - INVOKEVIRTUAL net/minecraft/block/Block.setLightLevel (F)Lnet/minecraft/block/Block; - LDC "lava" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/block/Block.disableStats ()Lnet/minecraft/block/Block; - LDC "lava_still" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L14 - LINENUMBER 216 L14 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 12 - LDC "sand" - NEW net/minecraft/block/BlockSand - DUP - INVOKESPECIAL net/minecraft/block/BlockSand. ()V - LDC 0.5 - INVOKEVIRTUAL net/minecraft/block/BlockSand.setHardness (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypeSand : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "sand" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "sand" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L15 - LINENUMBER 217 L15 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 13 - LDC "gravel" - NEW net/minecraft/block/BlockGravel - DUP - INVOKESPECIAL net/minecraft/block/BlockGravel. ()V - LDC 0.6 - INVOKEVIRTUAL net/minecraft/block/BlockGravel.setHardness (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypeGravel : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "gravel" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "gravel" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L16 - LINENUMBER 218 L16 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 14 - LDC "gold_ore" - NEW net/minecraft/block/BlockOre - DUP - INVOKESPECIAL net/minecraft/block/BlockOre. ()V - LDC 3.0 - INVOKEVIRTUAL net/minecraft/block/BlockOre.setHardness (F)Lnet/minecraft/block/Block; - LDC 5.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypePiston : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "oreGold" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "gold_ore" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L17 - LINENUMBER 219 L17 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 15 - LDC "iron_ore" - NEW net/minecraft/block/BlockOre - DUP - INVOKESPECIAL net/minecraft/block/BlockOre. ()V - LDC 3.0 - INVOKEVIRTUAL net/minecraft/block/BlockOre.setHardness (F)Lnet/minecraft/block/Block; - LDC 5.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypePiston : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "oreIron" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "iron_ore" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L18 - LINENUMBER 220 L18 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 16 - LDC "coal_ore" - NEW net/minecraft/block/BlockOre - DUP - INVOKESPECIAL net/minecraft/block/BlockOre. ()V - LDC 3.0 - INVOKEVIRTUAL net/minecraft/block/BlockOre.setHardness (F)Lnet/minecraft/block/Block; - LDC 5.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypePiston : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "oreCoal" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "coal_ore" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L19 - LINENUMBER 221 L19 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 17 - LDC "log" - NEW net/minecraft/block/BlockOldLog - DUP - INVOKESPECIAL net/minecraft/block/BlockOldLog. ()V - LDC "log" - INVOKEVIRTUAL net/minecraft/block/BlockOldLog.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "log" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L20 - LINENUMBER 222 L20 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 18 - LDC "leaves" - NEW net/minecraft/block/BlockOldLeaf - DUP - INVOKESPECIAL net/minecraft/block/BlockOldLeaf. ()V - LDC "leaves" - INVOKEVIRTUAL net/minecraft/block/BlockOldLeaf.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "leaves" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L21 - LINENUMBER 223 L21 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 19 - LDC "sponge" - NEW net/minecraft/block/BlockSponge - DUP - INVOKESPECIAL net/minecraft/block/BlockSponge. ()V - LDC 0.6 - INVOKEVIRTUAL net/minecraft/block/BlockSponge.setHardness (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypeGrass : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "sponge" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "sponge" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L22 - LINENUMBER 224 L22 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 20 - LDC "glass" - NEW net/minecraft/block/BlockGlass - DUP - GETSTATIC net/minecraft/block/material/Material.glass : Lnet/minecraft/block/material/Material; - ICONST_0 - INVOKESPECIAL net/minecraft/block/BlockGlass. (Lnet/minecraft/block/material/Material;Z)V - LDC 0.3 - INVOKEVIRTUAL net/minecraft/block/BlockGlass.setHardness (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypeGlass : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "glass" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "glass" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L23 - LINENUMBER 225 L23 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 21 - LDC "lapis_ore" - NEW net/minecraft/block/BlockOre - DUP - INVOKESPECIAL net/minecraft/block/BlockOre. ()V - LDC 3.0 - INVOKEVIRTUAL net/minecraft/block/BlockOre.setHardness (F)Lnet/minecraft/block/Block; - LDC 5.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypePiston : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "oreLapis" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - LDC "lapis_ore" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Block; - INVOKEVIRTUAL net/minecraft/util/RegistryNamespaced.addObject (ILjava/lang/String;Ljava/lang/Object;)V - L24 - LINENUMBER 226 L24 - GETSTATIC net/minecraft/block/Block.blockRegistry : Lnet/minecraft/util/RegistryNamespaced; - BIPUSH 22 - LDC "lapis_block" - NEW net/minecraft/block/BlockCompressed - DUP - GETSTATIC net/minecraft/block/material/MapColor.lapisColor : Lnet/minecraft/block/material/MapColor; - INVOKESPECIAL net/minecraft/block/BlockCompressed. (Lnet/minecraft/block/material/MapColor;)V - LDC 3.0 - INVOKEVIRTUAL net/minecraft/block/BlockCompressed.setHardness (F)Lnet/minecraft/block/Block; - LDC 5.0 - INVOKEVIRTUAL net/minecraft/block/Block.setResistance (F)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/block/Block.soundTypePiston : Lnet/minecraft/block/Block$SoundType; - INVOKEVIRTUAL net/minecraft/block/Block.setStepSound (Lnet/minecraft/block/Block$SoundType;)Lnet/minecraft/block/Block; - LDC "blockLapis" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockName (Ljava/lang/String;)Lnet/minecraft/block/Block; - GETSTATIC net/minecraft/creativetab/CreativeTabs.tabBlock : Lnet/minecraft/creativetab/CreativeTabs; - INVOKEVIRTUAL net/minecraft/block/Block.setCreativeTab (Lnet/minecraft/creativetab/CreativeTabs;)Lnet/minecraft/block/Block; - LDC "lapis_block" - INVOKEVIRTUAL net/minecraft/block/Block.setBlockTextureName (Ljava/lang/String;)Lnet/minecraft/block/Blo