Skip to content

Commit

Permalink
Same texture updates fixes for 1.11.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Mar 12, 2017
1 parent 1651fdb commit a27f013
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/main/resources/assets/lumberjack/lang/en_US.lang
Expand Up @@ -2,13 +2,13 @@ d3.lumberjack.config.lumberjack=Lumberjack
d3.lumberjack.config.lumberjack.tooltip=Settings for Lumberjack

item.lumberaxeAdamantine.name=Adamantine Lumberaxe
item.lumberaxeAdmantium.name=Admantium Lumberaxe
item.lumberaxeAdamantium.name=Adamantium Lumberaxe
item.lumberaxeAdmin.name=Admin Lumberaxe
item.lumberaxeAether.name=Aether Lumberaxe
item.lumberaxeAluminium.name=Aluminium Lumberaxe
item.lumberaxeAluminumbrass.name=Aluminumbrass Lumberaxe
item.lumberaxeAluminum.name=Aluminum Lumberaxe
item.lumberaxeAquarium.name=Aquarium Lumberaxe
item.lumberaxeArkenium.name=Arkenium Lumberaxe
item.lumberaxeBrass.name=Brass Lumberaxe
item.lumberaxeBronze.name=Bronze Lumberaxe
item.lumberaxeCadmium.name=Cadmium Lumberaxe
Expand Down Expand Up @@ -46,7 +46,7 @@ item.lumberaxeKinnoium.name=Kinnoium Lumberaxe
item.lumberaxeLapis.name=Lapis Lumberaxe
item.lumberaxeLead.name=Lead Lumberaxe
item.lumberaxeLenthurium.name=Lenthurium Lumberaxe
item.lumberaxeLunium.name=Lunium Lumberaxe
item.lumberaxeLumium.name=Lumium Lumberaxe
item.lumberaxeMagnesium.name=Magnesium Lumberaxe
item.lumberaxeManasteel.name=Manasteel Lumberaxe
item.lumberaxeManganese.name=Manganese Lumberaxe
Expand Down Expand Up @@ -82,7 +82,9 @@ item.lumberaxeVampiric.name=Vampiric Lumberaxe
item.lumberaxeVile.name=Vile Lumberaxe
item.lumberaxeWither.name=Wither Lumberaxe
item.lumberaxeWood.name=Wood Lumberaxe
item.lumberaxeXpiron.name=Xpiron Lumberaxe
item.lumberaxeZirconium.name=Zirconium Lumberaxe
item.lumberaxePlatinum.name=Platinum Lumberaxe

# Crystal overriders
item.lumberaxeCrystalblack.name=Void Crystal Lumberaxe
Expand All @@ -91,3 +93,4 @@ item.lumberaxeCrystalgreen.name=Emeradic Crystal Lumberaxe
item.lumberaxeCrystallightblue.name=Diamatine Crystal Lumberaxe
item.lumberaxeCrystalred.name=Restonia Crystal Lumberaxe
item.lumberaxeCrystalwhite.name=Enori Crystal Lumberaxe

@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0": "lumberjack:items/adamantium_lumberaxe"}}
@@ -1 +1 @@
{"parent": "item/handheld","textures": {"layer0": "lumberjack:items/arkenium_lumberaxe"}}
{"parent": "item/handheld","textures": {"layer0": "lumberjack:items/aluminum_lumberaxe"}}
@@ -1 +1 @@
{"parent": "item/handheld","textures": {"layer0": "lumberjack:items/lunium_lumberaxe"}}
{"parent": "item/handheld","textures": {"layer0": "lumberjack:items/lumium_lumberaxe"}}
@@ -1 +1 @@
{"parent": "item/handheld","textures": {"layer0": "lumberjack:items/admantium_lumberaxe"}}
{"parent": "item/handheld","textures": {"layer0": "lumberjack:items/plutonium_lumberaxe"}}
@@ -0,0 +1 @@
{"parent": "item/handheld","textures": {"layer0": "lumberjack:items/xpiron_lumberaxe"}}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 a27f013

Please sign in to comment.