Add paxels recipes to the equipment category
This commit is contained in:
parent
b9c368e729
commit
437cecd6ca
|
|
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Made tetra gold mining speed match diamond, as it already does for non-tetra tools
|
- Made tetra gold mining speed match diamond, as it already does for non-tetra tools
|
||||||
|
- Fixed paxel recipies not being in the equipment category
|
||||||
|
|
||||||
## [1.1.2] - 2026-01-05
|
## [1.1.2] - 2026-01-05
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"#*#",
|
"#*#",
|
||||||
"#/#",
|
"#/#",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"#*#",
|
"#*#",
|
||||||
"#/#",
|
"#/#",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"#*#",
|
"#*#",
|
||||||
"#/#",
|
"#/#",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:crafting_shaped",
|
"type": "minecraft:crafting_shaped",
|
||||||
|
"category": "equipment",
|
||||||
"pattern": [
|
"pattern": [
|
||||||
"###",
|
"###",
|
||||||
"#/#",
|
"#/#",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue