diff --git a/gradle.properties b/gradle.properties index 9940cf2..956543f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ minecraft_version=1.20.1 yarn_mappings=1.20.1+build.10 loader_version=0.18.3 # Mod Properties -mod_version=26.3.15 +mod_version=26.3.15.1 maven_group=dev.tggamesyt archives_base_name=szar # Dependencies diff --git a/src/main/resources/data/szar/recipes/revolver.json b/src/main/resources/data/szar/recipes/revolver.json new file mode 100644 index 0000000..9492947 --- /dev/null +++ b/src/main/resources/data/szar/recipes/revolver.json @@ -0,0 +1,33 @@ +{ + "type": "minecraft:crafting_shaped", + "ingredients": [ + { + "item": "minecraft:gunpowder" + }, + { + "item": "minecraft:iron_nugget" + } + ], + "pattern": [ + "III", + " NR", + " L" + ], + "key": { + "I": { + "item": "minecraft:iron_ingot" + }, + "N": { + "item": "minecraft:iron_nugget" + }, + "L": { + "item": "minecraft:leather" + }, + "R": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "szar:revolver" + } +} \ No newline at end of file diff --git a/src/main/resources/data/szar/structures/island.nbt b/src/main/resources/data/szar/structures/island.nbt index 2cac7f1..57c2e60 100644 Binary files a/src/main/resources/data/szar/structures/island.nbt and b/src/main/resources/data/szar/structures/island.nbt differ