Skip to content

Commit

Permalink
Add recipe & manual entry for the warning signs
Browse files Browse the repository at this point in the history
Manual entry is work in progress
  • Loading branch information
BluSunrize committed Jun 27, 2024
1 parent f3316f0 commit 30804cd
Show file tree
Hide file tree
Showing 9 changed files with 121 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,16 @@ protected void buildRecipes(RecipeOutput out)
.define('p', IETags.paper)
.unlockedBy("has_paper", has(IETags.paper))
.save(buildBlueprint(out, "molds"), toRL("blueprint_molds"));
shapedMisc(Misc.BLUEPRINT)
.pattern("yby")
.pattern("ddd")
.pattern("ppp")
.define('y', Tags.Items.DYES_YELLOW)
.define('b', Tags.Items.DYES_BLACK)
.define('d', Tags.Items.DYES_BLUE)
.define('p', IETags.paper)
.unlockedBy("has_paper", has(IETags.paper))
.save(buildBlueprint(out, "warning_sign"), toRL("blueprint_warning_sign"));
shapedMisc(Misc.BLUEPRINT)
.pattern("gcg")
.pattern("ddd")
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"posts_and_wallmounts",
"scaffolding_and_ladders",
"catwalks",
"warning_signs",
"doors_and_trapdoors",
"metal_constructions",
"windows",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
"crafting/blueprint_molds"
]
},
"banners_projectiles": {
"banners_signs": {
"type": "crafting",
"recipes": [
"crafting/blueprint_bannerpatterns",
"crafting/blueprint_warning_sign"
]
},
"projectiles": {
"type": "crafting",
"recipes": [
"crafting/blueprint_bullets"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ Back to the drawing board
The following pages feature all the Engineer's Blueprints that can be crafted by normal means. Other specialized Blueprints may need to be acquired from villagers or found in the world.<br>
All of these blueprints, including specialized ones, can be used in an <link;engineers_workbench;Engineer's Workbench> to craft the items they describe.
<&molds_components>
<&banners_projectiles>
<&banners_signs>
<&projectiles>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Warning Signs
Warning: Excessive signage ahead
A witty text about signs goes here, explaining why they're important and that you can put them on banners
<&sign_recipes>
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"start": {
"type": "crafting",
"recipe": "crafting/blueprint_warning_sign"
},
"sign_recipes": {
"type": "blueprint",
"recipes": [
"blueprint/warning_sign_attention",
"blueprint/warning_sign_magnet",
"blueprint/warning_sign_cold",
"blueprint/warning_sign_electric",
"blueprint/warning_sign_hot",
"blueprint/warning_sign_fire",
"blueprint/warning_sign_falling",
"blueprint/warning_sign_sound",
"blueprint/warning_sign_ear_defenders",
"blueprint/warning_sign_cat",
"blueprint/warning_sign_villager",
"blueprint/warning_sign_turret",
"blueprint/warning_sign_creeper",
"blueprint/warning_sign_shrieker",
"blueprint/warning_sign_warden",
"blueprint/warning_sign_arrow_up",
"blueprint/warning_sign_arrow_down",
"blueprint/warning_sign_arrow_left",
"blueprint/warning_sign_arrow_right",
"blueprint/warning_sign_arrow_double_up",
"blueprint/warning_sign_arrow_double_down",
"blueprint/warning_sign_arrow_double_left",
"blueprint/warning_sign_arrow_double_right"
]
}
}

0 comments on commit 30804cd

Please sign in to comment.