Compare commits
2 Commits
b07b116d18
...
2e354f5e84
Author | SHA1 | Date | |
---|---|---|---|
2e354f5e84 | |||
62eaaadb44 |
@ -506,10 +506,10 @@ private fun blocks(provider: MatteryLanguageProvider) {
|
|||||||
with(provider.english) {
|
with(provider.english) {
|
||||||
addBlock(MBlocks.ANDROID_STATION.values, "Android Station")
|
addBlock(MBlocks.ANDROID_STATION.values, "Android Station")
|
||||||
addBlock(MBlocks.ANDROID_STATION.values, "desc", "Grants access to android upgrades")
|
addBlock(MBlocks.ANDROID_STATION.values, "desc", "Grants access to android upgrades")
|
||||||
|
|
||||||
addBlock(MBlocks.ANDROID_CHARGER.values, "Wireless Charger")
|
addBlock(MBlocks.ANDROID_CHARGER.values, "Wireless Charger")
|
||||||
addBlock(MBlocks.ANDROID_CHARGER.values, "desc", "Charges nearby androids and exopacks")
|
addBlock(MBlocks.ANDROID_CHARGER.values, "desc", "Charges nearby androids and exopacks")
|
||||||
|
|
||||||
addBlock(MBlocks.BATTERY_BANK.values, "Battery Bank")
|
addBlock(MBlocks.BATTERY_BANK.values, "Battery Bank")
|
||||||
addBlock(MBlocks.BATTERY_BANK.values, "desc", "Provides a way to use battery items as ordinary energy storage cell")
|
addBlock(MBlocks.BATTERY_BANK.values, "desc", "Provides a way to use battery items as ordinary energy storage cell")
|
||||||
|
|
||||||
@ -661,6 +661,20 @@ private fun blocks(provider: MatteryLanguageProvider) {
|
|||||||
|
|
||||||
add(MBlocks.TIRE_BLOCK, "Tire")
|
add(MBlocks.TIRE_BLOCK, "Tire")
|
||||||
|
|
||||||
|
add(MBlocks.ROFLITE_FRAME, "Roflite Alloy Frame Block")
|
||||||
|
|
||||||
|
add(MBlocks.ROFLITE_PLATING, "Roflite Alloy Plating Block")
|
||||||
|
add(MBlocks.ROFLITE_PLATING_STAIRS, "Roflite Alloy Plating Stairs")
|
||||||
|
add(MBlocks.ROFLITE_PLATING_SLAB, "Roflite Alloy Plating Slab")
|
||||||
|
|
||||||
|
add(MBlocks.CUT_ROFLITE, "Cut Roflite Alloy Block")
|
||||||
|
add(MBlocks.CUT_ROFLITE_STAIRS, "Cut Roflite Alloy Stairs")
|
||||||
|
add(MBlocks.CUT_ROFLITE_SLAB, "Cut Roflite Alloy Slab")
|
||||||
|
|
||||||
|
add(MBlocks.CHISELED_ROFLITE, "Chiseled Roflite Alloy Block")
|
||||||
|
add(MBlocks.ROFLITE_PILLAR, "Roflite Alloy Pillar Block")
|
||||||
|
add(MBlocks.ROFLITE_ASSEMBLY, "Roflite Alloy Assembly Block")
|
||||||
|
|
||||||
add(MBlocks.TRITANIUM_ORE, "Tritanium Ore")
|
add(MBlocks.TRITANIUM_ORE, "Tritanium Ore")
|
||||||
add(MBlocks.DEEPSLATE_TRITANIUM_ORE, "Deepslate Tritanium Ore")
|
add(MBlocks.DEEPSLATE_TRITANIUM_ORE, "Deepslate Tritanium Ore")
|
||||||
add(MBlocks.TRITANIUM_RAW_BLOCK, "Raw Tritanium Block")
|
add(MBlocks.TRITANIUM_RAW_BLOCK, "Raw Tritanium Block")
|
||||||
|
@ -665,6 +665,20 @@ private fun blocks(provider: MatteryLanguageProvider) {
|
|||||||
|
|
||||||
add(MBlocks.TIRE_BLOCK, "Колесо")
|
add(MBlocks.TIRE_BLOCK, "Колесо")
|
||||||
|
|
||||||
|
add(MBlocks.ROFLITE_FRAME, "Рама из рофлитового сплава")
|
||||||
|
|
||||||
|
add(MBlocks.ROFLITE_PLATING, "Блок из пластин рофлитового сплава")
|
||||||
|
add(MBlocks.ROFLITE_PLATING_STAIRS, "Ступеньки из пластин рофлитового сплава")
|
||||||
|
add(MBlocks.ROFLITE_PLATING_SLAB, "Плита из пластин рофлитового сплава")
|
||||||
|
|
||||||
|
add(MBlocks.CUT_ROFLITE, "Резной блок рофлитового сплава")
|
||||||
|
add(MBlocks.CUT_ROFLITE_STAIRS, "Ступеньки из резного блока рофлитового сплава")
|
||||||
|
add(MBlocks.CUT_ROFLITE_SLAB, "Плита из резного блока рофлитового сплава")
|
||||||
|
|
||||||
|
add(MBlocks.CHISELED_ROFLITE, "Точёный блок рофлитового сплава")
|
||||||
|
add(MBlocks.ROFLITE_PILLAR, "Пилон из рофлитового сплава")
|
||||||
|
add(MBlocks.ROFLITE_ASSEMBLY, "Стройка из рофлитового сплава")
|
||||||
|
|
||||||
add(MBlocks.TRITANIUM_ORE, "Тритановая руда")
|
add(MBlocks.TRITANIUM_ORE, "Тритановая руда")
|
||||||
add(MBlocks.DILITHIUM_ORE, "Дилитевая руда")
|
add(MBlocks.DILITHIUM_ORE, "Дилитевая руда")
|
||||||
add(MBlocks.DEEPSLATE_TRITANIUM_ORE, "Тританоносный глубинный сланец")
|
add(MBlocks.DEEPSLATE_TRITANIUM_ORE, "Тританоносный глубинный сланец")
|
||||||
|
@ -380,6 +380,21 @@ private fun addDecorativeTabItems(consumer: CreativeModeTab.Output) {
|
|||||||
accept(MRegistry.TRITANIUM_STRIPED_STAIRS.flatItems)
|
accept(MRegistry.TRITANIUM_STRIPED_STAIRS.flatItems)
|
||||||
accept(MRegistry.TRITANIUM_STRIPED_SLAB.flatItems)
|
accept(MRegistry.TRITANIUM_STRIPED_SLAB.flatItems)
|
||||||
accept(MRegistry.TRITANIUM_STRIPED_WALL.flatItems)
|
accept(MRegistry.TRITANIUM_STRIPED_WALL.flatItems)
|
||||||
|
|
||||||
|
//preferably put all roflite blocks into a "roflite" block category, idk how to do it here atm
|
||||||
|
accept(MItems.ROFLITE_FRAME)
|
||||||
|
|
||||||
|
accept(MItems.ROFLITE_PLATING)
|
||||||
|
accept(MItems.ROFLITE_PLATING_STAIRS)
|
||||||
|
accept(MItems.ROFLITE_PLATING_SLAB)
|
||||||
|
|
||||||
|
accept(MItems.CUT_ROFLITE)
|
||||||
|
accept(MItems.CUT_ROFLITE_STAIRS)
|
||||||
|
accept(MItems.CUT_ROFLITE_SLAB)
|
||||||
|
|
||||||
|
accept(MItems.CHISELED_ROFLITE)
|
||||||
|
accept(MItems.ROFLITE_PILLAR)
|
||||||
|
accept(MItems.ROFLITE_ASSEMBLY)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user