Added Spawn Egg Crafting Mechanic

This commit is contained in:
Cestaberous
2015-03-19 16:27:35 -04:00
parent 2b2f7ec24f
commit fafab3a640
466 changed files with 20323 additions and 30 deletions

View File

@@ -0,0 +1,24 @@
item.ItemEndSight.name=Sight Of End
item.ItemTearVial.name=Tear Vial
item.ItemCondensedFlesh.name=Condensed Flesh
item.ItemPureGunpowder.name=Pure Gunpowder
item.ItemBonePile.name=Bone Pile
tile.BlockGraveyardSoil.name=Graveyard Soil
item.ItemAwakeningCreeper.name=Serum of Volatility
item.ItemAwakeningZombie.name=Serum of the Undead
item.ItemAwakeningSkeleton.name=Serum of the Projectile
item.ItemFireEssence.name=Essence of Fire
item.ItemAwakeningBlaze.name=Serum of the Flame
item.ItemAwakeningGhast.name=Serum of Eternal Tears
item.ItemAwakeningEnderman.name=Serum of Dimensionality
tile.BlockDeadSoilCreeper.name=Soil of the Dead - Creeper
tile.BlockDeadSoilZombie.name=Soil of the Dead - Zombie
tile.BlockDeadSoilSkeleton.name=Soil of the Dead - Skeleton
tile.BlockDeadSoilBlaze.name=Soil of the Dead - Blaze
tile.BlockDeadSoilEnderman.name=Soil of the Dead - Enderman
tile.BlockDeadSoilGhast.name=Soil of the Dead - Ghast
item.ItemSiftingNet.name=Sifting Net
itemGroup.tabSupernaturalFlora=Supernatural Flora
item.ItemSoulMedium.name=Soul Medium
item.ItemLifePotion.name=Essence of the Spark
item.ItemGandalf99.name=gandalf99 [WIP]

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 521 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

16
bin/mcmod.info Normal file
View File

@@ -0,0 +1,16 @@
[
{
"modid": "snf",
"name": "Supernatural Flora",
"description": "This is a mod created by Cestaberous that focuses on the manipulation of everyday items with supernatural forces.",
"version": "${version}",
"mcversion": "${mcversion}",
"url": "",
"updateUrl": "",
"authorList": ["Cestaberous"],
"credits": "Thanks to MrCrayfish for the amazing tutorial.",
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]