Initial commit
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*.code-workspace
|
||||
*.zip
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"gives": {
|
||||
"id": "minecraft:emerald"
|
||||
},
|
||||
"max_uses": 4096,
|
||||
"reputation_discount": 0.05,
|
||||
"wants": {
|
||||
"count": 24,
|
||||
"id": "minecraft:paper"
|
||||
},
|
||||
"xp": 2
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"gives": {
|
||||
"id": "minecraft:emerald"
|
||||
},
|
||||
"max_uses": 4096,
|
||||
"reputation_discount": 0.05,
|
||||
"wants": {
|
||||
"count": 32,
|
||||
"id": "minecraft:rotten_flesh"
|
||||
},
|
||||
"xp": 2
|
||||
}
|
||||
12
data/minecraft/villager_trade/fletcher/1/stick_emerald.json
Normal file
12
data/minecraft/villager_trade/fletcher/1/stick_emerald.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"gives": {
|
||||
"id": "minecraft:emerald"
|
||||
},
|
||||
"max_uses": 4096,
|
||||
"reputation_discount": 0.05,
|
||||
"wants": {
|
||||
"count": 32,
|
||||
"id": "minecraft:stick"
|
||||
},
|
||||
"xp": 2
|
||||
}
|
||||
12
data/minecraft/villager_trade/librarian/1/paper_emerald.json
Normal file
12
data/minecraft/villager_trade/librarian/1/paper_emerald.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"gives": {
|
||||
"id": "minecraft:emerald"
|
||||
},
|
||||
"max_uses": 4096,
|
||||
"reputation_discount": 0.05,
|
||||
"wants": {
|
||||
"count": 24,
|
||||
"id": "minecraft:paper"
|
||||
},
|
||||
"xp": 2
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"gives": {
|
||||
"id": "minecraft:emerald"
|
||||
},
|
||||
"max_uses": 4096,
|
||||
"reputation_discount": 0.05,
|
||||
"wants": {
|
||||
"count": 4,
|
||||
"id": "minecraft:iron_ingot"
|
||||
},
|
||||
"xp": 10
|
||||
}
|
||||
13
pack.mcmeta
Normal file
13
pack.mcmeta
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "generous-villagers",
|
||||
"min_format": [
|
||||
101,
|
||||
1
|
||||
],
|
||||
"max_format": [
|
||||
101,
|
||||
1
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user