feat(api/runtime): java-style assets and localization sync
21
ExampleMod/assets/examplemod/lang/en-GB.lang
Normal file
@@ -0,0 +1,21 @@
|
||||
# ExampleMod language file (en-GB)
|
||||
|
||||
block.examplemod.ruby_ore=Ruby Ore
|
||||
block.examplemod.ruby_stone=Ruby Stone
|
||||
block.examplemod.ruby_wood_planks=Ruby Wood Planks
|
||||
block.examplemod.ruby_stone_slab=Ruby Stone Slab
|
||||
block.examplemod.ruby_stone_slab_double=Ruby Stone Slab
|
||||
block.examplemod.ruby_wood_slab=Ruby Wood Slab
|
||||
block.examplemod.ruby_wood_slab_double=Ruby Wood Slab
|
||||
block.examplemod.ruby_lamp=Ruby Lamp
|
||||
block.examplemod.ruby_lamp_lit=Ruby Lamp
|
||||
block.examplemod.orichalcum_ore=Orichalcum Ore
|
||||
item.examplemod.ruby=Ruby
|
||||
item.examplemod.ruby_sword=Ruby Sword
|
||||
item.examplemod.ruby_shovel=Ruby Shovel
|
||||
item.examplemod.ruby_pickaxe=Ruby Pickaxe
|
||||
item.examplemod.ruby_axe=Ruby Axe
|
||||
item.examplemod.ruby_hoe=Ruby Hoe
|
||||
item.examplemod.ruby_wand=Ruby Wand
|
||||
|
||||
block.examplemod.ruby_sand=Ruby Sand
|
||||
BIN
ExampleMod/assets/examplemod/textures/block/orichalcum_ore.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
ExampleMod/assets/examplemod/textures/block/ruby_lamp.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ExampleMod/assets/examplemod/textures/block/ruby_lamp_on.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ExampleMod/assets/examplemod/textures/block/ruby_ore.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
ExampleMod/assets/examplemod/textures/block/ruby_sand.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
ExampleMod/assets/examplemod/textures/block/ruby_stone.png
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
BIN
ExampleMod/assets/examplemod/textures/block/ruby_wood_planks.png
Normal file
|
After Width: | Height: | Size: 5.6 KiB |
BIN
ExampleMod/assets/examplemod/textures/item/ruby.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
ExampleMod/assets/examplemod/textures/item/ruby_axe.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ExampleMod/assets/examplemod/textures/item/ruby_hoe.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
ExampleMod/assets/examplemod/textures/item/ruby_pickaxe.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
ExampleMod/assets/examplemod/textures/item/ruby_shovel.png
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
ExampleMod/assets/examplemod/textures/item/ruby_sword.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
ExampleMod/assets/examplemod/textures/item/ruby_wand.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |