Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8b1733517 |
@@ -1,16 +1,10 @@
|
||||
{
|
||||
"variants": {
|
||||
"facing=up,powered=false": { "model": "observer", "x": 270 },
|
||||
"facing=down,powered=false": { "model": "observer", "x": 90 },
|
||||
"facing=north,powered=false": { "model": "observer" },
|
||||
"facing=south,powered=false": { "model": "observer", "y": 180 },
|
||||
"facing=west,powered=false": { "model": "observer", "y": 270 },
|
||||
"facing=east,powered=false": { "model": "observer", "y": 90 },
|
||||
"facing=up,powered=true": { "model": "observer_powered", "x": 270 },
|
||||
"facing=down,powered=true": { "model": "observer_powered", "x": 90 },
|
||||
"facing=north,powered=true": { "model": "observer_powered" },
|
||||
"facing=south,powered=true": { "model": "observer_powered", "y": 180 },
|
||||
"facing=west,powered=true": { "model": "observer_powered", "y": 270 },
|
||||
"facing=east,powered=true": { "model": "observer_powered", "y": 90 }
|
||||
"facing=down": { "model": "observer", "x": 90 },
|
||||
"facing=up": { "model": "observer", "x": 270 },
|
||||
"facing=north": { "model": "observer" },
|
||||
"facing=south": { "model": "observer", "y": 180 },
|
||||
"facing=west": { "model": "observer", "y": 270 },
|
||||
"facing=east": { "model": "observer", "y": 90 }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -439,8 +439,6 @@ difficulty.lock.question=Are you sure you want to lock the difficulty of this wo
|
||||
|
||||
title.oldgl1=Old graphics card detected; this may prevent you from
|
||||
title.oldgl2=playing in the future as OpenGL 2.0 will be required.
|
||||
title.oldjava1=Old java detected; this will prevent you from playing
|
||||
title.oldjava2=in the future as Java 8 will be required.
|
||||
|
||||
controls.title=Controls
|
||||
controls.reset=Reset
|
||||
@@ -716,7 +714,7 @@ tile.woolCarpet.yellow.name=Yellow Carpet
|
||||
tile.woolCarpet.lightBlue.name=Light Blue Carpet
|
||||
tile.woolCarpet.magenta.name=Magenta Carpet
|
||||
tile.woolCarpet.orange.name=Orange Carpet
|
||||
tile.woolCarpet.white.name=White Carpet
|
||||
tile.woolCarpet.white.name=Carpet
|
||||
tile.ice.name=Ice
|
||||
tile.frostedIce.name=Frosted Ice
|
||||
tile.icePacked.name=Packed Ice
|
||||
@@ -776,7 +774,7 @@ tile.cloth.yellow.name=Yellow Wool
|
||||
tile.cloth.lightBlue.name=Light Blue Wool
|
||||
tile.cloth.magenta.name=Magenta Wool
|
||||
tile.cloth.orange.name=Orange Wool
|
||||
tile.cloth.white.name=White Wool
|
||||
tile.cloth.white.name=Wool
|
||||
tile.oreLapis.name=Lapis Lazuli Ore
|
||||
tile.blockLapis.name=Lapis Lazuli Block
|
||||
tile.dispenser.name=Dispenser
|
||||
@@ -1071,8 +1069,6 @@ item.blazeRod.name=Blaze Rod
|
||||
item.ghastTear.name=Ghast Tear
|
||||
item.netherStalkSeeds.name=Nether Wart
|
||||
item.potion.name=Potion
|
||||
item.splash_potion.name=Splash Potion
|
||||
item.lingering_potion.name=Lingering Potion
|
||||
item.end_crystal.name=End Crystal
|
||||
item.goldNugget.name=Gold Nugget
|
||||
item.glassBottle.name=Glass Bottle
|
||||
@@ -1176,7 +1172,7 @@ container.chestDouble=Large Chest
|
||||
container.enderchest=Ender Chest
|
||||
container.beacon=Beacon
|
||||
container.shulkerBox=Shulker Box
|
||||
container.shulkerBox.more=and %s more...
|
||||
container.shulkerBox.more=and %d more...
|
||||
|
||||
container.spectatorCantOpen=Unable to open. Loot not generated yet.
|
||||
container.isLocked=%s is locked!
|
||||
@@ -1335,7 +1331,6 @@ 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
|
||||
@@ -1713,7 +1708,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>
|
||||
@@ -1943,7 +1938,6 @@ commands.scoreboard.players.tag.notFound=Entity didn't have the %s tag
|
||||
commands.scoreboard.players.tag.success.add=Tag %s added
|
||||
commands.scoreboard.players.tag.success.remove=Tag %s removed
|
||||
commands.scoreboard.players.tag.list=Tags on entity %s are:
|
||||
commands.scoreboard.players.tag.tagError=Players tag command failed, reason: %s
|
||||
commands.scoreboard.teams.usage=/scoreboard teams <list|add|remove|empty|join|leave|option> ...
|
||||
commands.scoreboard.teams.add.usage=/scoreboard teams add <name> [display name ...]
|
||||
commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists
|
||||
@@ -2083,7 +2077,7 @@ commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' f
|
||||
commands.stopsound.success.soundSource=Stopped source '%s' for %s
|
||||
commands.stopsound.success.all=Stopped all sounds for %s
|
||||
commands.locate.usage=/locate <feature>
|
||||
commands.locate.success=Located %s at %s (y?) %s
|
||||
commands.locate.success=Located %s at %d (y?) %d
|
||||
commands.locate.failure=Unable to locate any %s feature
|
||||
|
||||
itemGroup.buildingBlocks=Building Blocks
|
||||
@@ -2865,7 +2859,7 @@ subtitles.block.iron_trapdoor.open=Trapdoor closes
|
||||
subtitles.block.lava.ambient=Lava pops
|
||||
subtitles.block.lava.extinguish=Lava hisses
|
||||
subtitles.block.lever.click=Lever clicks
|
||||
subtitles.block.note.note=Note Block plays
|
||||
subtitles.block.note.note=Note block plays
|
||||
subtitles.block.piston.move=Piston moves
|
||||
subtitles.block.portal.ambient=Portal whooshes
|
||||
subtitles.block.pressure_plate.click=Pressure Plate clicks
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -1 +0,0 @@
|
||||
{}
|
||||
@@ -11,8 +11,8 @@
|
||||
{ "from": [ 0, 0, 0 ],
|
||||
"to": [ 16, 16, 16 ],
|
||||
"faces": {
|
||||
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" },
|
||||
"down": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "down" },
|
||||
"up": { "uv": [ 0, 0, 16, 16 ], "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" },
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"parent": "block/observer",
|
||||
"textures": {
|
||||
"bottom": "blocks/observer_back_lit"
|
||||
}
|
||||
}
|
||||
@@ -20,10 +20,6 @@
|
||||
"rotation": [ 0, -90, 25 ],
|
||||
"translation": [ 1.13, 3.2, 1.13],
|
||||
"scale": [ 0.68, 0.68, 0.68 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
assets/minecraft/structures/mansion/room_template.nbt
Normal file
|
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 465 B |
|
Before Width: | Height: | Size: 289 B After Width: | Height: | Size: 347 B |
|
Before Width: | Height: | Size: 591 B After Width: | Height: | Size: 649 B |
|
Before Width: | Height: | Size: 147 B After Width: | Height: | Size: 219 B |
|
Before Width: | Height: | Size: 408 B After Width: | Height: | Size: 479 B |
|
Before Width: | Height: | Size: 331 B After Width: | Height: | Size: 403 B |
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 558 B |
|
Before Width: | Height: | Size: 473 B After Width: | Height: | Size: 530 B |
|
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 512 B |
|
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 548 B |
|
Before Width: | Height: | Size: 695 B After Width: | Height: | Size: 766 B |
|
Before Width: | Height: | Size: 679 B After Width: | Height: | Size: 750 B |
|
Before Width: | Height: | Size: 621 B After Width: | Height: | Size: 692 B |
|
Before Width: | Height: | Size: 239 B After Width: | Height: | Size: 310 B |
|
Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 668 B |
|
Before Width: | Height: | Size: 508 B After Width: | Height: | Size: 565 B |
|
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 528 B |
|
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 505 B |
|
Before Width: | Height: | Size: 488 B After Width: | Height: | Size: 545 B |
|
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 449 B |
|
Before Width: | Height: | Size: 413 B After Width: | Height: | Size: 452 B |
|
Before Width: | Height: | Size: 148 B After Width: | Height: | Size: 219 B |
|
Before Width: | Height: | Size: 138 B After Width: | Height: | Size: 177 B |
|
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 224 B |
|
Before Width: | Height: | Size: 560 B After Width: | Height: | Size: 632 B |
|
Before Width: | Height: | Size: 269 B After Width: | Height: | Size: 377 B |
|
Before Width: | Height: | Size: 429 B After Width: | Height: | Size: 482 B |
|
Before Width: | Height: | Size: 634 B After Width: | Height: | Size: 687 B |
|
Before Width: | Height: | Size: 535 B After Width: | Height: | Size: 574 B |
|
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 596 B |
|
Before Width: | Height: | Size: 525 B After Width: | Height: | Size: 578 B |
|
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 639 B |
|
Before Width: | Height: | Size: 619 B After Width: | Height: | Size: 672 B |
|
Before Width: | Height: | Size: 545 B After Width: | Height: | Size: 598 B |
|
Before Width: | Height: | Size: 540 B After Width: | Height: | Size: 593 B |
|
Before Width: | Height: | Size: 345 B After Width: | Height: | Size: 398 B |
|
Before Width: | Height: | Size: 364 B After Width: | Height: | Size: 417 B |
|
Before Width: | Height: | Size: 344 B After Width: | Height: | Size: 414 B |
|
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 388 B |
|
Before Width: | Height: | Size: 403 B After Width: | Height: | Size: 456 B |
|
Before Width: | Height: | Size: 383 B After Width: | Height: | Size: 436 B |
|
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 486 B |
|
Before Width: | Height: | Size: 387 B After Width: | Height: | Size: 458 B |
|
Before Width: | Height: | Size: 349 B After Width: | Height: | Size: 420 B |
|
Before Width: | Height: | Size: 342 B After Width: | Height: | Size: 413 B |
|
Before Width: | Height: | Size: 428 B After Width: | Height: | Size: 499 B |
|
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 391 B |
|
Before Width: | Height: | Size: 234 B After Width: | Height: | Size: 287 B |
|
Before Width: | Height: | Size: 359 B After Width: | Height: | Size: 412 B |
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 347 B After Width: | Height: | Size: 400 B |
|
Before Width: | Height: | Size: 392 B After Width: | Height: | Size: 445 B |
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 428 B |
|
Before Width: | Height: | Size: 492 B After Width: | Height: | Size: 531 B |
|
Before Width: | Height: | Size: 501 B After Width: | Height: | Size: 540 B |
|
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 632 B |
|
Before Width: | Height: | Size: 253 B After Width: | Height: | Size: 324 B |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 307 B After Width: | Height: | Size: 360 B |
|
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 401 B |
|
Before Width: | Height: | Size: 334 B After Width: | Height: | Size: 387 B |
|
Before Width: | Height: | Size: 339 B After Width: | Height: | Size: 392 B |
|
Before Width: | Height: | Size: 320 B After Width: | Height: | Size: 373 B |
|
Before Width: | Height: | Size: 190 B After Width: | Height: | Size: 261 B |
|
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 413 B |
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 410 B |
|
Before Width: | Height: | Size: 360 B After Width: | Height: | Size: 413 B |
|
Before Width: | Height: | Size: 179 B After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 121 B After Width: | Height: | Size: 192 B |
|
Before Width: | Height: | Size: 201 B After Width: | Height: | Size: 272 B |
|
Before Width: | Height: | Size: 406 B After Width: | Height: | Size: 477 B |
|
Before Width: | Height: | Size: 796 B After Width: | Height: | Size: 867 B |
|
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 622 B |
|
Before Width: | Height: | Size: 350 B After Width: | Height: | Size: 421 B |
|
Before Width: | Height: | Size: 390 B After Width: | Height: | Size: 461 B |
|
Before Width: | Height: | Size: 385 B After Width: | Height: | Size: 456 B |
|
Before Width: | Height: | Size: 444 B After Width: | Height: | Size: 515 B |
|
Before Width: | Height: | Size: 351 B After Width: | Height: | Size: 422 B |
|
Before Width: | Height: | Size: 394 B After Width: | Height: | Size: 465 B |
|
Before Width: | Height: | Size: 405 B After Width: | Height: | Size: 476 B |
|
Before Width: | Height: | Size: 461 B After Width: | Height: | Size: 532 B |
|
Before Width: | Height: | Size: 467 B After Width: | Height: | Size: 538 B |
|
Before Width: | Height: | Size: 463 B After Width: | Height: | Size: 534 B |
|
Before Width: | Height: | Size: 477 B After Width: | Height: | Size: 548 B |
|
Before Width: | Height: | Size: 476 B After Width: | Height: | Size: 547 B |
|
Before Width: | Height: | Size: 464 B After Width: | Height: | Size: 535 B |
|
Before Width: | Height: | Size: 421 B After Width: | Height: | Size: 492 B |