diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-11-12 02:46:01 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-11-12 02:46:01 +0300 |
commit | 3f549bbc8d9923c838d1083dd193803c40e66ca1 (patch) | |
tree | c215e908044db66741183df930710d59fd0bfb3c | |
parent | a751b4d03d38532a435bceb25bcede1b089c3f9d (diff) |
adjust the numbers
-rw-r--r-- | init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ local node_list = { {"default:glass"}, {"default:glass"}, }, - yield = 16, + yield = 8, }, { name = "obsidian_glass_normal", description = "Normal Obsidian Glass", @@ -20,7 +20,7 @@ local node_list = { {"default:obsidian_glass"}, {"default:obsidian_glass"}, }, - yield = 16, + yield = 8, }, -- STEEL BARS ----------------------------------------------------- |