We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d43234e commit 6557c46Copy full SHA for 6557c46
streetsmod/init.lua
@@ -1,14 +1,14 @@
1
--[[
2
StreetsMod 1.1 by webdesigner97:
3
- License : CC-BY-NC (see license.txt)
+ License : CC-BY-SA 3.0 Unported (see license.txt)
4
Readme : see readme.txt
5
Forum : http://bit.ly/12cPMeo
6
Depends : default
7
]]
8
-- Create variables and tables
9
print("Streets: Creating variables and tables...")
10
streets = {}
11
- streets.version = "1.4"
+ streets.version = "1.4.3"
12
streets.modpath = minetest.get_modpath("streets")
13
streets.extendedBy = {}
14
streets.load = {
0 commit comments