Skip to content

Commit

Permalink
Make stone bricks craftable from macadam
Browse files Browse the repository at this point in the history
  • Loading branch information
aimlol committed Jun 30, 2013
1 parent e7b0b92 commit dea9f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mods/grounds/stone.lua
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ function realtest.register_stone(name, StoneRef)
instruments.chisel_pairs[name.."_slab_r"] = name.."_flat_slab_r"
instruments.chisel_pairs[name.."_stair"] = name.."_flat_stair"
instruments.chisel_pairs[name.."_stair_r"] = name.."_flat_stair_r"
instruments.chisel_pairs[name.."_macadam"] = name.."_bricks"
end

realtest.register_stone("default:stone")
Expand Down

0 comments on commit dea9f50

Please sign in to comment.