Compare commits

..

12 Commits

Author SHA1 Message Date
InventiveBot
2cec0600dc Create/Update assets for version 1.11.2 2017-02-20 21:48:24 +00:00
InventiveBot
9a63700b1c Create/Update assets for version 1.11.2 2017-02-18 15:50:12 +00:00
InventiveBot
8e7543e0fd Create/Update assets for version 1.11.2 2017-02-18 15:34:22 +00:00
InventiveBot
900565cff3 Create/Update assets for version 1.11.2 2017-02-18 16:25:51 +01:00
InventiveBot
249339a05f Create/Update assets for version 1.11.2 2017-02-18 16:12:03 +01:00
InventiveBot
159aa51ab0 Create/Update assets for version 1.11.2 2017-02-18 14:55:24 +00:00
InventiveBot
1523f53434 Create/Update assets for version 1.11.2 2017-02-18 15:47:17 +01:00
InventiveBot
1aa337da74 Create/Update assets for version 1.11.2 2017-02-18 14:35:56 +00:00
InventiveBot
ad9c1050c0 Create/Update assets for version 1.11.2 2017-02-18 14:25:47 +00:00
InventiveBot
2e8c09ea18 Create/Update assets for version 1.11.2 2017-02-18 14:23:07 +00:00
InventiveBot
c60563f475 Create/Update assets for version 1.11.2 2017-02-18 13:24:12 +00:00
InventiveBot
fa3dc54dbb Create/Update assets for version 1.11.2 2017-02-18 11:55:07 +00:00
929 changed files with 754 additions and 110 deletions

View File

@@ -0,0 +1,16 @@
{
"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 }
}
}

View File

@@ -23,7 +23,7 @@ translation.test.invalid2=hi % s
translation.test.args=%s %s translation.test.args=%s %s
translation.test.world=world translation.test.world=world
menu.game=Game menu menu.game=Game Menu
menu.singleplayer=Singleplayer menu.singleplayer=Singleplayer
menu.multiplayer=Multiplayer menu.multiplayer=Multiplayer
menu.online=Minecraft Realms menu.online=Minecraft Realms
@@ -60,7 +60,7 @@ selectWorld.newWorld=New World
selectWorld.newWorld.copyOf=Copy of %s selectWorld.newWorld.copyOf=Copy of %s
selectWorld.enterName=World Name selectWorld.enterName=World Name
selectWorld.resultFolder=Will be saved in: selectWorld.resultFolder=Will be saved in:
selectWorld.enterSeed=Seed for the World Generator selectWorld.enterSeed=Seed for the world generator
selectWorld.seedInfo=Leave blank for a random seed selectWorld.seedInfo=Leave blank for a random seed
selectWorld.cheats=Cheats selectWorld.cheats=Cheats
selectWorld.customizeType=Customize selectWorld.customizeType=Customize
@@ -91,7 +91,6 @@ createWorld.customize.flat.removeLayer=Remove Layer
createWorld.customize.flat.layer.top=Top - %s createWorld.customize.flat.layer.top=Top - %s
createWorld.customize.flat.layer=%s createWorld.customize.flat.layer=%s
createWorld.customize.flat.layer.bottom=Bottom - %s createWorld.customize.flat.layer.bottom=Bottom - %s
createWorld.customize.flat.air=Air
createWorld.customize.preset.classic_flat=Classic Flat createWorld.customize.preset.classic_flat=Classic Flat
createWorld.customize.preset.tunnelers_dream=Tunnelers' Dream createWorld.customize.preset.tunnelers_dream=Tunnelers' Dream
@@ -137,6 +136,7 @@ createWorld.customize.custom.useVillages=Villages
createWorld.customize.custom.useMineShafts=Mineshafts createWorld.customize.custom.useMineShafts=Mineshafts
createWorld.customize.custom.useTemples=Temples createWorld.customize.custom.useTemples=Temples
createWorld.customize.custom.useMonuments=Ocean Monuments createWorld.customize.custom.useMonuments=Ocean Monuments
createWorld.customize.custom.useMansions=Woodland Mansions
createWorld.customize.custom.useRavines=Ravines createWorld.customize.custom.useRavines=Ravines
createWorld.customize.custom.useDungeons=Dungeons createWorld.customize.custom.useDungeons=Dungeons
createWorld.customize.custom.dungeonChance=Dungeon Count createWorld.customize.custom.dungeonChance=Dungeon Count
@@ -175,10 +175,10 @@ gameMode.changed=Your game mode has been updated to %s
spectatorMenu.previous_page=Previous Page spectatorMenu.previous_page=Previous Page
spectatorMenu.next_page=Next Page spectatorMenu.next_page=Next Page
spectatorMenu.close=Close menu spectatorMenu.close=Close Menu
spectatorMenu.teleport=Teleport to player spectatorMenu.teleport=Teleport to Player
spectatorMenu.teleport.prompt=Select a player to teleport to spectatorMenu.teleport.prompt=Select a player to teleport to
spectatorMenu.team_teleport=Teleport to team member spectatorMenu.team_teleport=Teleport to Team Member
spectatorMenu.team_teleport.prompt=Select a team to teleport to spectatorMenu.team_teleport.prompt=Select a team to teleport to
spectatorMenu.root.prompt=Press a key to select a command, and again to use it. spectatorMenu.root.prompt=Press a key to select a command, and again to use it.
@@ -224,7 +224,7 @@ selectServer.select=Join Server
selectServer.direct=Direct Connect selectServer.direct=Direct Connect
selectServer.edit=Edit selectServer.edit=Edit
selectServer.delete=Delete selectServer.delete=Delete
selectServer.add=Add server selectServer.add=Add Server
selectServer.defaultName=Minecraft Server selectServer.defaultName=Minecraft Server
selectServer.deleteQuestion=Are you sure you want to remove this server? selectServer.deleteQuestion=Are you sure you want to remove this server?
selectServer.deleteWarning=will be lost forever! (A long time!) selectServer.deleteWarning=will be lost forever! (A long time!)
@@ -429,7 +429,7 @@ options.attack.crosshair=Crosshair
options.attack.hotbar=Hotbar options.attack.hotbar=Hotbar
options.showSubtitles=Show Subtitles options.showSubtitles=Show Subtitles
options.realmsNotifications=Realms Notifications options.realmsNotifications=Realms Notifications
options.autoJump=Auto-jump options.autoJump=Auto-Jump
options.mipmapLevels=Mipmap Levels options.mipmapLevels=Mipmap Levels
options.forceUnicodeFont=Force Unicode Font options.forceUnicodeFont=Force Unicode Font
@@ -439,6 +439,8 @@ 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.oldgl1=Old graphics card detected; this may prevent you from
title.oldgl2=playing in the future as OpenGL 2.0 will be required. 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.title=Controls
controls.reset=Reset controls.reset=Reset
@@ -483,7 +485,7 @@ key.categories.gameplay=Gameplay
key.categories.ui=Game Interface key.categories.ui=Game Interface
key.categories.inventory=Inventory key.categories.inventory=Inventory
resourcePack.openFolder=Open resource pack folder resourcePack.openFolder=Open Resource Pack Folder
resourcePack.title=Select Resource Packs resourcePack.title=Select Resource Packs
resourcePack.available.title=Available Resource Packs resourcePack.available.title=Available Resource Packs
resourcePack.selected.title=Selected Resource Packs resourcePack.selected.title=Selected Resource Packs
@@ -510,6 +512,7 @@ book.generation.3=Tattered
merchant.deprecated=Trade something else to unlock! merchant.deprecated=Trade something else to unlock!
tile.air.name=Air
tile.barrier.name=Barrier tile.barrier.name=Barrier
tile.stone.stone.name=Stone tile.stone.stone.name=Stone
tile.stone.granite.name=Granite tile.stone.granite.name=Granite
@@ -713,7 +716,7 @@ tile.woolCarpet.yellow.name=Yellow Carpet
tile.woolCarpet.lightBlue.name=Light Blue Carpet tile.woolCarpet.lightBlue.name=Light Blue Carpet
tile.woolCarpet.magenta.name=Magenta Carpet tile.woolCarpet.magenta.name=Magenta Carpet
tile.woolCarpet.orange.name=Orange Carpet tile.woolCarpet.orange.name=Orange Carpet
tile.woolCarpet.white.name=Carpet tile.woolCarpet.white.name=White Carpet
tile.ice.name=Ice tile.ice.name=Ice
tile.frostedIce.name=Frosted Ice tile.frostedIce.name=Frosted Ice
tile.icePacked.name=Packed Ice tile.icePacked.name=Packed Ice
@@ -773,7 +776,7 @@ tile.cloth.yellow.name=Yellow Wool
tile.cloth.lightBlue.name=Light Blue Wool tile.cloth.lightBlue.name=Light Blue Wool
tile.cloth.magenta.name=Magenta Wool tile.cloth.magenta.name=Magenta Wool
tile.cloth.orange.name=Orange Wool tile.cloth.orange.name=Orange Wool
tile.cloth.white.name=Wool tile.cloth.white.name=White Wool
tile.oreLapis.name=Lapis Lazuli Ore tile.oreLapis.name=Lapis Lazuli Ore
tile.blockLapis.name=Lapis Lazuli Block tile.blockLapis.name=Lapis Lazuli Block
tile.dispenser.name=Dispenser tile.dispenser.name=Dispenser
@@ -869,6 +872,23 @@ tile.magma.name=Magma Block
tile.netherWartBlock.name=Nether Wart Block tile.netherWartBlock.name=Nether Wart Block
tile.redNetherBrick.name=Red Nether Brick tile.redNetherBrick.name=Red Nether Brick
tile.boneBlock.name=Bone Block tile.boneBlock.name=Bone Block
tile.observer.name=Observer
tile.shulkerBoxWhite.name=White Shulker Box
tile.shulkerBoxOrange.name=Orange Shulker Box
tile.shulkerBoxMagenta.name=Magenta Shulker Box
tile.shulkerBoxLightBlue.name=Light Blue Shulker Box
tile.shulkerBoxYellow.name=Yellow Shulker Box
tile.shulkerBoxLime.name=Lime Shulker Box
tile.shulkerBoxPink.name=Pink Shulker Box
tile.shulkerBoxGray.name=Gray Shulker Box
tile.shulkerBoxSilver.name=Light Gray Shulker Box
tile.shulkerBoxCyan.name=Cyan Shulker Box
tile.shulkerBoxPurple.name=Purple Shulker Box
tile.shulkerBoxBlue.name=Blue Shulker Box
tile.shulkerBoxBrown.name=Brown Shulker Box
tile.shulkerBoxGreen.name=Green Shulker Box
tile.shulkerBoxRed.name=Red Shulker Box
tile.shulkerBoxBlack.name=Black Shulker Box
tile.structureVoid.name=Structure Void tile.structureVoid.name=Structure Void
tile.structureBlock.name=Structure Block tile.structureBlock.name=Structure Block
@@ -1051,6 +1071,8 @@ item.blazeRod.name=Blaze Rod
item.ghastTear.name=Ghast Tear item.ghastTear.name=Ghast Tear
item.netherStalkSeeds.name=Nether Wart item.netherStalkSeeds.name=Nether Wart
item.potion.name=Potion item.potion.name=Potion
item.splash_potion.name=Splash Potion
item.lingering_potion.name=Lingering Potion
item.end_crystal.name=End Crystal item.end_crystal.name=End Crystal
item.goldNugget.name=Gold Nugget item.goldNugget.name=Gold Nugget
item.glassBottle.name=Glass Bottle item.glassBottle.name=Glass Bottle
@@ -1129,6 +1151,9 @@ item.beetroot_seeds.name=Beetroot Seeds
item.beetroot_soup.name=Beetroot Soup item.beetroot_soup.name=Beetroot Soup
item.dragon_breath.name=Dragon's Breath item.dragon_breath.name=Dragon's Breath
item.elytra.name=Elytra item.elytra.name=Elytra
item.totem.name=Totem of Undying
item.shulkerShell.name=Shulker Shell
item.ironNugget.name=Iron Nugget
container.inventory=Inventory container.inventory=Inventory
container.hopper=Item Hopper container.hopper=Item Hopper
@@ -1151,6 +1176,8 @@ container.chest=Chest
container.chestDouble=Large Chest container.chestDouble=Large Chest
container.enderchest=Ender Chest container.enderchest=Ender Chest
container.beacon=Beacon container.beacon=Beacon
container.shulkerBox=Shulker Box
container.shulkerBox.more=and %s more...
container.spectatorCantOpen=Unable to open. Loot not generated yet. container.spectatorCantOpen=Unable to open. Loot not generated yet.
container.isLocked=%s is locked! container.isLocked=%s is locked!
@@ -1196,6 +1223,9 @@ item.color=Color: %s
item.nbt_tags=NBT: %s tag(s) item.nbt_tags=NBT: %s tag(s)
item.durability=Durability: %s / %s item.durability=Durability: %s / %s
filled_map.mansion=Woodland Explorer Map
filled_map.monument=Ocean Explorer Map
entity.Item.name=Item entity.Item.name=Item
entity.XPOrb.name=Experience Orb entity.XPOrb.name=Experience Orb
entity.SmallFireball.name=Small Fireball entity.SmallFireball.name=Small Fireball
@@ -1240,6 +1270,9 @@ entity.Guardian.name=Guardian
entity.ElderGuardian.name=Elder Guardian entity.ElderGuardian.name=Elder Guardian
entity.Shulker.name=Shulker entity.Shulker.name=Shulker
entity.PolarBear.name=Polar Bear entity.PolarBear.name=Polar Bear
entity.EvocationIllager.name=Evoker
entity.Vex.name=Vex
entity.VindicationIllager.name=Vindicator
entity.Villager.farmer=Farmer entity.Villager.farmer=Farmer
entity.Villager.fisherman=Fisherman entity.Villager.fisherman=Fisherman
@@ -1253,6 +1286,7 @@ entity.Villager.tool=Tool Smith
entity.Villager.butcher=Butcher entity.Villager.butcher=Butcher
entity.Villager.leather=Leatherworker entity.Villager.leather=Leatherworker
entity.Villager.nitwit=Nitwit entity.Villager.nitwit=Nitwit
entity.Villager.cartographer=Cartographer
entity.Pig.name=Pig entity.Pig.name=Pig
entity.Sheep.name=Sheep entity.Sheep.name=Sheep
@@ -1270,6 +1304,7 @@ entity.SkeletonHorse.name=Skeleton Horse
entity.ZombieHorse.name=Zombie Horse entity.ZombieHorse.name=Zombie Horse
entity.Rabbit.name=Rabbit entity.Rabbit.name=Rabbit
entity.KillerBunny.name=The Killer Bunny entity.KillerBunny.name=The Killer Bunny
entity.Llama.name=Llama
entity.PrimedTnt.name=Block of TNT entity.PrimedTnt.name=Block of TNT
entity.FallingSand.name=Falling Block entity.FallingSand.name=Falling Block
@@ -1301,6 +1336,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=%1$s discovered floor was lava
death.attack.hotFloor.player=%1$s walked into danger zone due to %2$s 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.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=%1$s drowned
death.attack.drown.player=%1$s drowned whilst trying to escape %2$s death.attack.drown.player=%1$s drowned whilst trying to escape %2$s
death.attack.starve=%1$s starved to death death.attack.starve=%1$s starved to death
@@ -1329,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.outOfWorld=%1$s fell out of the world
death.attack.dragonBreath=%1$s was roasted in dragon breath death.attack.dragonBreath=%1$s was roasted in dragon breath
death.attack.flyIntoWall=%1$s experienced kinetic energy death.attack.flyIntoWall=%1$s experienced kinetic energy
death.attack.fireworks=%1$s went off with a bang
deathScreen.respawn=Respawn deathScreen.respawn=Respawn
deathScreen.spectate=Spectate world deathScreen.spectate=Spectate world
@@ -1369,7 +1406,7 @@ effect.luck=Luck
effect.unluck=Bad Luck effect.unluck=Bad Luck
effect.levitation=Levitation effect.levitation=Levitation
tipped_arrow.effect.empty=Tipped Arrow tipped_arrow.effect.empty=Uncraftable Tipped Arrow
tipped_arrow.effect.water=Tipped Arrow tipped_arrow.effect.water=Tipped Arrow
tipped_arrow.effect.mundane=Tipped Arrow tipped_arrow.effect.mundane=Tipped Arrow
tipped_arrow.effect.thick=Tipped Arrow tipped_arrow.effect.thick=Tipped Arrow
@@ -1464,6 +1501,7 @@ enchantment.damage.undead=Smite
enchantment.damage.arthropods=Bane of Arthropods enchantment.damage.arthropods=Bane of Arthropods
enchantment.knockback=Knockback enchantment.knockback=Knockback
enchantment.fire=Fire Aspect enchantment.fire=Fire Aspect
enchantment.sweeping=Sweeping Edge
enchantment.protect.all=Protection enchantment.protect.all=Protection
enchantment.protect.fire=Fire Protection enchantment.protect.fire=Fire Protection
enchantment.protect.fall=Feather Falling enchantment.protect.fall=Feather Falling
@@ -1486,6 +1524,8 @@ enchantment.arrowKnockback=Punch
enchantment.arrowInfinite=Infinity enchantment.arrowInfinite=Infinity
enchantment.thorns=Thorns enchantment.thorns=Thorns
enchantment.mending=Mending enchantment.mending=Mending
enchantment.binding_curse=Curse of Binding
enchantment.vanishing_curse=Curse of Vanishing
enchantment.level.1=I enchantment.level.1=I
enchantment.level.2=II enchantment.level.2=II
@@ -1517,11 +1557,11 @@ stat.entityKilledBy=%s killed you %s time(s)
stat.entityKills.none=You have never killed %s stat.entityKills.none=You have never killed %s
stat.entityKilledBy.none=You have never been killed by %s stat.entityKilledBy.none=You have never been killed by %s
stat.startGame=Times played stat.startGame=Times Played
stat.createWorld=Worlds created stat.createWorld=Worlds Created
stat.loadWorld=Saves loaded stat.loadWorld=Saves Loaded
stat.joinMultiplayer=Multiplayer joins stat.joinMultiplayer=Multiplayer Joins
stat.leaveGame=Games quit stat.leaveGame=Games Quit
stat.playOneMinute=Minutes Played stat.playOneMinute=Minutes Played
stat.timeSinceDeath=Since Last Death stat.timeSinceDeath=Since Last Death
@@ -1567,9 +1607,9 @@ stat.beaconInteraction=Interactions with Beacon
stat.dropperInspected=Droppers Searched stat.dropperInspected=Droppers Searched
stat.hopperInspected=Hoppers Searched stat.hopperInspected=Hoppers Searched
stat.dispenserInspected=Dispensers Searched stat.dispenserInspected=Dispensers Searched
stat.noteblockPlayed=Noteblocks played stat.noteblockPlayed=Note Blocks Played
stat.noteblockTuned=Noteblocks tuned stat.noteblockTuned=Note Blocks Tuned
stat.flowerPotted=Plants potted stat.flowerPotted=Plants Potted
stat.trappedChestTriggered=Trapped Chests Triggered stat.trappedChestTriggered=Trapped Chests Triggered
stat.enderchestOpened=Ender Chests Opened stat.enderchestOpened=Ender Chests Opened
stat.itemEnchanted=Items Enchanted stat.itemEnchanted=Items Enchanted
@@ -1577,6 +1617,7 @@ stat.recordPlayed=Records Played
stat.furnaceInteraction=Interactions with Furnace stat.furnaceInteraction=Interactions with Furnace
stat.workbenchInteraction=Interactions with Crafting Table stat.workbenchInteraction=Interactions with Crafting Table
stat.chestOpened=Chests Opened stat.chestOpened=Chests Opened
stat.shulkerBoxOpened=Shulker Boxes Opened
stat.sleepInBed=Times Slept in a Bed stat.sleepInBed=Times Slept in a Bed
stat.mineBlock=%1$s Mined stat.mineBlock=%1$s Mined
@@ -1662,9 +1703,10 @@ achievement.bookcase.desc=Build some bookshelves to improve your enchantment tab
commands.generic.exception=An unknown error occurred while attempting to perform this command commands.generic.exception=An unknown error occurred while attempting to perform this command
commands.generic.permission=You do not have permission to use this command commands.generic.permission=You do not have permission to use this command
commands.generic.syntax=Invalid command syntax commands.generic.syntax=Invalid command syntax
commands.generic.player.notFound=That player cannot be found commands.generic.player.notFound=Player '%s' cannot be found
commands.generic.entity.notFound=That entity cannot be found commands.generic.entity.notFound=Entity '%s' cannot be found
commands.generic.entity.invalidUuid=The entity UUID provided is in an invalid format commands.generic.selector.notFound=Selector '%s' found nothing
commands.generic.entity.invalidUuid=The entity UUID '%s' is in an invalid format
commands.generic.entity.invalidType=Entity type '%s' is invalid commands.generic.entity.invalidType=Entity type '%s' is invalid
commands.generic.notFound=Unknown command. Try /help for a list of commands commands.generic.notFound=Unknown command. Try /help for a list of commands
commands.generic.parameter.invalid='%s' is not a valid parameter commands.generic.parameter.invalid='%s' is not a valid parameter
@@ -1674,6 +1716,8 @@ 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.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.blockstate.invalid='%s' is not a state for block %s
commands.generic.usage=Usage: %s commands.generic.usage=Usage: %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> commands.setidletimeout.usage=/setidletimeout <Minutes until kick>
commands.setidletimeout.success=Successfully set the idle timeout to %s minutes. commands.setidletimeout.success=Successfully set the idle timeout to %s minutes.
@@ -1709,7 +1753,7 @@ commands.stats.noCompatibleBlock=Block at %s, %s, %s can not track stats
commands.stats.failed=Invalid parameters commands.stats.failed=Invalid parameters
commands.stats.cleared=Cleared %s stats commands.stats.cleared=Cleared %s stats
commands.stats.success=Storing %s stats in %s on %s commands.stats.success=Storing %s stats in %s on %s
commands.summon.usage=/summon <EntityName> [x] [y] [z] [dataTag] commands.summon.usage=/summon <entityname> [x] [y] [z] [dataTag]
commands.summon.success=Object successfully summoned commands.summon.success=Object successfully summoned
commands.summon.failed=Unable to summon object commands.summon.failed=Unable to summon object
commands.summon.tagError=Data tag parsing failed: %s commands.summon.tagError=Data tag parsing failed: %s
@@ -1814,7 +1858,7 @@ commands.banip.usage=/ban-ip <address|name> [reason ...]
commands.unbanip.invalid=You have entered an invalid IP address commands.unbanip.invalid=You have entered an invalid IP address
commands.unbanip.success=Unbanned IP address %s commands.unbanip.success=Unbanned IP address %s
commands.unbanip.usage=/pardon-ip <address> commands.unbanip.usage=/pardon-ip <address>
commands.save.usage=/save-all commands.save.usage=/save-all [flush]
commands.save-on.alreadyOn=Saving is already turned on commands.save-on.alreadyOn=Saving is already turned on
commands.save-on.usage=/save-on commands.save-on.usage=/save-on
commands.save-off.alreadyOff=Saving is already turned off commands.save-off.alreadyOff=Saving is already turned off
@@ -1902,6 +1946,7 @@ 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.add=Tag %s added
commands.scoreboard.players.tag.success.remove=Tag %s removed commands.scoreboard.players.tag.success.remove=Tag %s removed
commands.scoreboard.players.tag.list=Tags on entity %s are: 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.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.usage=/scoreboard teams add <name> [display name ...]
commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists commands.scoreboard.teams.add.alreadyExists=A team with the name '%s' already exists
@@ -1993,15 +2038,16 @@ commands.testfor.success=Found %s
commands.testfor.tagError=Data tag parsing failed: %s commands.testfor.tagError=Data tag parsing failed: %s
commands.seed.usage=/seed commands.seed.usage=/seed
commands.seed.success=Seed: %s commands.seed.success=Seed: %s
commands.spreadplayers.noop=No players found to spread
commands.spreadplayers.usage=/spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams true|false> <player ...> commands.spreadplayers.usage=/spreadplayers <x> <z> <spreadDistance> <maxRange> <respectTeams true|false> <player ...>
commands.spreadplayers.spreading.teams=Spreading %s teams %s blocks around %s,%s (min %s blocks apart) commands.spreadplayers.spreading.teams=Spreading %s team(s) %s blocks around %s,%s (min %s blocks apart)
commands.spreadplayers.spreading.players=Spreading %s players %s blocks around %s,%s (min %s blocks apart) commands.spreadplayers.spreading.players=Spreading %s player(s) %s blocks around %s,%s (min %s blocks apart)
commands.spreadplayers.success.teams=Successfully spread %s teams around %s,%s commands.spreadplayers.success.teams=Successfully spread %s team(s) around %s,%s
commands.spreadplayers.success.players=Successfully spread %s players around %s,%s commands.spreadplayers.success.players=Successfully spread %s player(s) around %s,%s
commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations) commands.spreadplayers.info.teams=(Average distance between teams is %s blocks apart after %s iterations)
commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations) commands.spreadplayers.info.players=(Average distance between players is %s blocks apart after %s iterations)
commands.spreadplayers.failure.teams=Could not spread %s teams around %s,%s (too many players for space - try using spread of at most %s) commands.spreadplayers.failure.teams=Could not spread %s team(s) around %s,%s (too many players for space - try using spread of at most %s)
commands.spreadplayers.failure.players=Could not spread %s players around %s,%s (too many players for space - try using spread of at most %s) commands.spreadplayers.failure.players=Could not spread %s player(s) around %s,%s (too many players for space - try using spread of at most %s)
commands.achievement.usage=/achievement <give|take> <name|*> [player] commands.achievement.usage=/achievement <give|take> <name|*> [player]
commands.achievement.unknownAchievement=Unknown achievement '%s' commands.achievement.unknownAchievement=Unknown achievement '%s'
commands.achievement.alreadyHave=Player %s already has achievement %s commands.achievement.alreadyHave=Player %s already has achievement %s
@@ -2029,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.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.usage=/worldborder warning distance <distance>
commands.worldborder.warning.distance.success=Set world border warning to %s blocks away (from %s blocks) 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.title=/title <player> title|subtitle|actionbar <raw json title>
commands.title.usage.clear=/title <player> clear|reset commands.title.usage.clear=/title <player> clear|reset
commands.title.usage.times=/title <player> times <fadeIn> <stay> <fadeOut> commands.title.usage.times=/title <player> times <fadeIn> <stay> <fadeOut>
@@ -2039,6 +2085,9 @@ commands.stopsound.unknownSoundSource=Source %s is unknown
commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s commands.stopsound.success.individualSound=Stopped sound '%s' with source '%s' for %s
commands.stopsound.success.soundSource=Stopped source '%s' for %s commands.stopsound.success.soundSource=Stopped source '%s' for %s
commands.stopsound.success.all=Stopped all sounds 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.failure=Unable to locate any %s feature
itemGroup.buildingBlocks=Building Blocks itemGroup.buildingBlocks=Building Blocks
itemGroup.decorations=Decoration Blocks itemGroup.decorations=Decoration Blocks
@@ -2819,11 +2868,13 @@ subtitles.block.iron_trapdoor.open=Trapdoor closes
subtitles.block.lava.ambient=Lava pops subtitles.block.lava.ambient=Lava pops
subtitles.block.lava.extinguish=Lava hisses subtitles.block.lava.extinguish=Lava hisses
subtitles.block.lever.click=Lever clicks 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.piston.move=Piston moves
subtitles.block.portal.ambient=Portal whooshes subtitles.block.portal.ambient=Portal whooshes
subtitles.block.pressure_plate.click=Pressure Plate clicks subtitles.block.pressure_plate.click=Pressure Plate clicks
subtitles.block.redstone_torch.burnout=Torch fizzes subtitles.block.redstone_torch.burnout=Torch fizzes
subtitles.block.shulker_box.close=Shulker closes
subtitles.block.shulker_box.open=Shulker opens
subtitles.block.trapdoor.toggle=Trapdoor creaks subtitles.block.trapdoor.toggle=Trapdoor creaks
subtitles.block.tripwire.attach=Tripwire attaches subtitles.block.tripwire.attach=Tripwire attaches
subtitles.block.tripwire.click=Tripwire clicks subtitles.block.tripwire.click=Tripwire clicks
@@ -2865,6 +2916,13 @@ subtitles.entity.donkey.chest=Donkey Chest equips
subtitles.entity.donkey.death=Donkey dies subtitles.entity.donkey.death=Donkey dies
subtitles.entity.donkey.hurt=Donkey hurts subtitles.entity.donkey.hurt=Donkey hurts
subtitles.entity.egg.throw=Egg flies subtitles.entity.egg.throw=Egg flies
subtitles.entity.elder_guardian.ambient.land=Elder Guardian flaps
subtitles.entity.elder_guardian.ambient=Elder Guardian moans
subtitles.entity.elder_guardian.attack=Elder Guardian shoots
subtitles.entity.elder_guardian.curse=Elder Guardian curses
subtitles.entity.elder_guardian.death=Elder Guardian dies
subtitles.entity.elder_guardian.flop=Elder Guardian flops
subtitles.entity.elder_guardian.hurt=Elder Guardian hurts
subtitles.entity.enderdragon.ambient=Dragon roars subtitles.entity.enderdragon.ambient=Dragon roars
subtitles.entity.enderdragon.death=Dragon dies subtitles.entity.enderdragon.death=Dragon dies
subtitles.entity.enderdragon.flap=Dragon flaps subtitles.entity.enderdragon.flap=Dragon flaps
@@ -2881,6 +2939,14 @@ subtitles.entity.endermite.ambient=Endermite scuttles
subtitles.entity.endermite.death=Endermite dies subtitles.entity.endermite.death=Endermite dies
subtitles.entity.endermite.hurt=Endermite hurts subtitles.entity.endermite.hurt=Endermite hurts
subtitles.entity.enderpearl.throw=Ender Pearl flies subtitles.entity.enderpearl.throw=Ender Pearl flies
subtitles.entity.evocation_fangs.attack=Fangs snap
subtitles.entity.evocation_illager.ambient=Evoker murmurs
subtitles.entity.evocation_illager.cast_spell=Evoker casts spell
subtitles.entity.evocation_illager.death=Evoker dies
subtitles.entity.evocation_illager.hurt=Evoker hurts
subtitles.entity.evocation_illager.prepare_attack=Evoker prepares attack
subtitles.entity.evocation_illager.prepare_summon=Evoker prepares summoning
subtitles.entity.evocation_illager.prepare_wololo=Evoker prepares charming
subtitles.entity.experience_orb.pickup=Experience gained subtitles.entity.experience_orb.pickup=Experience gained
subtitles.entity.firework.blast=Firework blasts subtitles.entity.firework.blast=Firework blasts
subtitles.entity.firework.launch=Firework launches subtitles.entity.firework.launch=Firework launches
@@ -2900,13 +2966,6 @@ subtitles.entity.ghast.ambient=Ghast cries
subtitles.entity.ghast.death=Ghast dies subtitles.entity.ghast.death=Ghast dies
subtitles.entity.ghast.hurt=Ghast hurts subtitles.entity.ghast.hurt=Ghast hurts
subtitles.entity.ghast.shoot=Ghast shoots subtitles.entity.ghast.shoot=Ghast shoots
subtitles.entity.elder_guardian.ambient.land=Elder Guardian flaps
subtitles.entity.elder_guardian.ambient=Elder Guardian moans
subtitles.entity.elder_guardian.attack=Elder Guardian shoots
subtitles.entity.elder_guardian.curse=Elder Guardian curses
subtitles.entity.elder_guardian.death=Elder Guardian dies
subtitles.entity.elder_guardian.flop=Elder Guardian flops
subtitles.entity.elder_guardian.hurt=Elder Guardian hurts
subtitles.entity.guardian.ambient.land=Guardian flaps subtitles.entity.guardian.ambient.land=Guardian flaps
subtitles.entity.guardian.ambient=Guardian moans subtitles.entity.guardian.ambient=Guardian moans
subtitles.entity.guardian.attack=Guardian shoots subtitles.entity.guardian.attack=Guardian shoots
@@ -2941,11 +3000,21 @@ subtitles.entity.leashknot.break=Leash knot breaks
subtitles.entity.leashknot.place=Leash knot tied subtitles.entity.leashknot.place=Leash knot tied
subtitles.entity.lightning.impact=Lightning strikes subtitles.entity.lightning.impact=Lightning strikes
subtitles.entity.lightning.thunder=Thunder roars subtitles.entity.lightning.thunder=Thunder roars
subtitles.entity.llama.ambient=Llama bleats
subtitles.entity.llama.angry=Llama bleats angry
subtitles.entity.llama.chest=Llama Chest equips
subtitles.entity.llama.death=Llama dies
subtitles.entity.llama.eat=Llama eats
subtitles.entity.llama.hurt=Llama hurts
subtitles.entity.llama.spit=Llama spits
subtitles.entity.llama.step=Llama steps
subtitles.entity.llama.swag=Llama is decorated
subtitles.entity.magmacube.death=Magma Cube dies subtitles.entity.magmacube.death=Magma Cube dies
subtitles.entity.magmacube.hurt=Magma Cube hurts subtitles.entity.magmacube.hurt=Magma Cube hurts
subtitles.entity.magmacube.squish=Magma Cube squishes subtitles.entity.magmacube.squish=Magma Cube squishes
subtitles.entity.minecart.riding=Minecart rolls subtitles.entity.minecart.riding=Minecart rolls
subtitles.entity.mule.ambient=Mule hee-haws subtitles.entity.mule.ambient=Mule hee-haws
subtitles.entity.mule.chest=Mule Chest equips
subtitles.entity.mule.death=Mule dies subtitles.entity.mule.death=Mule dies
subtitles.entity.mule.hurt=Mule hurts subtitles.entity.mule.hurt=Mule hurts
subtitles.entity.painting.break=Painting breaks subtitles.entity.painting.break=Painting breaks
@@ -3009,12 +3078,19 @@ subtitles.entity.stray.ambient=Stray rattles
subtitles.entity.stray.death=Stray dies subtitles.entity.stray.death=Stray dies
subtitles.entity.stray.hurt=Stray hurts subtitles.entity.stray.hurt=Stray hurts
subtitles.entity.tnt.primed=TNT fizzes subtitles.entity.tnt.primed=TNT fizzes
subtitles.entity.vex.ambient=Vex vexes
subtitles.entity.vex.charge=Vex shrieks
subtitles.entity.vex.death=Vex dies
subtitles.entity.vex.hurt=Vex hurts
subtitles.entity.villager.ambient=Villager mumbles subtitles.entity.villager.ambient=Villager mumbles
subtitles.entity.villager.death=Villager dies subtitles.entity.villager.death=Villager dies
subtitles.entity.villager.hurt=Villager hurts subtitles.entity.villager.hurt=Villager hurts
subtitles.entity.villager.no=Villager disagrees subtitles.entity.villager.no=Villager disagrees
subtitles.entity.villager.trading=Villager trades subtitles.entity.villager.trading=Villager trades
subtitles.entity.villager.yes=Villager agrees subtitles.entity.villager.yes=Villager agrees
subtitles.entity.vindication_illager.ambient=Vindicator mutters
subtitles.entity.vindication_illager.death=Vindicator dies
subtitles.entity.vindication_illager.hurt=Vindicator hurts
subtitles.entity.witch.ambient=Witch giggles subtitles.entity.witch.ambient=Witch giggles
subtitles.entity.witch.death=Witch dies subtitles.entity.witch.death=Witch dies
subtitles.entity.witch.drink=Witch drinks subtitles.entity.witch.drink=Witch drinks
@@ -3052,6 +3128,7 @@ subtitles.entity.zombie_villager.hurt=Zombie Villager hurts
subtitles.item.armor.equip=Gear equipped subtitles.item.armor.equip=Gear equipped
subtitles.item.armor.equip_chain=Chain armor jingles subtitles.item.armor.equip_chain=Chain armor jingles
subtitles.item.armor.equip_diamond=Diamond armor clangs subtitles.item.armor.equip_diamond=Diamond armor clangs
subtitles.item.armor.equip_elytra=Elytra rustles
subtitles.item.armor.equip_gold=Gold armor clinks subtitles.item.armor.equip_gold=Gold armor clinks
subtitles.item.armor.equip_iron=Iron armor clanks subtitles.item.armor.equip_iron=Iron armor clanks
subtitles.item.armor.equip_leather=Leather armor rustles subtitles.item.armor.equip_leather=Leather armor rustles
@@ -3065,6 +3142,7 @@ subtitles.item.hoe.till=Hoe tills
subtitles.item.shear=Shears click subtitles.item.shear=Shears click
subtitles.item.shield.block=Shield blocks subtitles.item.shield.block=Shield blocks
subtitles.item.shovel.flatten=Shovel flattens subtitles.item.shovel.flatten=Shovel flattens
subtitles.item.totem.use=Totem activates
subtitles.weather.rain=Rain falls subtitles.weather.rain=Rain falls
debug.reload_chunks.help=F3 + A = Reload chunks debug.reload_chunks.help=F3 + A = Reload chunks
@@ -3087,8 +3165,8 @@ debug.chunk_boundaries.off=Chunk borders: hidden
debug.advanced_tooltips.on=Advanced tooltips: shown debug.advanced_tooltips.on=Advanced tooltips: shown
debug.advanced_tooltips.off=Advanced tooltips: hidden debug.advanced_tooltips.off=Advanced tooltips: hidden
debug.creative_spectator.error=Unable to switch gamemode, no permission debug.creative_spectator.error=Unable to switch gamemode, no permission
debug.pause_focus.on=PauseOnLostFocus: enabled debug.pause_focus.on=Pause on lost focus: enabled
debug.pause_focus.off=PauseOnLostFocus: disabled debug.pause_focus.off=Pause on lost focus: disabled
debug.help.message=Key bindings: debug.help.message=Key bindings:
debug.reload_resourcepacks.message=Reloaded resource packs debug.reload_resourcepacks.message=Reloaded resource packs

View File

@@ -0,0 +1,264 @@
{
"pools": [
{
"rolls": {
"min": 1,
"max": 3
},
"entries": [
{
"type": "item",
"name": "minecraft:lead",
"weight": 20
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 15
},
{
"type": "item",
"name": "minecraft:golden_apple",
"weight": 2,
"functions": [
{
"function": "set_data",
"data": 1
}
]
},
{
"type": "item",
"name": "minecraft:record_13",
"weight": 15
},
{
"type": "item",
"name": "minecraft:record_cat",
"weight": 15
},
{
"type": "item",
"name": "minecraft:name_tag",
"weight": 20
},
{
"type": "item",
"name": "minecraft:chainmail_chestplate",
"weight": 10
},
{
"type": "item",
"name": "minecraft:diamond_hoe",
"weight": 15
},
{
"type": "item",
"name": "minecraft:diamond_chestplate",
"weight": 5
},
{
"type": "item",
"name": "minecraft:book",
"weight": 10,
"functions": [
{
"function": "enchant_randomly"
}
]
}
]
},
{
"rolls": {
"min": 1,
"max": 4
},
"entries": [
{
"type": "item",
"name": "minecraft:iron_ingot",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:gold_ingot",
"weight": 5,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bread",
"weight": 20
},
{
"type": "item",
"name": "minecraft:wheat",
"weight": 20,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:bucket",
"weight": 10
},
{
"type": "item",
"name": "minecraft:redstone",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:coal",
"weight": 15,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "item",
"name": "minecraft:melon_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:pumpkin_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
},
{
"type": "item",
"name": "minecraft:beetroot_seeds",
"functions": [
{
"function": "set_count",
"count": {
"min": 2,
"max": 4
}
}
],
"weight": 10
}
]
},
{
"rolls": 3,
"entries": [
{
"type": "item",
"name": "minecraft:bone",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:gunpowder",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:rotten_flesh",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
},
{
"type": "item",
"name": "minecraft:string",
"weight": 10,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 8
}
}
]
}
]
}
]
}

View File

@@ -40,6 +40,18 @@
"min": 0, "min": 0,
"max": 1 "max": 1
} }
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
} }
] ]
}, },

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,44 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:totem_of_undying"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:emerald",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
],
"conditions": [
{
"condition": "killed_by_player"
}
]
}
]
}

View File

@@ -40,6 +40,18 @@
"min": 0, "min": 0,
"max": 1 "max": 1
} }
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
} }
] ]
}, },

View File

@@ -0,0 +1,29 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:leather",
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}

View File

@@ -52,6 +52,13 @@
} }
} }
] ]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
} }
] ]
} }

View File

@@ -1 +1,20 @@
{} {
"pools": [
{
"conditions": [
{
"condition": "random_chance_with_looting",
"chance": 0.5,
"looting_multiplier": 0.0625
}
],
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:shulker_shell"
}
]
}
]
}

View File

@@ -5,7 +5,24 @@
"entries": [ "entries": [
{ {
"type": "item", "type": "item",
"name": "minecraft:bone" "name": "minecraft:bone",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
} }
] ]
} }

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1,35 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:emerald",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 1
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
],
"conditions": [
{
"condition": "killed_by_player"
}
]
}
]
}

View File

@@ -5,7 +5,24 @@
"entries": [ "entries": [
{ {
"type": "item", "type": "item",
"name": "minecraft:rotten_flesh" "name": "minecraft:rotten_flesh",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
} }
] ]
} }

View File

@@ -30,7 +30,13 @@
{ {
"type": "item", "type": "item",
"name": "minecraft:potion", "name": "minecraft:potion",
"weight": 10 "weight": 10,
"functions": [
{
"function": "set_nbt",
"tag": "{Potion:\"minecraft:water\"}"
}
]
}, },
{ {
"type": "item", "type": "item",
@@ -64,11 +70,15 @@
{ {
"type": "item", "type": "item",
"name": "minecraft:dye", "name": "minecraft:dye",
"weight": 10, "weight": 1,
"functions": [ "functions": [
{ {
"function": "set_data", "function": "set_data",
"data": 0 "data": 0
},
{
"function": "set_count",
"count": 10
} }
] ]
}, },
@@ -85,4 +95,4 @@
] ]
} }
] ]
} }

View File

@@ -10,10 +10,10 @@
"faces": { "faces": {
"down": { "texture": "#end", "cullface": "down" }, "down": { "texture": "#end", "cullface": "down" },
"up": { "texture": "#end", "cullface": "up" }, "up": { "texture": "#end", "cullface": "up" },
"north": { "texture": "#side" }, "north": { "texture": "#side", "cullface": "north" },
"south": { "texture": "#side" }, "south": { "texture": "#side", "cullface": "south" },
"west": { "texture": "#side" }, "west": { "texture": "#side", "cullface": "west" },
"east": { "texture": "#side" } "east": { "texture": "#side", "cullface": "east" }
} }
} }
] ]

View File

@@ -1,6 +0,0 @@
{
"parent": "block/wall_ne",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "block/wall_ns",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "block/wall_ns_above",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "block/wall_nse",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -1,6 +0,0 @@
{
"parent": "block/wall_nsew",
"textures": {
"wall": "blocks/cobblestone"
}
}

View File

@@ -9,7 +9,7 @@
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false, "shade": false,
"faces": { "faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross" }, "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" } "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
} }
}, },
@@ -19,7 +19,7 @@
"shade": false, "shade": false,
"faces": { "faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }, "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross" } "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross" }
} }
} }
] ]

View File

@@ -1,17 +1,22 @@
{ {
"parent": "block/block",
"textures": { "textures": {
"particle": "#side" "bottom": "blocks/observer_back",
"side": "blocks/observer_side",
"top": "blocks/observer_top",
"front": "blocks/observer_front",
"particle": "blocks/observer_front"
}, },
"elements": [ "elements": [
{ "from": [ 0, 0, 0 ], { "from": [ 0, 0, 0 ],
"to": [ 16, 16, 16 ], "to": [ 16, 16, 16 ],
"faces": { "faces": {
"down": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "down" }, "down": { "uv": [ 0, 0, 16, 16 ], "texture": "#top", "cullface": "down" },
"up": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "up" }, "up": { "uv": [ 0, 16, 16, 0 ], "texture": "#top", "cullface": "up" },
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "north" }, "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#front", "cullface": "north" },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#end", "cullface": "south" }, "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#bottom", "cullface": "south" },
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west", "rotation": 270 }, "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "west" },
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east", "rotation": 90 } "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#side", "cullface": "east" }
} }
} }
] ]

View File

@@ -0,0 +1,6 @@
{
"parent": "block/observer",
"textures": {
"bottom": "blocks/observer_back_lit"
}
}

View File

@@ -9,7 +9,7 @@
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true }, "rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": 45, "rescale": true },
"shade": false, "shade": false,
"faces": { "faces": {
"north": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross", "tintindex": 0 }, "north": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 },
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 } "south": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }
} }
}, },
@@ -19,7 +19,7 @@
"shade": false, "shade": false,
"faces": { "faces": {
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }, "west": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 },
"east": { "uv": [ 16, 0, 0, 16 ], "texture": "#cross", "tintindex": 0 } "east": { "uv": [ 0, 0, 16, 16 ], "texture": "#cross", "tintindex": 0 }
} }
} }
] ]

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -1,6 +1,7 @@
{ {
"parent": "item/generated", "parent": "item/generated",
"textures": { "textures": {
"layer0": "items/map_filled" "layer0": "items/map_filled",
"layer1": "items/map_filled_markings"
} }
} }

View File

@@ -20,6 +20,10 @@
"rotation": [ 0, -90, 25 ], "rotation": [ 0, -90, 25 ],
"translation": [ 1.13, 3.2, 1.13], "translation": [ 1.13, 3.2, 1.13],
"scale": [ 0.68, 0.68, 0.68 ] "scale": [ 0.68, 0.68, 0.68 ]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"scale": [ 1, 1, 1 ]
} }
} }
} }

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "items/iron_nugget"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "block/lit_furnace"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "block/observer"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "block/half_slab_oak"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -0,0 +1,35 @@
{
"parent": "builtin/entity",
"display": {
"gui": {
"rotation": [ 30, 45, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.625, 0.625, 0.625 ]
},
"ground": {
"rotation": [ 0, 0, 0 ],
"translation": [ 0, 3, 0],
"scale":[ 0.25, 0.25, 0.25 ]
},
"head": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 1, 1, 1]
},
"fixed": {
"rotation": [ 0, 180, 0 ],
"translation": [ 0, 0, 0],
"scale":[ 0.5, 0.5, 0.5 ]
},
"thirdperson_righthand": {
"rotation": [ 75, 315, 0 ],
"translation": [ 0, 2.5, 0],
"scale": [ 0.375, 0.375, 0.375 ]
},
"firstperson_righthand": {
"rotation": [ 0, 315, 0 ],
"translation": [ 0, 0, 0],
"scale": [ 0.4, 0.4, 0.4 ]
}
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "items/shulker_shell"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -2,7 +2,7 @@
"parent": "builtin/entity", "parent": "builtin/entity",
"display": { "display": {
"gui": { "gui": {
"rotation": [ 30, 225, 0 ], "rotation": [ 30, 45, 0 ],
"translation": [ 0, 3, 0 ], "translation": [ 0, 3, 0 ],
"scale": [ 1, 1, 1 ] "scale": [ 1, 1, 1 ]
}, },

View File

@@ -3,7 +3,7 @@
"display": { "display": {
"gui": { "gui": {
"translation": [ -2, 2, 0 ], "translation": [ -2, 2, 0 ],
"rotation": [ 30, -135, 0 ], "rotation": [ 30, 45, 0 ],
"scale": [ 0.6, 0.6, 0.6 ] "scale": [ 0.6, 0.6, 0.6 ]
} }
} }

View File

@@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "items/totem"
}
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

View File

@@ -1,3 +0,0 @@
{
"parent": "block/half_slab_oak"
}

View File

@@ -0,0 +1,3 @@
{
"parent": "item/shulker_box"
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More