comvert all spaces to tabs
This commit is contained in:
@@ -1,22 +1,22 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:shulker_shell"
|
||||
},
|
||||
"title": "Double Shulker Shells",
|
||||
"description": "All shulkers drop 2 shells.",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "minecraft:root",
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"tick"
|
||||
]
|
||||
]
|
||||
}
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:shulker_shell"
|
||||
},
|
||||
"title": "Double Shulker Shells",
|
||||
"description": "All shulkers drop 2 shells.",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "minecraft:root",
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"tick"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 2,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:shulker_shell"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:entities/shulker"
|
||||
}
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 2,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:shulker_shell"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:entities/shulker"
|
||||
}
|
||||
Reference in New Issue
Block a user