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: | |
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) | |
CorePlugin (FluxedRedstone-2.2.1.44.jar) | |
CCLCorePlugin (CodeChickenLib-1.9.4-2.1.2.42-universal.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: | |
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) | |
CorePlugin (FluxedRedstone-2.2.1.44.jar) | |
CCLCorePlugin (CodeChickenLib-1.9.4-2.1.2.42-universal.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
package openmodularturrets.tileentity.turretbase; | |
import cofh.api.energy.EnergyStorage; | |
import cofh.api.energy.IEnergyHandler; | |
import cpw.mods.fml.common.Optional; | |
import dan200.computercraft.api.lua.ILuaContext; | |
import dan200.computercraft.api.lua.LuaException; | |
import dan200.computercraft.api.peripheral.IComputerAccess; | |
import dan200.computercraft.api.peripheral.IPeripheral; | |
import li.cil.oc.api.machine.Arguments; |
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 de.keridos.floodlights.client.render.block; | |
import de.keridos.floodlights.client.render.model.TileEntitySquareFluorescentLightModel; | |
import de.keridos.floodlights.reference.Textures; | |
import de.keridos.floodlights.tileentity.TileEntityGrowLight; | |
import de.keridos.floodlights.util.RenderUtil; | |
import net.minecraft.client.Minecraft; | |
import net.minecraft.client.renderer.Tessellator; | |
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer; | |
import net.minecraft.tileentity.TileEntity; |
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 de.keridos.floodlights.client.render.block; | |
import de.keridos.floodlights.item.ItemLightDebugTool; | |
import de.keridos.floodlights.tileentity.TileEntityUVLightBlock; | |
import net.minecraft.client.Minecraft; | |
import net.minecraft.client.renderer.Tessellator; | |
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer; | |
import net.minecraft.entity.player.EntityPlayer; | |
import net.minecraft.tileentity.TileEntity; | |
import net.minecraft.util.AxisAlignedBB; |
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": "FloodLights:colorable_cube_bottom_top", // might be top_bottom, I don't remember. You probably need a copy of this model with all the faces specifying tintindex so that colormultiplier will work (see the gist for more info) | |
"transform": "forge:default-block", | |
"textures": { | |
"top": {"texture": "FloodLights:blocks/carbonFloodlight_top" }, | |
"side": {"texture": "FloodLights:blocks/carbonFloodlight_side"}, | |
"bottom": {"texture": "FloodLights:blocks/carbonFloodlight_bot" } // set some default textures, that cascade down to all variants below | |
} |
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
{ | |
"elements": [{ | |
"from": [0, 0, 0], | |
"to": [16, 16, 16], | |
"faces": { | |
"down": { | |
"texture": "#bottom", | |
"cullface": "down", | |
"tintindex": 1 | |
}, |
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 de.keridos.floodlights.client.render.block; | |
import net.minecraftforge.fml.client.registry.ISimpleBlockRenderingHandler; | |
import net.minecraftforge.fml.relauncher.Side; | |
import net.minecraftforge.fml.relauncher.SideOnly; | |
import de.keridos.floodlights.init.ModBlocks; | |
import de.keridos.floodlights.reference.RenderIDs; | |
import de.keridos.floodlights.tileentity.TileEntityFL; | |
import de.keridos.floodlights.util.RenderUtil; | |
import net.minecraft.block.Block; |
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
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ | |
<Directory "/usr/lib/cgi-bin"> | |
AllowOverride None | |
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch | |
Order allow,deny |
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
# fixing ExU Ingot Recipes when TCon, DragonAPI is installed | |
val stableSigil = <ExtraUtilities:divisionSigil>.onlyWithTag({stable: 1}); | |
val normalSigil = <ExtraUtilities:divisionSigil>; | |
val ironIngot = <minecraft:iron_ingot>; | |
val diamond = <minecraft:diamond>; | |
recipes.removeShaped(<ExtraUtilities:unstableingot>); # remove the bugged recipes | |
recipes.addShaped(<ExtraUtilities:unstableingot:2>,[[ironIngot],[stableSigil],[diamond]]); | |
// Hacked together with a quick perl script, because MineTweaker doesn't have regex/wildcard support for NBT tags |