Added assets
This commit is contained in:
parent
225016e030
commit
9eb3097b5a
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -36,3 +36,4 @@ options.txt
|
|||
BloodMagic_Client.launch
|
||||
BloodMagic_Server.launch
|
||||
|
||||
usercache.json
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"variants": {
|
||||
"normal": {
|
||||
"model": "bloodmagic:BlockBloodLight",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/BlockBloodLight"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"textures": { },
|
||||
"model": "cube_all",
|
||||
"uvlock": true
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"normal": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ShardCluster"
|
||||
}
|
||||
},
|
||||
"brick": {
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ShardClusterBrick"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -66,6 +66,8 @@ item.BloodMagic.sigil.water.name=Water Sigil
|
|||
item.BloodMagic.sigil.lava.name=Lava Sigil
|
||||
item.BloodMagic.sigil.void.name=Void Sigil
|
||||
|
||||
item.BloodMagic.altarMaker.name=Altar Maker
|
||||
|
||||
# Blocks
|
||||
tile.BloodMagic.fluid.lifeEssence.name=Life Essence
|
||||
|
||||
|
@ -94,11 +96,15 @@ tile.BloodMagic.ritualStone.dawn.name=Ritual Stone of Dawn
|
|||
|
||||
tile.BloodMagic.bloodstonebrick.normal.name=Bloodstone Brick
|
||||
tile.BloodMagic.bloodstonebrick.large.name=Large Bloodstone Brick
|
||||
tile.BloodMagic.crystal.normal.name=Crystal Cluster
|
||||
tile.BloodMagic.crystal.brick.name=Crystal Cluster Brick
|
||||
tile.BloodMagic.bloodLight.name=Blood Light
|
||||
|
||||
# Tooltips
|
||||
tooltip.BloodMagic.orb.desc=Stores raw Life Essence
|
||||
tooltip.BloodMagic.orb.owner=Added by: %s
|
||||
tooltip.BloodMagic.currentOwner=Owner: %s
|
||||
tooltip.BloodMagic.currentTier=Current tier:
|
||||
|
||||
tooltip.BloodMagic.sigil.air.desc=&oI feel lighter already...
|
||||
tooltip.BloodMagic.sigil.bloodLight.desc=&oI see a light!
|
||||
|
@ -119,6 +125,11 @@ tooltip.BloodMagic.activationCrystal.weak=Activates low-level rituals
|
|||
tooltip.BloodMagic.activationCrystal.awakened=Activates more powerful rituals
|
||||
tooltip.BloodMagic.activationCrystal.creative=Creative Only - Activates any ritual
|
||||
|
||||
# Miscs
|
||||
misc.altarMaker.setTier=Set Tier to: %d
|
||||
misc.altarMaker.building=Building a: Tier %d Altar
|
||||
misc.altarMaker.destroy=Destroyed a: Tier %d Altar
|
||||
|
||||
# JustEnoughItems
|
||||
jei.BloodMagic.recipe.altar=Blood Altar
|
||||
jei.BloodMagic.recipe.requiredLP=LP: %d
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"elements": [
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 0, 0, 0 ],
|
||||
"faces": {
|
||||
"down": { "texture": "#down", "cullface": "down" },
|
||||
"up": { "texture": "#up", "cullface": "up" },
|
||||
"north": { "texture": "#north", "cullface": "north" },
|
||||
"south": { "texture": "#south", "cullface": "south" },
|
||||
"west": { "texture": "#west", "cullface": "west" },
|
||||
"east": { "texture": "#east", "cullface": "east" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ShardCluster"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "block/cube_all",
|
||||
"textures": {
|
||||
"all": "bloodmagic:blocks/ShardClusterBrick"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockBloodLight",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockCrystal0",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"parent": "bloodmagic:block/BlockCrystal1",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 10, -45, 170 ],
|
||||
"translation": [ 0, 1.5, -2.75 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/AltarMaker"
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 220 B After Width: | Height: | Size: 466 B |
Binary file not shown.
After Width: | Height: | Size: 452 B |
Loading…
Reference in a new issue