Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava0135 committed Feb 11, 2021
1 parent 8b25fe6 commit c188044
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mod.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ displayName: "reVision"
author: "Slava0135"
main: "revision.ReVision"
description: "A new way forward in vanilla style"
version: "8.1"
version: "8.2"
minGameVersion: 120

4 changes: 4 additions & 0 deletions src/revision/content/ReBlocks.kt
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ class ReBlocks : ContentList {
destructible = true
solid = false
targetable = false

alwaysUnlocked = true
}
}

Expand All @@ -219,6 +221,8 @@ class ReBlocks : ContentList {
requirements(Category.power, with(Items.copper, 35, Items.lead, 35, Items.graphite, 35))
size = 2
powerProduction = 0.5f

alwaysUnlocked = true
}
}
}
Expand Down

0 comments on commit c188044

Please sign in to comment.