Skip to content

Commit

Permalink
feat: add Skill Gem Block and related recipes (by @PhantomDergwulf)
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco227 committed Jul 6, 2024
1 parent 4e0d0b5 commit 24fb5b3
Show file tree
Hide file tree
Showing 147 changed files with 258 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"recipes": [
"roguecraft:skillpoint_1",
"roguecraft:skillpoint_2",
"roguecraft:skillpoint_3"
"roguecraft:skillpoint_3",
"roguecraft:skill_gem_block"
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [{
"items": [
"minecraft:command_block"
]
}]
}
}
},
"rewards": {
"recipes": [
"roguecraft:skill_gem",
"roguecraft:skillpoint_4",
"roguecraft:skillpoint_5",
"roguecraft:skillpoint_6"
]
}
}
12 changes: 12 additions & 0 deletions Data_Pack/data/roguecraft/recipes/skill_gem.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{
"item": "minecraft:command_block"
}
],
"result": {
"id": "minecraft:structure_block",
"count": 9
}
}
17 changes: 17 additions & 0 deletions Data_Pack/data/roguecraft/recipes/skill_gem_block.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"###",
"###",
"###"
],
"key": {
"#": {
"item": "minecraft:structure_block"
}
},
"result": {
"id": "minecraft:command_block",
"count": 1
}
}
23 changes: 23 additions & 0 deletions Data_Pack/data/roguecraft/recipes/skillpoint_4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"#i#",
"iPi",
"#i#"
],
"key": {
"#": {
"item": "minecraft:coal_block"
},
"i": {
"item": "minecraft:copper_block"
},
"P": {
"item": "minecraft:command_block"
}
},
"result": {
"id": "minecraft:structure_void",
"count": 9
}
}
23 changes: 23 additions & 0 deletions Data_Pack/data/roguecraft/recipes/skillpoint_5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"igi",
"gPg",
"igi"
],
"key": {
"i": {
"item": "minecraft:copper_block"
},
"g": {
"item": "minecraft:gold_block"
},
"P": {
"item": "minecraft:command_block"
}
},
"result": {
"id": "minecraft:structure_void",
"count": 18
}
}
23 changes: 23 additions & 0 deletions Data_Pack/data/roguecraft/recipes/skillpoint_6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"gDg",
"DPD",
"gDg"
],
"key": {
"g": {
"item": "minecraft:gold_block"
},
"D": {
"item": "minecraft:diamond_block"
},
"P": {
"item": "minecraft:command_block"
}
},
"result": {
"id": "minecraft:structure_void",
"count": 36
}
}
8 changes: 4 additions & 4 deletions Data_Pack/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"pack": {
"pack_format": 26,
"supported_formats": {"min_inclusive": 26, "max_inclusive": 26},
"description": "Made by MonoCode"
"pack_format": 41,
"supported_formats": {"min_inclusive": 26, "max_inclusive": 41},
"description": "Made by MonoCode"
},
"filter": {
"block": [
Expand Down Expand Up @@ -179,5 +179,5 @@
"path": "recipes/wooden_sword"
}
]
}
}
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You can join the MonoCode's Discord server [here](https://discord.gg/d5FxfTYUqQ)
- `v1.2.4.1`: **Experience Orbs do not get cleared on End reset.**
- `v1.2.4.1`: **Players are not properly healed when starting a run.**
## Additions
- `v1.2.4.2`: **Recipes for smelting/blasting Raw Copper Block, Raw Iron Block and Raw Gold Block.**
- `v1.2.4.2`: **Skill Gem Block and related recipes (by [PhantomDergwulf](https://github.com/PhantomDergwulf)).**
- `v1.2.4.1`: **Recipes for smelting/blasting Raw Copper Block, Raw Iron Block and Raw Gold Block.**
- `v1.2.4.1`: **Skill Gem Block and related recipes (by [PhantomDergwulf](https://github.com/PhantomDergwulf)).**


# Contributing
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/af_za.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/ar_sa.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/ast_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/az_az.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/ba_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/bar.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/be_by.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/bec_it.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/bg_bg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/br_fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/brb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/bs_ba.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/ca_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/cs_cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/cy_gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
2 changes: 1 addition & 1 deletion Resource_Pack/assets/minecraft/lang/da_dk.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@




"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/de_at.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/de_ch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Fähigkeitspunkt",
"block.minecraft.structure_block": "Fähigkeitsperle",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Ausstattung",


Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/el_gr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/en_au.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/en_ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/en_gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/en_nz.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/en_pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
1 change: 1 addition & 0 deletions Resource_Pack/assets/minecraft/lang/enp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"enchantment.level.0": "0",
"block.minecraft.structure_void": "Skillpoint",
"block.minecraft.structure_block": "Skill Gem",
"block.minecraft.command_block": "Skill Gem Block",
"container.enderchest": "\uEff2\uF80A Loadout",

"roguecraft.generic.loadout": "Loadout",
Expand Down
Loading

0 comments on commit 24fb5b3

Please sign in to comment.