So after discovering the Chisel n’ Bits mod after a certain nsfw post, i started work on the entrance to Disneyland. I got bored, it happens. via /r/Minecraft


So after discovering the Chisel n’ Bits mod after a certain nsfw post, i started work on the entrance to Disneyland. I got bored, it happens.
http://ift.tt/2nhA1H6

Submitted March 23, 2017 at 12:53PM by EXTREMlS
via reddit http://ift.tt/2nc8Qfj

Who thinks we will be getting pirate ships now? via /r/Minecraft


Who thinks we will be getting pirate ships now?

A while ago I asked everyone what kind of structure they would expect to see in 1.12. The general consensus was that we would be getting pirate ships. Now that parrots are a confirmed thing, I think this makes pirate ships all the more likely. How about you?

Submitted March 23, 2017 at 07:59AM by RCInsight
via reddit http://ift.tt/2nGSQok

The data that Dinnerbone just spoiled via /r/Minecraft


The data that Dinnerbone just spoiled

It's a series of JSON files.

advancements/chest_recipe.json

{ "rewards": { "recipes": ["minecraft:chest"] }, "criteria": { "slightly_full_inventory": { "trigger": "minecraft:inventory_changed", "conditions": { "slots": { "occupied": 9 } } }, "already_has_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:chest" } } }, "requirements": [["slightly_full_inventory"], ["already_has_recipe"]] } 

advancements/upgrade_tools.json

{ "display": { "icon": "minecraft:stone_pickaxe", "title": "Upgrade tools" }, "parent": "minecraft:story/mine_stone", "criteria": { "stone_pickaxe": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:stone_pickaxe" } ] } } } } 

recipes/book.json

{ "type": "crafting_shapeless", "ingredients": [ { "item": "minecraft:paper" }, { "item": "minecraft:paper" }, { "item": "minecraft:paper" }, { "item": "minecraft:leather" } ], "result": { "item": "minecraft:book" } } 

recipes/golden_axe.json

{ "type": "crafting_shaped", "pattern": [ "XX", "X#", " #" ], "key": { "#": { "item": "minecraft:stick" }, "X": { "item": "minecraft:gold_ingot" } }, "result": { "item": "minecraft:golden_axe" } } 

Submitted March 23, 2017 at 09:12AM by BoredPudding
via reddit http://ift.tt/2nHdqEZ