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
package openmodularturrets.blocks; | |
import net.minecraft.block.SoundType; | |
import net.minecraft.block.material.Material; | |
import net.minecraft.block.properties.PropertyDirection; | |
import net.minecraft.block.properties.PropertyInteger; | |
import net.minecraft.block.state.BlockStateContainer; | |
import net.minecraft.block.state.IBlockState; | |
import net.minecraft.creativetab.CreativeTabs; | |
import net.minecraft.entity.player.EntityPlayer; |
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
/usr/lib/jvm/java-8-openjdk/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:37577,suspend=y,server=n -javaagent:/usr/share/intellij-idea-ultimate-edition/plugins/Groovy/lib/agent/gragent.jar -Dfile.encoding=UTF-8 -classpath /usr/lib/jvm/java-8-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/management-agent.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/rt.jar:/home/nico/Development |
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
package openmodularturrets.client.gui.containers; | |
import net.minecraft.entity.player.EntityPlayer; | |
import net.minecraft.entity.player.InventoryPlayer; | |
import net.minecraft.inventory.Container; | |
import net.minecraft.inventory.Slot; | |
import net.minecraft.item.ItemStack; | |
import openmodularturrets.tileentity.Expander; | |
public class ExpanderInvContainer extends Container { |
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
package openmodularturrets.proxy; | |
import net.minecraft.block.Block; | |
import net.minecraft.client.renderer.block.model.ModelResourceLocation; | |
import net.minecraft.item.Item; | |
import net.minecraft.util.ResourceLocation; | |
import net.minecraftforge.client.model.ModelLoader; | |
import openmodularturrets.client.render.renderers.blockitem.TileEntityRenderers; | |
import openmodularturrets.client.render.renderers.projectiles.ProjectileRenderers; | |
import openmodularturrets.init.ModBlocks; |
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
{ | |
"forge_marker": 1, | |
"defaults": { | |
"model": "openmodularturrets:expander", | |
"transform": "forge:default-block" | |
}, | |
"variants": { | |
"normal": [{}], | |
"inventory": [{}], | |
"facing": { |
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
package openmodularturrets.tileentity; | |
import net.minecraft.block.state.IBlockState; | |
import net.minecraft.nbt.NBTTagCompound; | |
import net.minecraft.network.NetworkManager; | |
import net.minecraft.network.play.server.SPacketUpdateTileEntity; | |
import net.minecraft.tileentity.TileEntity; | |
import net.minecraft.util.math.BlockPos; | |
import net.minecraft.world.World; |
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
package openmodularturrets.blocks; | |
import net.minecraft.block.Block; | |
import net.minecraft.block.SoundType; | |
import net.minecraft.block.material.Material; | |
import net.minecraft.block.properties.PropertyInteger; | |
import net.minecraft.block.state.BlockStateContainer; | |
import net.minecraft.block.state.IBlockState; | |
import net.minecraft.creativetab.CreativeTabs; | |
import net.minecraft.entity.EntityLivingBase; |
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
02:58:58.032: CPU Name: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz | |
02:58:58.032: CPU Speed: 4008MHz | |
02:58:58.032: Physical Cores: 4, Logical Cores: 8 | |
02:58:58.032: Physical Memory: 31651MB Total, 16344MB Free | |
02:58:58.032: Windows Version: 10.0 Build 14393 (revision: 351; 64-bit) | |
02:58:58.032: Running as administrator: false | |
02:58:58.032: Aero is Enabled (Aero is always on for windows 8 and above) | |
02:58:58.033: Portable mode: false | |
02:58:58.046: OBS 0.16.4 (64bit, windows) | |
02:58:58.046: --------------------------------- |
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
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
LoadingPlugin (RandomThings-MC1.10-3.7.4.jar) | |
CodeChickenCorePlugin (CodeChickenCore-1.9.4-2.0.4.71-universal.jar) | |
LoadingPlugin (Quark-beta-49.jar) | |
EnderCorePlugin (EnderCore-1.10.2-0.4.1.43-beta.jar) | |
CCCDeobfPlugin (unknown) | |
FMLPlugin (InventoryTweaks-1.61-58.jar) | |
MalisisCorePlugin (malisiscore-1.9.4-4.0.2.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
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
LoadingPlugin (RandomThings-MC1.10-3.7.4.jar) | |
CodeChickenCorePlugin (CodeChickenCore-1.9.4-2.0.4.71-universal.jar) | |
LoadingPlugin (Quark-beta-49.jar) | |
EnderCorePlugin (EnderCore-1.10.2-0.4.1.43-beta.jar) | |
CCCDeobfPlugin (unknown) | |
FMLPlugin (InventoryTweaks-1.61-58.jar) | |
MalisisCorePlugin (malisiscore-1.9.4-4.0.2.jar) |