Skip to content

Commit

Permalink
Locks compat update (#8) from Nebula240
Browse files Browse the repository at this point in the history
* Updated properties JSON and added locks compat

Added locks compat, related to Nebs Text PR

* Added locks compat

Added 3 locks enchantment books

* Locks compat update

* Updated enchanted_book.json for the locks compat

* Locks compat update

Co-authored-by: Neko <[email protected]>
  • Loading branch information
Nebula240 and nekomaster1000 authored Sep 26, 2021
1 parent 59c2b12 commit f20d6eb
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 208 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,24 @@
"nebs:enchant": 24.01
},
"model": "nebs:item/end_veil"
},
{
"predicate": {
"nebs:enchant": 25.01
},
"model": "nebs:item/shocking"
},
{
"predicate": {
"nebs:enchant": 25.02
},
"model": "nebs:item/sturdy"
},
{
"predicate": {
"nebs:enchant": 25.03
},
"model": "nebs:item/complexity"
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "nebs:items/complexity"
}
}
6 changes: 6 additions & 0 deletions src/generated/resources/assets/nebs/models/item/shocking.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "nebs:items/shocking"
}
}
6 changes: 6 additions & 0 deletions src/generated/resources/assets/nebs/models/item/sturdy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "nebs:items/sturdy"
}
}
Loading

0 comments on commit f20d6eb

Please sign in to comment.