Altered portal and test villager data
This commit is contained in:
parent
5beb4b1304
commit
cf7da8e7c6
|
|
@ -16,9 +16,7 @@
|
|||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
"levels": {"min": 1}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -34,9 +32,7 @@
|
|||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
{"function": "minecraft:explosion_decay"}
|
||||
],
|
||||
"name": "minecraft:netherite_scrap"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -64,93 +64,48 @@
|
|||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:stone_sword",
|
||||
"weight": 15
|
||||
"functions": [{"function": "minecraft:enchant_randomly"}],
|
||||
"name": "paxelsfordummies:wooden_paxel",
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:stone_axe",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:stone_hoe",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:stone_shovel",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:wooden_pickaxe",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"functions": [{"function": "minecraft:enchant_randomly"}],
|
||||
"name": "minecraft:leather_boots",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"functions": [{"function": "minecraft:enchant_randomly"}],
|
||||
"name": "minecraft:leather_chestplate",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"functions": [{"function": "minecraft:enchant_randomly"}],
|
||||
"name": "minecraft:leather_helmet",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_randomly"
|
||||
}
|
||||
],
|
||||
"functions": [{"function": "minecraft:enchant_randomly"}],
|
||||
"name": "minecraft:leather_leggings",
|
||||
"weight": 15
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
|
|
@ -166,12 +121,12 @@
|
|||
}
|
||||
],
|
||||
"name": "minecraft:glistering_melon_slice",
|
||||
"weight": 5
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:leather_horse_armor",
|
||||
"weight": 5
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
|
|
@ -187,12 +142,7 @@
|
|||
}
|
||||
],
|
||||
"name": "minecraft:golden_carrot",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:clock",
|
||||
"weight": 5
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
|
|
@ -221,8 +171,8 @@
|
|||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 2,
|
||||
"min": 1
|
||||
"max": 11,
|
||||
"min": 4
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
}
|
||||
|
|
|
|||
24
data/minecraft/villager/professions/farmer.json
Normal file
24
data/minecraft/villager/professions/farmer.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"levels": {
|
||||
"1": {
|
||||
"take": {
|
||||
"type": "constant",
|
||||
"value": 2
|
||||
},
|
||||
"trades": [
|
||||
{
|
||||
"sells": {"item": "emerald","count": 1},
|
||||
"wants": [{"item": "golden_carrot","count":3}]
|
||||
},
|
||||
{
|
||||
"sells": {"item": "cake","count": 1},
|
||||
"wants": [{"item": "emerald","count":3}]
|
||||
},
|
||||
{
|
||||
"sells": {"item": "glistering_melon_slice","count": 8},
|
||||
"wants": [{"item": "emerald"}]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue