Skip to content

Commit

Permalink
Added Uranium, Bronze, Brass and much more
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit committed Nov 24, 2019
1 parent 6cea67c commit 262bcfa
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/slimefun/brass_ingot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/slimefun/bronze_ingot.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.
Binary file added assets/minecraft/textures/slimefun/elytra_scale.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.
Binary file added assets/minecraft/textures/slimefun/neptunium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/slimefun/plutonium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/slimefun/small_uranium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/slimefun/tiny_uranium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/minecraft/textures/slimefun/uranium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 56 additions & 1 deletion models.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
"STEEL_INGOT": {
"item": "iron_ingot",
"template": "ITEM",
"data": 4008
"data": 4009
},
"STEEL_PLATE": {
"item": "paper",
Expand Down Expand Up @@ -406,5 +406,60 @@
"item": "elytra",
"template": "ITEM",
"data": 4001
},
"DAMASCUS_STEEL_INGOT": {
"item": "iron_ingot",
"template": "ITEM",
"data": 4010
},
"HARDENED_METAL_INGOT": {
"item": "iron_ingot",
"template": "ITEM",
"data": 4011
},
"BRONZE_INGOT": {
"item": "brick",
"template": "ITEM",
"data": 4002
},
"BRASS_INGOT": {
"item": "gold_ingot",
"template": "ITEM",
"data": 4001
},
"TINY_URANIUM": {
"item": "player_head",
"template": "SKULL",
"data": 4010
},
"SMALL_URANIUM": {
"item": "player_head",
"template": "SKULL",
"data": 4011
},
"URANIUM": {
"item": "player_head",
"template": "SKULL",
"data": 4012
},
"NEPTUNIUM": {
"item": "player_head",
"template": "SKULL",
"data": 4013
},
"PLUTONIUM": {
"item": "player_head",
"template": "SKULL",
"data": 4014
},
"BOOSTED_URANIUM": {
"item": "player_head",
"template": "SKULL",
"data": 4015
},
"ELYTRA_SCALE": {
"item": "feather",
"template": "ITEM",
"data": 4000
}
}

0 comments on commit 262bcfa

Please sign in to comment.