Added Spawn Egg Crafting Mechanic
24
src/main/resources/assets/snf/lang/en_US.lang
Normal 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]
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 799 B |
BIN
src/main/resources/assets/snf/textures/items/itemawakening.png
Normal file
|
After Width: | Height: | Size: 386 B |
BIN
src/main/resources/assets/snf/textures/items/itembonepile.png
Normal file
|
After Width: | Height: | Size: 653 B |
|
After Width: | Height: | Size: 248 B |
BIN
src/main/resources/assets/snf/textures/items/itemendsight.png
Normal file
|
After Width: | Height: | Size: 733 B |
BIN
src/main/resources/assets/snf/textures/items/itemfireessence.png
Normal file
|
After Width: | Height: | Size: 521 B |
BIN
src/main/resources/assets/snf/textures/items/itemgandalf99.png
Normal file
|
After Width: | Height: | Size: 297 B |
BIN
src/main/resources/assets/snf/textures/items/itemlifepotion.png
Normal file
|
After Width: | Height: | Size: 322 B |
|
After Width: | Height: | Size: 226 B |
BIN
src/main/resources/assets/snf/textures/items/itemsiftingnet.png
Normal file
|
After Width: | Height: | Size: 598 B |
BIN
src/main/resources/assets/snf/textures/items/itemsoulmedium.png
Normal file
|
After Width: | Height: | Size: 339 B |
BIN
src/main/resources/assets/snf/textures/items/itemtearvial.png
Normal file
|
After Width: | Height: | Size: 318 B |
@@ -1,14 +1,14 @@
|
||||
[
|
||||
{
|
||||
"modid": "examplemod",
|
||||
"name": "Example Mod",
|
||||
"description": "Example placeholder mod.",
|
||||
"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": ["ExampleDude"],
|
||||
"credits": "The Forge and FML guys, for making this example",
|
||||
"authorList": ["Cestaberous"],
|
||||
"credits": "Thanks to MrCrayfish for the amazing tutorial.",
|
||||
"logoFile": "",
|
||||
"screenshots": [],
|
||||
"dependencies": []
|
||||
|
||||