Skip to content

Commit

Permalink
Add 'above tile entities' option for Flag Decals
Browse files Browse the repository at this point in the history
  • Loading branch information
maddie480 committed Jan 14, 2024
1 parent 50be771 commit fc65967
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Ahorn/entities/maxHelpingHandFlagDecal.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const decalUnion = Union{FlagDecal, FlagDecalXML}

Ahorn.editingOptions(entity::decalUnion) = Dict{String, Any}(
"depth" => Dict{String, Int}(
"In front of Tile Entities" => -13001,
"In front of FG" => -10501,
"Behind FG" => -10499,
"In front of BG" => 8999,
Expand Down
1 change: 1 addition & 0 deletions Loenn/entities/flagDecal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ flagDecal.fieldInformation = {
depth = {
fieldType = "integer",
options = {
["In front of Tile Entities"] = -13001,
["In front of FG"] = -10501,
["Behind FG"] = -10499,
["In front of BG"] = 8999,
Expand Down
2 changes: 1 addition & 1 deletion everest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The mod used to be known as "max480's Helping Hand", and wasn't renamed for compatibility reasons
- Name: MaxHelpingHand
Version: 1.29.1
Version: 1.29.2
DLL: bin/Release/net452/MaxHelpingHand.dll
Dependencies:
- Name: Everest
Expand Down

0 comments on commit fc65967

Please sign in to comment.