Skip to content

Commit

Permalink
Some textures
Browse files Browse the repository at this point in the history
  • Loading branch information
TaoismDeepLake committed Mar 21, 2022
1 parent c9bc39d commit fe3a9cd
Show file tree
Hide file tree
Showing 26 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/deeplake/genshin12/item/ModItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ public class ModItems {
public static final ItemArtifactBase AR_BLANK = new ItemArtifactBase("artifact_blank", ArtifactSetManager.BLANK);

public static final ItemBase ARTIFACT_XP_BOTTLE = new ItemVariantBase("artf_xp_bottle", 6);
public static final ItemBase WEAPON_XP_STONE = new ItemVariantBase("weapon_stone", 8);
public static final ItemBase WEAPON_XP_STONE = new ItemVariantBase("weapon_stone", 6);

public static final ItemFireClub FIRE_CLUB = new ItemFireClub("fire_club", Item.ToolMaterial.WOOD, EnumElemental.PYRO, EnumAmount.SMALL);

public static final ItemBase ATTR_REPORT = (ItemBase) new ItemVariantBase("attr_report", 8);
public static final ItemBase ATTR_REPORT = (ItemBase) new ItemVariantBase("attr_report", 4);

// public static final ItemDebugSword DEBUG = new ItemDebugSword("debug_item", Item.ToolMaterial.DIAMOND);
public static final ItemBase DEBUG = (ItemBase) new ItemPlayerWeapon("debug_item").setCreativeTab(null);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public static int getTotalXP(int rarity, int level)
return total;
}

public static int[] xp_worth = {600,1200,1800,5000,300000, 400,2000,10000};
public static int[] xp_worth = {0,600,1200,1800,5000,300000, 400,2000,10000};

public static int getXPWorth(ItemStack stack)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"minecraft:item/paper"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"minecraft:item/paper"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"minecraft:paper"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"minecraft:item/paper"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"minecraft:item/paper"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"minecraft:item/paper"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"minecraft:item/paper"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/attr_report_7"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/attr_report_8"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_0"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_1"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_2"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_3"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_4"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_5"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_6"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_7"}}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0":"genshin12:items/misc/weapon_stone_8"}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fe3a9cd

Please sign in to comment.