Rename Poss ball
Rename and retexture melted nether star to melted ender pearl.
This commit is contained in:
parent
568fbee6a2
commit
41378253b0
10 changed files with 8 additions and 16 deletions
|
@ -30,7 +30,7 @@ public class ModItems {
|
|||
|
||||
|
||||
|
||||
public static final RegistryObject<Item> MELTED_NETHER_STAR = CreativeModeTabs.addToOTEModTab(ITEMS.register("melted_nether_star", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64))));
|
||||
public static final RegistryObject<Item> MELTED_ENDER_PEARL = CreativeModeTabs.addToOTEModTab(ITEMS.register("melted_ender_pearl", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64))));
|
||||
public static final RegistryObject<Item> SINGULARITY = CreativeModeTabs.addToOTEModTab(ITEMS.register("singularity", () -> new Item(new Item.Properties().stacksTo(1))));
|
||||
public static final RegistryObject<Item> ETERNIUM_ROD = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_rod", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64))));
|
||||
public static final RegistryObject<Item> SCRUBBER_FRAME_PIECE = CreativeModeTabs.addToOTEModTab(ITEMS.register("scrubber_frame_piece", () -> new Item(new Item.Properties().stacksTo(64))));
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"item.otemod.vault_fragment_right": "Vault Fragment",
|
||||
"item.otemod.vault_fragment_center": "Vault Fragment",
|
||||
"item.otemod.raw_vault_steel_ore": "Raw Vault Steel",
|
||||
"item.otemod.poss_ball": "Pulse Operated Storage System (POSS)",
|
||||
"item.otemod.poss_ball": "Physics Operated Storage System (POSS)",
|
||||
"item.otemod.ilusium_ingot": "Ilusium Ingot",
|
||||
"item.otemod.ilusium_rod": "Ilusium Rod",
|
||||
"item.otemod.ilusium_dust": "Ilusium Dust",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "otemod:item/melted_nether_star"
|
||||
"layer0": "otemod:item/melted_ender_pearl"
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 269 B |
Binary file not shown.
Before Width: | Height: | Size: 302 B |
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"otemod:eternium_dust"
|
||||
]
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"values": [
|
||||
"otemod:ilusium_dust"
|
||||
]
|
||||
}
|
|
@ -2,6 +2,8 @@
|
|||
"values": [
|
||||
"otemod:aurora_block",
|
||||
"otemod:aurora_door",
|
||||
"otemod:ilusium_block"
|
||||
"otemod:ilusium_block",
|
||||
"otemod:item_scrubber",
|
||||
"otemod:magical_scrubber"
|
||||
]
|
||||
}
|
|
@ -10,7 +10,7 @@
|
|||
"tag": "forge:ingots/eternium"
|
||||
},
|
||||
"G": {
|
||||
"item": "otemod:melted_nether_star"
|
||||
"item": "otemod:melted_ender_pearl"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"pattern": ["ccc", "c c", "ccc"],
|
||||
"key": {
|
||||
"c": {
|
||||
"item": "otemod:melted_nether_star"
|
||||
"item": "otemod:melted_ender_pearl"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
Reference in a new issue