Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Fixed Spelling Error and Increased iron ore generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Amatsugu committed Feb 23, 2021
1 parent 734fa5d commit af4e00b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ MonoBehaviour:
m_Name: IronOreResourceGenerator
m_EditorClassIdentifier:
resource: {fileID: 11400000, guid: f4d2241316f0691489c48ccb750796d1, type: 2}
ratity: 2
density: 0.33
ratity: 4
density: 0.379
preview: 1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MonoBehaviour:
isStatic: 1
nonUniformScale: 1
description: Slams a heavy mass into veins of ore in order to harvest them. Only
capable of mining Iron and Carbon.
capable of mining Iron and Carbon.
decorators: []
isTraverseable: 0
assetGuid: 0ef12f3aada833948909acbc675a5953
Expand Down
1 change: 1 addition & 0 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"com.unity.test-framework.performance": "2.0.9-preview",
"com.unity.textmeshpro": "3.0.3",
"com.unity.timeline": "1.3.2",
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.18-preview",
"com.unity.ugui": "1.0.0",
"com.unity.ui.builder": "1.0.0-preview.1",
"nuget.mono-cecil": "0.1.6-preview",
Expand Down
26 changes: 26 additions & 0 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,22 @@
},
"url": "https://packages.unity.com"
},
"com.unity.sysroot": {
"version": "0.1.18-preview",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.sysroot.linux-x86_64": {
"version": "0.1.14-preview",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.sysroot": "0.1.18-preview"
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.22",
"depth": 0,
Expand Down Expand Up @@ -323,6 +339,16 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.toolchain.win-x86_64-linux-x86_64": {
"version": "0.1.18-preview",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.sysroot": "0.1.18-preview",
"com.unity.sysroot.linux-x86_64": "0.1.14-preview"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "1.0.0",
"depth": 0,
Expand Down
2 changes: 1 addition & 1 deletion UserSettings/QuickSearch.settings
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filters = {
settings = true
}
scopes = {
"last_search.AB59B443" = ""
"last_search.AB59B443" = "thump"
}
providers = {
asset = {
Expand Down

0 comments on commit af4e00b

Please sign in to comment.