Update copyright and cleanup code

This commit is contained in:
Ellpeck 2016-05-16 22:52:27 +02:00
parent f522b76093
commit 6c1f8fec6c
381 changed files with 1502 additions and 1222 deletions

View file

@ -1,11 +1,11 @@
/* /*
* This file ("ActuallyAdditionsAPI.java") is part of the Actually Additions Mod for Minecraft. * This file ("ActuallyAdditionsAPI.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api; package de.ellpeck.actuallyadditions.api;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("IBookletPage.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookletPage.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.booklet; package de.ellpeck.actuallyadditions.api.booklet;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("IBookletChapter.java") is part of the Actually Additions Mod for Minecraft. * This file ("IBookletChapter.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.booklet; package de.ellpeck.actuallyadditions.api.booklet;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("IBookletEntry.java") is part of the Actually Additions Mod for Minecraft. * This file ("IBookletEntry.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.booklet; package de.ellpeck.actuallyadditions.api.booklet;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("IAtomicReconstructor.java") is part of the Actually Additions Mod for Minecraft. * This file ("IAtomicReconstructor.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.internal; package de.ellpeck.actuallyadditions.api.internal;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("IBookletGui.java") is part of the Actually Additions Mod for Minecraft. * This file ("IBookletGui.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.internal; package de.ellpeck.actuallyadditions.api.internal;

View file

@ -1,3 +1,13 @@
/*
* This file ("IEntrySet.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
*
* © 2015-2016 Ellpeck Ellpeck
*/
package de.ellpeck.actuallyadditions.api.internal; package de.ellpeck.actuallyadditions.api.internal;
import de.ellpeck.actuallyadditions.api.booklet.BookletPage; import de.ellpeck.actuallyadditions.api.booklet.BookletPage;

View file

