mirror of
https://github.com/Jacobwasbeast/LegacyWeaveLoader.git
synced 2026-06-09 06:22:09 +00:00
feat(modloader): add managed block callbacks and ruby block examples
This commit is contained in:
BIN
ExampleMod/assets/blocks/ruby_lamp.png
Normal file
BIN
ExampleMod/assets/blocks/ruby_lamp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ExampleMod/assets/blocks/ruby_lamp_on.png
Normal file
BIN
ExampleMod/assets/blocks/ruby_lamp_on.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ExampleMod/assets/blocks/ruby_sand.png
Normal file
BIN
ExampleMod/assets/blocks/ruby_sand.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
BIN
ExampleMod/assets/blocks/ruby_stone.png
Normal file
BIN
ExampleMod/assets/blocks/ruby_stone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
BIN
ExampleMod/assets/blocks/ruby_wood_planks.png
Normal file
BIN
ExampleMod/assets/blocks/ruby_wood_planks.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
@@ -4,6 +4,14 @@
|
||||
# This file documents the expected format for future multi-locale support.
|
||||
|
||||
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
|
||||
@@ -12,3 +20,5 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user