Initial commit

This commit is contained in:
AXOLOTsh
2026-04-17 13:18:47 +03:00
commit 800accdb58
7 changed files with 75 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.code-workspace
*.zip

View File

@@ -0,0 +1,12 @@
{
"gives": {
"id": "minecraft:emerald"
},
"max_uses": 4096,
"reputation_discount": 0.05,
"wants": {
"count": 24,
"id": "minecraft:paper"
},
"xp": 2
}

View File

@@ -0,0 +1,12 @@
{
"gives": {
"id": "minecraft:emerald"
},
"max_uses": 4096,
"reputation_discount": 0.05,
"wants": {
"count": 32,
"id": "minecraft:rotten_flesh"
},
"xp": 2
}

View File

@@ -0,0 +1,12 @@
{
"gives": {
"id": "minecraft:emerald"
},
"max_uses": 4096,
"reputation_discount": 0.05,
"wants": {
"count": 32,
"id": "minecraft:stick"
},
"xp": 2
}

View File

@@ -0,0 +1,12 @@
{
"gives": {
"id": "minecraft:emerald"
},
"max_uses": 4096,
"reputation_discount": 0.05,
"wants": {
"count": 24,
"id": "minecraft:paper"
},
"xp": 2
}

View File

@@ -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
View File

@@ -0,0 +1,13 @@
{
"pack": {
"description": "generous-villagers",
"min_format": [
101,
1
],
"max_format": [
101,
1
]
}
}