-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added textures for all trees, 3 lang files and a pretty little logo.
- Loading branch information
Showing
16 changed files
with
100 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
package com.headfishindustries.sticky.defs; | ||
|
||
import com.headfishindustries.sticky.blocks.leaves.LeavesMonster; | ||
|
||
import net.minecraft.creativetab.CreativeTabs; | ||
import net.minecraft.item.ItemStack; | ||
|
||
public class TabDefs { | ||
public static final CreativeTabs tabStickyTrees = new CreativeTabs("sticky.Trees") {public ItemStack getTabIconItem(){return new ItemStack(new LeavesMonster());}}; | ||
public static final CreativeTabs tabStickyTrees = new CreativeTabs("sticky.Trees") {public ItemStack getTabIconItem(){return new ItemStack(BlockDefs.saplingRainbow);}}; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#English translation by The_Icy_One | ||
|
||
itemGroup.sticky.Trees=Sticky Blocks | ||
|
||
tile.leavesmonster.name=Monstrous Leaves | ||
tile.leavesvillager.name=Homely Leaves | ||
tile.leavesender.name=Fluctuating Leaves | ||
tile.leavesexplosive.name=Unstable Leaves | ||
tile.leavesnether.name=Incendiary Leaves | ||
tile.leavespassive.name=Unassuming Leaves | ||
tile.leavesrainbow.name=Variegated Leaves | ||
|
||
tile.logmonster.name=Monstrous Log | ||
tile.logvillager.name=Homely Log | ||
tile.logender.name=Fluctuating Log | ||
tile.logexplosive.name=Unstable Log | ||
tile.lognether.name=Incendiary Log | ||
tile.logpassive.name=Unassuming Log | ||
tile.lograinbow.name=Variegated Log | ||
|
||
tile.saplingmonster.name=Monstrous Sapling | ||
tile.saplingvillager.name=Homely Sapling | ||
tile.saplingender.name=Fluctuating Sapling | ||
tile.saplingexplosive.name=Unstable Sapling | ||
tile.saplingnether.name=Incendiary Sapling | ||
tile.saplingpassive.name=Unassuming Sapling | ||
tile.saplingrainbow.name=Variegated Sapling |
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#English (Simplified) translation by The_Icy_One | ||
|
||
itemGroup.sticky.Trees=Sticky Blocks | ||
|
||
tile.leavesmonster.name=Monstrous Leaves | ||
tile.leavesvillager.name=Homely Leaves | ||
tile.leavesender.name=Fluctuating Leaves | ||
tile.leavesexplosive.name=Unstable Leaves | ||
tile.leavesnether.name=Incendiary Leaves | ||
tile.leavespassive.name=Unassuming Leaves | ||
tile.leavesrainbow.name=Variegated Leaves | ||
|
||
tile.logmonster.name=Monstrous Log | ||
tile.logvillager.name=Homely Log | ||
tile.logender.name=Fluctuating Log | ||
tile.logexplosive.name=Unstable Log | ||
tile.lognether.name=Incendiary Log | ||
tile.logpassive.name=Unassuming Log | ||
tile.lograinbow.name=Variegated Log | ||
|
||
tile.saplingmonster.name=Monstrous Sapling | ||
tile.saplingvillager.name=Homely Sapling | ||
tile.saplingender.name=Fluctuating Sapling | ||
tile.saplingexplosive.name=Unstable Sapling | ||
tile.saplingnether.name=Incendiary Sapling | ||
tile.saplingpassive.name=Unassuming Sapling | ||
tile.saplingrainbow.name=Variegated Sapling |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
#Traduccion a Español Estándar por The_Icy_One | ||
|
||
itemGroup.sticky.Trees=Bloques Pegajosos | ||
|
||
tile.leavesmonster.name=Hojas Monstruosas | ||
tile.leavesvillager.name=Hojas Familiares | ||
tile.leavesender.name=Hojas Oscilantes | ||
tile.leavesexplosive.name=Hojas Inestables | ||
tile.leavesnether.name=Hojas Inflamables | ||
tile.leavespassive.name=Hojas Pasivas | ||
tile.leavesrainbow.name=Hojas Jaspeadas | ||
|
||
tile.logmonster.name=Ramas Monstruosas | ||
tile.logvillager.name=Ramas Familiares | ||
tile.logender.name=Ramas Oscilantes | ||
tile.logexplosive.name=Ramas Inestables | ||
tile.lognether.name=Ramas Inflamables | ||
tile.logpassive.name=Ramas Pasivas | ||
tile.lograinbow.name=Ramas Jaspeadas | ||
|
Binary file not shown.
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.
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/sticky/textures/blocks/log_rainbow.png.mcmeta
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"animation": { | ||
"frametime": 20, | ||
"interpolate": true | ||
} | ||
} |
Binary file renamed
BIN
+1.3 KB
...ets/sticky/textures/blocks/LEAVESBASE.png → ...cky/textures/blocks/sapling_explosive.png
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.
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"modid": "sticky", | ||
"name": "sticky", | ||
"description": "Woodn't you like to know what this does? Leave this menu and find out.", | ||
"version": "${version}", | ||
"mcversion": "${mcversion}", | ||
"url": "", | ||
"updateUrl": "", | ||
"authorList": ["The_Icy_One"], | ||
"credits": "My favourite type of credits are Industrial Credits.", | ||
"logoFile": "stick.png", | ||
"screenshots": [], | ||
"dependencies": [] | ||
} | ||
] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.