You've already forked minecraft-assets
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46dd1217b5 |
@@ -1331,6 +1331,7 @@ death.attack.lava.player=%1$s tried to swim in lava to escape %2$s
|
||||
death.attack.hotFloor=%1$s discovered floor was lava
|
||||
death.attack.hotFloor.player=%1$s walked into danger zone due to %2$s
|
||||
death.attack.inWall=%1$s suffocated in a wall
|
||||
death.attack.cramming=%1$s was squished too much
|
||||
death.attack.drown=%1$s drowned
|
||||
death.attack.drown.player=%1$s drowned whilst trying to escape %2$s
|
||||
death.attack.starve=%1$s starved to death
|
||||
@@ -1708,7 +1709,7 @@ commands.generic.num.tooSmall=The number you have entered (%s) is too small, it
|
||||
commands.generic.num.tooBig=The number you have entered (%s) is too big, it must be at most %s
|
||||
commands.generic.blockstate.invalid='%s' is not a state for block %s
|
||||
commands.generic.usage=Usage: %s
|
||||
commands.generic.selector_argument=Invalid selector argument: %s
|
||||
commands.generic.selector_argument=Invalid selector argument: '%s'
|
||||
commands.generic.player.unspecified=You must specify which player you wish to perform this action on.
|
||||
|
||||
commands.setidletimeout.usage=/setidletimeout <Minutes until kick>
|
||||
|
||||
1
assets/minecraft/loot_tables/entities/ender_dragon.json
Normal file
1
assets/minecraft/loot_tables/entities/ender_dragon.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
assets/minecraft/loot_tables/entities/vex.json
Normal file
1
assets/minecraft/loot_tables/entities/vex.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -11,8 +11,8 @@
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "up" },
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" },
|
||||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" },
|
||||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" },
|
||||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
|
||||
|
||||
BIN
assets/minecraft/structures/mansion/2x2_s1.nbt
Normal file
BIN
assets/minecraft/structures/mansion/2x2_s1.nbt
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 2.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"id": "16w41a",
|
||||
"id": "16w43a",
|
||||
"type": "snapshot",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/ed3a53298ce5610494c49d87a993ff8a1ae29f5d/16w41a.json",
|
||||
"url": "https://launchermeta.mojang.com/mc/game/7b73e740da725f7b3bf4ba54cf40b73b23e51ce2/16w43a.json",
|
||||
"time": "2017-02-07T13:18:39+00:00",
|
||||
"releaseTime": "2016-10-13T14:28:35+00:00",
|
||||
"downloadTimestamp": 1487419157145
|
||||
"releaseTime": "2016-10-27T09:00:51+00:00",
|
||||
"downloadTimestamp": 1487419090176
|
||||
}
|
||||
Reference in New Issue
Block a user