Skip to content

Commit

Permalink
Added a few more items
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit committed Mar 3, 2020
1 parent 58dd2aa commit 4dc93c0
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Zipping Resources
uses: montudor/[email protected]
with:
args: zip -r ./resourcepack.zip ./assets ./pack.mcmeta ./LICENSE
args: zip -r ./resourcepack.zip ./assets ./pack.mcmeta ./LICENSE ./pack.png
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand Down
Binary file added assets/minecraft/textures/slimefun/can_kelp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions models.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,18 @@
"template": "SKULL",
"data": 4033
},
"ORGANIC_FOOD_KELP": {
"id": "can_kelp",
"item": "player_head",
"template": "SKULL",
"data": 4038
},
"FERTILIZER_KELP": {
"id": "can_kelp",
"item": "player_head",
"template": "SKULL",
"data": 4039
},
"POWER_CRYSTAL": {
"item": "player_head",
"template": "SKULL",
Expand Down Expand Up @@ -823,5 +835,20 @@
"item": "powered_rail",
"template": "FLAT_BLOCK",
"data": 4000
},
"NECROTIC_SKULL": {
"item": "wither_skeleton_skull",
"template": "SKULL",
"data": 4000
},
"PORTABLE_GEO_SCANNER": {
"item": "clock",
"template": "CLOCK",
"data": 4001
},
"NIGHT_VISION_GOGGLES": {
"item": "leather_helmet",
"template": "LEATHER_ARMOR",
"data": 4000
}
}

0 comments on commit 4dc93c0

Please sign in to comment.