close

The next 100 people to upload a video to NepTime will receive 25 IMT and 250 points ($5)! Just make sure to update your BNB wallet address for IMT donations on your settings page.

Næste

How to make custom crafting in minecraft 1.9

14 Visninger 01/25/21
How To & Style
How To & Style
2 Abonnenter
2

Command:
Left
/execute @e[type=Shulker,name=Custom_Crafting_Table] ~ ~ ~ detect ~ ~-1 ~ crafting_table 0 /execute @p ~ ~ ~ /tellraw @p ["",{"text":"[","color":"green"},{"text":"INFORMATION","color":"dark_green"},{"text":"]","color":"green"},{"text":" "},{"text":"A custom Crafting Table has been created","color":"dark_red"}]

/execute @e[type=Shulker,name=Custom_Crafting_Table] ~ ~ ~ detect ~ ~-1 ~ crafting_table 0 /setblock ~ ~-1 ~ minecraft:dropper 0 replace {CustomName:Crafting Table}

/execute @e[type=Shulker,name=Custom_Crafting_Table] ~ ~ ~ detect ~ ~-1 ~ dropper 0 /summon ArmorStand ~ ~-1 ~ {CustomName:"Craft",Marker:1b,NoGravity:1,PersistenceRequired:1,Small:1,Invisible:1}

kill @e[type=Shulker,name=Custom_Crafting_Table]

Command:
right
/execute @e[type=ArmorStand,name=Craft] ~ ~ ~ detect ~ ~ ~ air 0 /give @p[m=0,r=5] minecraft:spawn_egg 1 60 {display:{Name:"Custom_Crafting_Table",Lore:[Placer l'oeuf sur une table de craft]},EntityTag:{id:"Shulker"}}

/execute @e[type=ArmorStand,name=Craft] ~ ~ ~ detect ~ ~ ~ air 0 /execute @e[r=1,type=Item,c=1] ~ ~ ~ /summon Item ~ ~ ~ {Item:{id:crafting_table,Count:1}}

/execute @e[type=ArmorStand,name=Craft] ~ ~ ~ detect ~ ~ ~ air 0 /kill @e[r=1,type=Item,c=1]

/execute @e[type=ArmorStand,name=Craft] ~ ~ ~ detect ~ ~ ~ air 0 /kill @e[type=ArmorStand,name=Craft,c=1]

To make your own recipes
1st command block
/execute @e[type=ArmorStand,name=Craft] ~ ~ ~ detect ~ ~ ~ minecraft:dropper 0 /testforblock ~ ~ ~ minecraft:dropper 0

2nd command block
/execute @e[type=ArmorStand,name=Craft] ~ ~ ~ detect ~ ~ ~ minecraft:dropper 0 /blockdata ~ ~ ~

for the data
/blockdata ~ ~-2 ~ {}

my elytra recipe
1st command
/execute @e[type=ArmorStand,name=Craft] ~ ~ ~ detect ~ ~ ~ minecraft:dropper 0 /testforblock ~ ~ ~ minecraft:dropper 0 {CustomName:"Crafting Table",Items:[0:{Slot:0b,id:"minecraft:string",Count:1b,Damage:0s},1:{Slot:1b,id:"minecraft:stick",Count:1b,Damage:0s},2:{Slot:2b,id:"minecraft:string",Count:1b,Damage:0s},3:{Slot:3b,id:"minecraft:stick",Count:1b,Damage:0s},4:{Slot:4b,id:"minecraft:diamond_chestplate",Count:1b,Damage:0s},5:{Slot:5b,id:"minecraft:stick",Count:1b,Damage:0s},6:{Slot:6b,id:"minecraft:feather",Count:1b,Damage:0s},7:{Slot:8b,id:"minecraft:feather",Count:1b,Damage:0s}],id:"Dropper",Lock:""}

2nd command
/execute @e[type=ArmorStand,name=Craft] ~ ~ ~ detect ~ ~ ~ minecraft:dropper 0 /blockdata ~ ~ ~ {CustomName:Crafting Table,Items:[{Slot:4,id:elytra,Count:1,tag:{display:{Lore:[Getting by crafting!]}}}]}

Musique by Tom spander :
https://youtu.be/fUYKbG7tmnE

Vis mere

 0 Kommentarer sort   Sorter efter


Næste