@ -1,3 +1,13 @@
/*
* This file ("IMethodHandler.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
*
* © 2015-2016 Ellpeck Ellpeck
*/
package de.ellpeck.actuallyadditions.api.internal; package de.ellpeck.actuallyadditions.api.internal;
import de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient; import de.ellpeck.actuallyadditions.api.recipe.CoffeeIngredient;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("ILensItem.java") is part of the Actually Additions Mod for Minecraft. * This file ("ILensItem.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.lens; package de.ellpeck.actuallyadditions.api.lens;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("Lens.java") is part of the Actually Additions Mod for Minecraft. * This file ("Lens.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.lens; package de.ellpeck.actuallyadditions.api.lens;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("LensNone.java") is part of the Actually Additions Mod for Minecraft. * This file ("LensConversion.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.lens; package de.ellpeck.actuallyadditions.api.lens;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("package-info.java") is part of the Actually Additions Mod for Minecraft. * This file ("package-info.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
@API(owner = ActuallyAdditionsAPI.MOD_ID, apiVersion = ActuallyAdditionsAPI.API_VERSION, provides = ActuallyAdditionsAPI.API_ID) @API(owner = ActuallyAdditionsAPI.MOD_ID, apiVersion = ActuallyAdditionsAPI.API_VERSION, provides = ActuallyAdditionsAPI.API_ID)
package de.ellpeck.actuallyadditions.api; package de.ellpeck.actuallyadditions.api;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BallOfFurReturn.java") is part of the Actually Additions Mod for Minecraft. * This file ("BallOfFurReturn.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.recipe; package de.ellpeck.actuallyadditions.api.recipe;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("CoffeeIngredient.java") is part of the Actually Additions Mod for Minecraft. * This file ("CoffeeIngredient.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.recipe; package de.ellpeck.actuallyadditions.api.recipe;

View file

@ -1,3 +1,13 @@
/*
* This file ("ColorLensChangerByDyeMeta.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
*
* © 2015-2016 Ellpeck Ellpeck
*/
package de.ellpeck.actuallyadditions.api.recipe; package de.ellpeck.actuallyadditions.api.recipe;
import de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor; import de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("CrusherRecipe.java") is part of the Actually Additions Mod for Minecraft. * This file ("CrusherRecipe.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.recipe; package de.ellpeck.actuallyadditions.api.recipe;

View file

@ -1,3 +1,13 @@
/*
* This file ("IColorLensChanger.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
*
* © 2015-2016 Ellpeck Ellpeck
*/
package de.ellpeck.actuallyadditions.api.recipe; package de.ellpeck.actuallyadditions.api.recipe;
import de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor; import de.ellpeck.actuallyadditions.api.internal.IAtomicReconstructor;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("LensNoneRecipe.java") is part of the Actually Additions Mod for Minecraft. * This file ("LensConversionRecipe.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.recipe; package de.ellpeck.actuallyadditions.api.recipe;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("TreasureChestLoot.java") is part of the Actually Additions Mod for Minecraft. * This file ("TreasureChestLoot.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.recipe; package de.ellpeck.actuallyadditions.api.recipe;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("IPhantomTile.java") is part of the Actually Additions Mod for Minecraft. * This file ("IPhantomTile.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.api.tile; package de.ellpeck.actuallyadditions.api.tile;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("ActuallyAdditions.java") is part of the Actually Additions Mod for Minecraft. * This file ("ActuallyAdditions.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod; package de.ellpeck.actuallyadditions.mod;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("InitAchievements.java") is part of the Actually Additions Mod for Minecraft. * This file ("InitAchievements.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.achievement; package de.ellpeck.actuallyadditions.mod.achievement;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("TheAchievements.java") is part of the Actually Additions Mod for Minecraft. * This file ("TheAchievements.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.achievement; package de.ellpeck.actuallyadditions.mod.achievement;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockAtomicReconstructor.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockAtomicReconstructor.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockBlackLotus.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockBlackLotus.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockBreaker.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockBreaker.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockCanolaPress.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockCanolaPress.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockCoalGenerator.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockCoalGenerator.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockCoffeeMachine.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockCoffeeMachine.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockColoredLamp.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockColoredLamp.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockCompost.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockCompost.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockCrystal.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockCrystal.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockDirectionalBreaker.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockDirectionalBreaker.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockDropper.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockDropper.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockEnergizer.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockEnergizer.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockFeeder.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockFeeder.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockFermentingBarrel.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockFermentingBarrel.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockFireworkBox.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockFireworkBox.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockFishingNet.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockFishingNet.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockFluidCollector.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockFluidCollector.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockFurnaceDouble.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockFurnaceDouble.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockFurnaceSolar.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockFurnaceSolar.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockGeneric.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockGeneric.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockGiantChest.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockGiantChest.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockGreenhouseGlass.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockGreenhouseGlass.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockGrinder.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockGrinder.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockHeatCollector.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockHeatCollector.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockInputter.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockInputter.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockItemRepairer.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockItemRepairer.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,3 +1,13 @@
/*
* This file ("BlockItemViewer.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions
*
* © 2015-2016 Ellpeck Ellpeck
*/
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;
import de.ellpeck.actuallyadditions.mod.blocks.base.BlockContainerBase; import de.ellpeck.actuallyadditions.mod.blocks.base.BlockContainerBase;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockLampPowerer.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockLampPowerer.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;
@ -59,7 +59,7 @@ public class BlockLampPowerer extends BlockBase{
private void updateLamp(World world, BlockPos pos){ private void updateLamp(World world, BlockPos pos){
if(!world.isRemote){ if(!world.isRemote){
BlockPos coords = WorldUtil.getCoordsFromSide(WorldUtil.getDirectionByPistonRotation(PosUtil.getMetadata(pos, world)), pos, 0); BlockPos coords = WorldUtil.getCoordsFromSide(WorldUtil.getDirectionByPistonRotation(PosUtil.getMetadata(pos, world)), pos, 0);
if(coords != null && PosUtil.getBlock(coords, world) instanceof BlockColoredLamp){ if(PosUtil.getBlock(coords, world) instanceof BlockColoredLamp){
if(world.isBlockIndirectlyGettingPowered(pos) > 0){ if(world.isBlockIndirectlyGettingPowered(pos) > 0){
if(!((BlockColoredLamp)PosUtil.getBlock(coords, world)).isOn){ if(!((BlockColoredLamp)PosUtil.getBlock(coords, world)).isOn){
PosUtil.setBlock(coords, world, InitBlocks.blockColoredLampOn, PosUtil.getMetadata(coords, world), 2); PosUtil.setBlock(coords, world, InitBlocks.blockColoredLampOn, PosUtil.getMetadata(coords, world), 2);

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockLaserRelay.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockLaserRelay.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockLavaFactoryController.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockLavaFactoryController.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockLeafGenerator.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockLeafGenerator.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockMiner.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockMiner.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockMisc.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockMisc.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockOilGenerator.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockOilGenerator.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockPhantom.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockPhantom.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockPhantomBooster.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockPhantomBooster.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockRangedCollector.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockRangedCollector.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockSlabs.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockSlabs.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockSmileyCloud.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockSmileyCloud.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockTreasureChest.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockTreasureChest.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockWallAA.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockWallAA.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockWildPlant.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockWildPlant.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockXPSolidifier.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockXPSolidifier.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("IHudDisplay.java") is part of the Actually Additions Mod for Minecraft. * This file ("IHudDisplay.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("InitBlocks.java") is part of the Actually Additions Mod for Minecraft. * This file ("InitBlocks.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks; package de.ellpeck.actuallyadditions.mod.blocks;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockBase.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockBase.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.base; package de.ellpeck.actuallyadditions.mod.blocks.base;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockBushBase.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockBushBase.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.base; package de.ellpeck.actuallyadditions.mod.blocks.base;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockContainerBase.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockContainerBase.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.base; package de.ellpeck.actuallyadditions.mod.blocks.base;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockFluidFlowing.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockFluidFlowing.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.base; package de.ellpeck.actuallyadditions.mod.blocks.base;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockPlant.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockPlant.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.base; package de.ellpeck.actuallyadditions.mod.blocks.base;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BlockStair.java") is part of the Actually Additions Mod for Minecraft. * This file ("BlockStair.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.base; package de.ellpeck.actuallyadditions.mod.blocks.base;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("ItemBlockBase.java") is part of the Actually Additions Mod for Minecraft. * This file ("ItemBlockBase.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.base; package de.ellpeck.actuallyadditions.mod.blocks.base;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("TheColoredLampColors.java") is part of the Actually Additions Mod for Minecraft. * This file ("TheColoredLampColors.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.metalists; package de.ellpeck.actuallyadditions.mod.blocks.metalists;
@ -40,13 +40,11 @@ public enum TheColoredLampColors{
public static TheColoredLampColors getColorFromDyeName(String color){ public static TheColoredLampColors getColorFromDyeName(String color){
if(color.substring(0, 3).equals("dye")){ if(color.substring(0, 3).equals("dye")){
String actualName = color.substring(3); String actualName = color.substring(3);
if(actualName != null){ for(int i = 0; i < values().length; i++){
for(int i = 0; i < values().length; i++){ String aName = values()[i].name;
String aName = values()[i].name; if(aName != null){
if(aName != null){ if(aName.toLowerCase(Locale.ROOT).equals(actualName.toLowerCase(Locale.ROOT))){
if(aName.toLowerCase(Locale.ROOT).equals(actualName.toLowerCase(Locale.ROOT))){ return values()[i];
return values()[i];
}
} }
} }
} }

View file

@ -1,11 +1,11 @@
/* /*
* This file ("TheMiscBlocks.java") is part of the Actually Additions Mod for Minecraft. * This file ("TheMiscBlocks.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.metalists; package de.ellpeck.actuallyadditions.mod.blocks.metalists;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("TheWildPlants.java") is part of the Actually Additions Mod for Minecraft. * This file ("TheWildPlants.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.metalists; package de.ellpeck.actuallyadditions.mod.blocks.metalists;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("GuiBooklet.java") is part of the Actually Additions Mod for Minecraft. * This file ("RenderCompost.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.render; package de.ellpeck.actuallyadditions.mod.blocks.render;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("RenderReconstructorLens.java") is part of the Actually Additions Mod for Minecraft. * This file ("RenderReconstructorLens.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.render; package de.ellpeck.actuallyadditions.mod.blocks.render;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("RenderSmileyCloud.java") is part of the Actually Additions Mod for Minecraft. * This file ("RenderSmileyCloud.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.blocks.render; package de.ellpeck.actuallyadditions.mod.blocks.render;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BookletUtils.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookletUtils.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet; package de.ellpeck.actuallyadditions.mod.booklet;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("GuiAAAchievements.java") is part of the Actually Additions Mod for Minecraft. * This file ("GuiAAAchievements.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet; package de.ellpeck.actuallyadditions.mod.booklet;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("GuiBooklet.java") is part of the Actually Additions Mod for Minecraft. * This file ("GuiBooklet.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet; package de.ellpeck.actuallyadditions.mod.booklet;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("InitBooklet.java") is part of the Actually Additions Mod for Minecraft. * This file ("InitBooklet.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet; package de.ellpeck.actuallyadditions.mod.booklet;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BookmarkButton.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookmarkButton.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.button; package de.ellpeck.actuallyadditions.mod.booklet.button;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("IndexButton.java") is part of the Actually Additions Mod for Minecraft. * This file ("IndexButton.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.button; package de.ellpeck.actuallyadditions.mod.booklet.button;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("TexturedButton.java") is part of the Actually Additions Mod for Minecraft. * This file ("TexturedButton.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.button; package de.ellpeck.actuallyadditions.mod.booklet.button;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BookletChapter.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookletChapter.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.chapter; package de.ellpeck.actuallyadditions.mod.booklet.chapter;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BookletChapterCoffee.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookletChapterCoffee.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.chapter; package de.ellpeck.actuallyadditions.mod.booklet.chapter;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BookletChapterCrusher.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookletChapterCrusher.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.chapter; package de.ellpeck.actuallyadditions.mod.booklet.chapter;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BookletEntry.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookletEntry.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.entry; package de.ellpeck.actuallyadditions.mod.booklet.entry;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BookletEntryAllSearch.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookletEntryAllSearch.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.entry; package de.ellpeck.actuallyadditions.mod.booklet.entry;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("EntrySet.java") is part of the Actually Additions Mod for Minecraft. * This file ("EntrySet.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.entry; package de.ellpeck.actuallyadditions.mod.booklet.entry;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("BookletPage.java") is part of the Actually Additions Mod for Minecraft. * This file ("BookletPageAA.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.page; package de.ellpeck.actuallyadditions.mod.booklet.page;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("PageCoffeeRecipe.java") is part of the Actually Additions Mod for Minecraft. * This file ("PageCoffeeRecipe.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.page; package de.ellpeck.actuallyadditions.mod.booklet.page;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("PageCrafting.java") is part of the Actually Additions Mod for Minecraft. * This file ("PageCrafting.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.page; package de.ellpeck.actuallyadditions.mod.booklet.page;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("PageCrusherRecipe.java") is part of the Actually Additions Mod for Minecraft. * This file ("PageCrusherRecipe.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.page; package de.ellpeck.actuallyadditions.mod.booklet.page;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("PageFurnace.java") is part of the Actually Additions Mod for Minecraft. * This file ("PageFurnace.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.page; package de.ellpeck.actuallyadditions.mod.booklet.page;

View file

@ -1,11 +1,11 @@
/* /*
* This file ("PagePicture.java") is part of the Actually Additions Mod for Minecraft. * This file ("PagePicture.java") is part of the Actually Additions mod for Minecraft.
* It is created and owned by Ellpeck and distributed * It is created and owned by Ellpeck and distributed
* under the Actually Additions License to be found at * under the Actually Additions License to be found at
* http://ellpeck.de/actaddlicense/ * http://ellpeck.de/actaddlicense
* View the source code at https://github.com/Ellpeck/ActuallyAdditions * View the source code at https://github.com/Ellpeck/ActuallyAdditions
* *
* © 2016 Ellpeck * © 2015-2016 Ellpeck Ellpeck
*/ */
package de.ellpeck.actuallyadditions.mod.booklet.page; package de.ellpeck.actuallyadditions.mod.booklet.page;

Some files were not shown because too many files have changed in this diff Show more