-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
13 additions
and
289 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
17 changes: 0 additions & 17 deletions
17
src/main/java/club/krist/minimalperipherals/block/BlockSteel.java
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
23 changes: 1 addition & 22 deletions
23
src/main/java/club/krist/minimalperipherals/init/ModItems.java
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,11 @@ | ||
package club.krist.minimalperipherals.init; | ||
|
||
import club.krist.minimalperipherals.MinimalPeripherals; | ||
import club.krist.minimalperipherals.item.ItemElectronicArmor; | ||
import club.krist.minimalperipherals.item.ItemMinimal; | ||
import club.krist.minimalperipherals.item.ItemMinimalArmor; | ||
import club.krist.minimalperipherals.item.ItemSteelIngot; | ||
import club.krist.minimalperipherals.reference.Reference; | ||
import net.minecraft.client.Minecraft; | ||
import net.minecraft.client.resources.model.ModelResourceLocation; | ||
import net.minecraft.item.Item; | ||
import net.minecraftforge.fml.common.registry.GameRegistry; | ||
|
||
/** | ||
* Created by justy on 7/6/2016. | ||
*/ | ||
public class ModItems { | ||
|
||
public static ItemElectronicArmor electronic_helmet = new ItemElectronicArmor(1, 0); | ||
public static ItemElectronicArmor electronic_chestplate = new ItemElectronicArmor(1, 1); | ||
public static ItemElectronicArmor electronic_leggings = new ItemElectronicArmor(2, 2); | ||
public static ItemElectronicArmor electronic_boots = new ItemElectronicArmor(1, 3); | ||
public static ItemSteelIngot steel_ingot = new ItemSteelIngot(); | ||
|
||
public static void init() { | ||
GameRegistry.registerItem(electronic_helmet, electronic_helmet.getName()); | ||
GameRegistry.registerItem(electronic_chestplate, electronic_chestplate.getName()); | ||
GameRegistry.registerItem(electronic_leggings, electronic_leggings.getName()); | ||
GameRegistry.registerItem(electronic_boots, electronic_boots.getName()); | ||
GameRegistry.registerItem(steel_ingot, steel_ingot.getName()); | ||
|
||
} | ||
} |
This file contains 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
66 changes: 0 additions & 66 deletions
66
src/main/java/club/krist/minimalperipherals/item/ItemElectronicArmor.java
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
src/main/java/club/krist/minimalperipherals/item/ItemMinimalArmor.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/main/java/club/krist/minimalperipherals/item/ItemSteelIngot.java
This file was deleted.
Oops, something went wrong.
This file contains 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
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/minimalperipherals/blockstates/steel_block.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/main/resources/assets/minimalperipherals/lang/en_US.lang
This file contains 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
6 changes: 0 additions & 6 deletions
6
src/main/resources/assets/minimalperipherals/models/block/steel_block.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/resources/assets/minimalperipherals/models/item/electronic_boots.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/resources/assets/minimalperipherals/models/item/electronic_chestplate.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/resources/assets/minimalperipherals/models/item/electronic_helmet.json
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/resources/assets/minimalperipherals/models/item/electronic_leggings.json
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/main/resources/assets/minimalperipherals/models/item/steel_block.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.