You've already forked minecraft-assets
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2cec0600dc | ||
|
|
9a63700b1c | ||
|
|
8e7543e0fd | ||
|
|
900565cff3 | ||
|
|
249339a05f | ||
|
|
159aa51ab0 | ||
|
|
1523f53434 | ||
|
|
1aa337da74 | ||
|
|
ad9c1050c0 | ||
|
|
2e8c09ea18 | ||
|
|
c60563f475 | ||
|
|
fa3dc54dbb |
@@ -1153,6 +1153,7 @@ item.dragon_breath.name=Dragon's Breath
|
||||
item.elytra.name=Elytra
|
||||
item.totem.name=Totem of Undying
|
||||
item.shulkerShell.name=Shulker Shell
|
||||
item.ironNugget.name=Iron Nugget
|
||||
|
||||
container.inventory=Inventory
|
||||
container.hopper=Item Hopper
|
||||
@@ -1364,6 +1365,7 @@ death.attack.fall=%1$s hit the ground too hard
|
||||
death.attack.outOfWorld=%1$s fell out of the world
|
||||
death.attack.dragonBreath=%1$s was roasted in dragon breath
|
||||
death.attack.flyIntoWall=%1$s experienced kinetic energy
|
||||
death.attack.fireworks=%1$s went off with a bang
|
||||
|
||||
deathScreen.respawn=Respawn
|
||||
deathScreen.spectate=Spectate world
|
||||
@@ -1499,6 +1501,7 @@ enchantment.damage.undead=Smite
|
||||
enchantment.damage.arthropods=Bane of Arthropods
|
||||
enchantment.knockback=Knockback
|
||||
enchantment.fire=Fire Aspect
|
||||
enchantment.sweeping=Sweeping Edge
|
||||
enchantment.protect.all=Protection
|
||||
enchantment.protect.fire=Fire Protection
|
||||
enchantment.protect.fall=Feather Falling
|
||||
@@ -2072,7 +2075,7 @@ commands.worldborder.warning.time.usage=/worldborder warning time <seconds>
|
||||
commands.worldborder.warning.time.success=Set world border warning to %s seconds away (from %s seconds)
|
||||
commands.worldborder.warning.distance.usage=/worldborder warning distance <distance>
|
||||
commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks)
|
||||
commands.title.usage=/title <player> <title|subtitle|actionbar|clear|reset|times> ...
|
||||
commands.title.usage=/title <player> title|subtitle|actionbar|clear|reset|times ...
|
||||
commands.title.usage.title=/title <player> title|subtitle|actionbar <raw json title>
|
||||
commands.title.usage.clear=/title <player> clear|reset
|
||||
commands.title.usage.times=/title <player> times <fadeIn> <stay> <fadeOut>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:totem"
|
||||
"name": "minecraft:totem_of_undying"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -39,6 +39,6 @@
|
||||
"condition": "killed_by_player"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
6
assets/minecraft/models/item/iron_nugget.json
Normal file
6
assets/minecraft/models/item/iron_nugget.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "items/iron_nugget"
|
||||
}
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"parent": "builtin/entity",
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 225, 0 ],
|
||||
"rotation": [ 30, 45, 0 ],
|
||||
"translation": [ 0, 3, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"display": {
|
||||
"gui": {
|
||||
"translation": [ -2, 2, 0 ],
|
||||
"rotation": [ 30, -135, 0 ],
|
||||
"rotation": [ 30, 45, 0 ],
|
||||
"scale": [ 0.6, 0.6, 0.6 ]
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1020 B |
Binary file not shown.
|
Before Width: | Height: | Size: 7.2 KiB After Width: | Height: | Size: 24 KiB |
BIN
assets/minecraft/textures/items/iron_nugget.png
Normal file
BIN
assets/minecraft/textures/items/iron_nugget.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 B |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "1.11",
|
||||
"id": "1.11.2",
|
||||
"type": "release",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/7a3e41e164f3e3124c05a8bc782bba466d20c431/1.11.json",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/12f260fc1976f6dd688a211f1a906f956344abdd/1.11.2.json",
|
||||
"time": "2017-02-07T13:18:39+00:00",
|
||||
"releaseTime": "2016-11-14T14:34:40+00:00",
|
||||
"downloadTimestamp": 1487424303153
|
||||
"releaseTime": "2016-12-21T09:29:12+00:00",
|
||||
"downloadTimestamp": 1487627280673
|
||||
}
|
||||
Reference in New Issue
Block a user