mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-05 18:10:26 +01:00
5d4f93aece
Farming : minors fixe, add the straw block Mobs : better api, swimming parameter for mobs, add eggs, code optimisation 3d_armor : change the model, many new textures, new shield, and new enchanted shield (which gain compared to normal shield +1 armor and x2 durability)
35 lines
658 B
Plaintext
Executable File
35 lines
658 B
Plaintext
Executable File
Shields -- Crafting Guide
|
|
--------------------------
|
|
|
|
+---+---+---+
|
|
| X | X | X |
|
|
+---+---+---+
|
|
| X | X | X |
|
|
+---+---+---+
|
|
| | X | |
|
|
+---+---+---+
|
|
|
|
[shields:shield_wood] X = [default:wood]
|
|
[shields:shield_cactus] X = [default:cactus]
|
|
[shields:shield_steel] X = [default:steel_ingot]
|
|
[shields:shield_bronze] X = [default:bronze_ingot]
|
|
[shields:shield_diamond] X = [default:diamond]
|
|
[shields:shield_gold] X = [default:gold_ingot]
|
|
|
|
Enhanced Shields
|
|
----------------
|
|
|
|
+---+
|
|
| S |
|
|
+---+
|
|
| X |
|
|
+---+
|
|
| S |
|
|
+---+
|
|
|
|
[shields:shield_enhanced_wood] X = [shields:shield_wood]
|
|
[shields:shield_enhanced_cactus] X = [shields:shield_cactus]
|
|
|
|
S = [default:steel_ingot]
|
|
|