Patchouli manual category resource locations prefixed (#199). Release build.
This commit is contained in:
parent
d31cedfea1
commit
532612c193
67 changed files with 125 additions and 128 deletions
4
Makefile
4
Makefile
|
@ -12,13 +12,11 @@ MOD_JAR=$(filter-out %-sources.jar,$(wildcard build/libs/${MOD_JAR_PREFIX}*.jar)
|
|||
ifeq ($(OS),Windows_NT)
|
||||
GRADLE=gradlew.bat --no-daemon
|
||||
GRADLE_STOP=gradlew.bat --stop
|
||||
DJS=djs
|
||||
else
|
||||
GRADLE=./gradlew --no-daemon
|
||||
GRADLE_STOP=./gradlew --stop
|
||||
DJS=djs
|
||||
endif
|
||||
TASK=$(DJS) ../meta/lib/tasks.js
|
||||
TASK=djs ../../zmeta/lib/tasks.js
|
||||
|
||||
wildcardr=$(foreach d,$(wildcard $1*),$(call wildcardr,$d/,$2) $(filter $(subst *,%,$2),$d))
|
||||
|
||||
|
|
|
@ -1,7 +1,10 @@
|
|||
# @file gradle.properties
|
||||
org.gradle.daemon=false
|
||||
org.gradle.jvmargs=-Xmx8G
|
||||
meta_modid=engineersdecor
|
||||
meta_issues=https://github.com/stfwi/engineers-decor/issues
|
||||
meta_download=https://www.curseforge.com/minecraft/mc-mods/engineers-decor/
|
||||
version_minecraft=1.18.1
|
||||
version_forge_minecraft=1.18.1-39.0.5
|
||||
version_jei=1.18.1:9.1.2.54
|
||||
version_engineersdecor=1.1.19-b3
|
||||
version_engineersdecor=1.1.19
|
||||
|
|
107
meta/update.json
107
meta/update.json
|
@ -1,55 +1,56 @@
|
|||
{
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"1.18.1": {
|
||||
"1.1.19-b3": "[F] Fixed rendering issue.",
|
||||
"1.1.19-b2": "[F] Fixed waterlogging.\n[F] Block entity parent saving corrected, ticker unified.\n[U] Forge/gradle update.",
|
||||
"1.1.19-b1": "[U] Initial 1.18.1 port.",
|
||||
"1.1.18": "[F] Block Placer placement context issue fix.\n[F] Fixed compatibility to Forge >=37.0.82.\n[M] Update lang ru_ru (PR#191, Smollet777).",
|
||||
"1.1.17": "[R] Initial 1.17.1 release.",
|
||||
"1.1.17-b5": "[F] Refurbished Mineral Melter code.\n[F] Fixed Block Placer item insertion.",
|
||||
"1.1.17-b4": "[F] Config event update fixed.\n[F] Milker fluid tank handling issue fixed.\n[F] Device collision shapes adapted to allow attaching levers.",
|
||||
"1.1.17-b3": "[F] Fixed Factory Hopper GUI element events.",
|
||||
"1.1.17-b2": "[F] Updated to Forge 1.17.1-37.0.51 to fix `ToolType not found` startup crash.\n[A] JEI plugin enabled.\n[A] Dark Shingle Roof recipe variant added.",
|
||||
"1.1.17-b1": "[U] Initial MC 1.17.1 port.\n[M] Clinker Brick textures adapted to contemporary MC textures.\n[D] Gas Concrete dropped (Rebar Concrete suffices for texture variation).\n[D] Treated Wood Side Table dropped.\n[M] Updated zh_cn (PR#183, Lyaiya).",
|
||||
"1.1.14": "[R] Release build v1.1.14.",
|
||||
"1.1.14-b3": "[A] Spanish language support added (PR#180, thx FrannDzs).",
|
||||
"1.1.14-b2": "[F] Block Placer: Attempt circumventing external placement prevention.",
|
||||
"1.1.14-b1": "[F] Fixed Fluid Barrel container item definition (issue #178, thx Wormbo).",
|
||||
"1.1.13": "[R] Release build v1.1.13.\n[A] Added debug logging feature.",
|
||||
"1.1.13-b2": "[F] Fixed explosion resistance values for standard blocks.\n[F] Sandstone Ornated Clinker loot table fixed (ty czbuendel, Valen).",
|
||||
"1.1.13-b1": "[F] Hotfix Electrical Furnace inventory import from Storage Drawers (issue #174, ty anto-fire/IchigoGames).",
|
||||
"1.1.12": "[F] Chisels&Bits compatibility addressed (issue #172, ty rodg88).\n[F] Labeled Crate drop list made stateless (issue #173, ty HopsandBarley && Harmonised).",
|
||||
"1.1.11": "[F] Fixed Window placement dupe (issue #170, ty NillerMedDild).",
|
||||
"1.1.10": "[A] Added Small Lab Furnace config for accepted speed-boost heaters (PR#165, ty mrh0).\n[F] Fixed Labeled Crate mouse scrolling crash (issue #169, ty vaelzan).",
|
||||
"1.1.9": "[A] Dark Shingle Roof Wire Conduit recipe added.\n[F] Fixed Ladder climbing (affects forge>=36.0.45, issue #167, thx ZED).",
|
||||
"1.1.8": "[F] Crafting Table Output slot sync rework (issue #138).\n[A] Dark Shingle Roof Wire Conduit added (CFR#347).",
|
||||
"1.1.8-b2": "[F] Fixed Iron Hatch isLadder bug (thx jerryw09).\n[F] Fixed Block Placer block placing pre-conditions (issue #160, ty XFactHD).\n[F] Added explicit scheduled Crafting Table client sync.\n[F] Fixed directional waterloggable block default state forwarding (issue #162, ty b52src).",
|
||||
"1.1.8-b1": "[F] Fluid Funnel waterlogged fluid picking fixed (issue #158, thx ZoMadeStuff).\n[F] Roof rendering fixes (issues #153/#159, thx Salamance73/Murph).\n[A] Recessed Clinkers, Vertically Slit Clinkers, and Structured Vertical Clinker Slab added.",
|
||||
"1.1.7": "[M] 1.16.5 support.\n[F] Fixed Labeled Crate include (issue #157, ty NillerMedDild).",
|
||||
"1.1.6": "[F] Added common-config opt-out specification for pack level opt-outs (issue #154, ty gekkone), will replace server config opt-out in MC1.17.",
|
||||
"1.1.6-b3": "[M] Config logging edited, E-Furnace GUI capacitor tooltip added, E-Furnace power consumption independent of config speed setting (issue #152 ty Staegrin).",
|
||||
"1.1.6-b2": "[M] Alternative Clinker Brick recipe (swapped Bricks/Nether Bricks) added.\n[M] Furnace XP handling simplified (simply stores/releases XP for each smelting process).\n[M] Mod devices do not propagate strong Redstone power to adjacent blocks.\n[M] Minor \"librarizing\" changes under the hood.",
|
||||
"1.1.6-b1": "[F] Fixed Metal Crafting Table Hopper access (issue #147, ty umerrr).\n[F] Fixed Dark Shingle Roof Chimney placement restriction (issue #149, thx WenXin20).\n[F] Door tags added for Wood Door and Metal Sliding Door (issue #150, thx WenXin20).\n[A] Electrical Furnace automatically chokes speed and power consumption when the internally stored power is below 20%.",
|
||||
"1.1.5": "[R] Release build v1.1.5.\n[F] Fixed Crafting Table JEI storage slot count.\n[F] Fixed Factory Hopper removed item collection dupe bug (issue #146, thx FatheredPuma81).\n[F] Increased device GUI access ranges beyond the player block selection range.\n[A] Window placement handling improved.\n[M] Steel/Wood Pole and Double-T support placement improved (issue #139, thx Biviho).\n[M] Metal Sliding Door bottom/top shape when opened added.",
|
||||
"1.1.4": "[R] Release build v1.1.4.\n[F] Solar Panel balancing threshold tuned.\n[F] Fixed Catwalk default state (issue #140, thx hvdklauw).\n[M] Updated lang ru_ru file (PR#137, Smollet777).\n[M] Factory Dropper: Added Ignore-External-Redstone mode.",
|
||||
"1.1.4-b2": "[A] Steel Catwalks added (top and bottom aligned).\n[A] Steel Railings added.\n[F] Fixed Empty Fluid Barrel crafting crash (ty inflamedsebi).\n[A] Added Solar Panel power balancing.\n[M] GUI Button tooltip delay reduced to 800ms.\n[M] Hopper and Placer: Added \"Redstone ignored\" mode, changed icons from signal-like to Redstone-Torch-like.\n[M] Treated Wood Ladder now crafted from Old Industrial Wood, as Treated Wood Sticks now count as normal Sticks.",
|
||||
"1.1.4-b1": "[U] Ported to 1.16.4.",
|
||||
"1.1.3": "[R] Release build v1.1.3.",
|
||||
"1.1.3-b3": "[A] Metal Sliding Door added (double door wing style).\n[A] Doors implicitly open/close adjacent wings of double doors.\n[A] Disabled injected buttons from other mods in container GUIs.\n[A] Mob spawning on Rebar/Gas Concrete inhibited (IE Concrete Compliancy).\n[M] Small Tree Cutter chopping improved (loosened tree volume search restrictions).",
|
||||
"1.1.3-b2": "[A] Crafting table shift/ctrl click item move actions tweaked to new metal slot design.\n[A] Factory Dropper and Block Placer now also support quick-move-all (shift-ctrl-click).\n[F] Fixed Small Lab Furnace speed boost factor (with IE Heater in aux slot).",
|
||||
"1.1.3-b1": "[A] The Factory Block Breaker can insert items into Hoppers underneath it (issue #121, winsrp).\n[F] Help tooltips manually wrapped.\n[F] Fixed Labeled Crate item name persistence (issue #127, ty inqie).\n[F] Help text typo fixed (issue #129, ty Smollet777).",
|
||||
"1.1.2": "[U] Updated to Forge 1.16.3-34.1.0.\n[A] Added Factory Hopper insertion/extraction for entities like Minecarts (issue #125, ty boneskull).",
|
||||
"1.1.2-b8": "[F] Fixed Double-T support thick steel pole connection (thx @CastCrafter).\n[A] Concrete and Clinker walls connect to windows and glass panes.",
|
||||
"1.1.2-b7": "[U] Ported to MC1.16.3.\n[F] Roof lighting improved.",
|
||||
"1.1.2-b6": "[A] Signs added: Generic Caution, Magical Hazard, Radioactive Hazard, Laser Hazard, Fire Hazard, Caution Hot Surface, Magnetic Field Caution, Frost Warning.\n[A] Water Freezer added (generates Ice, Packed Ice, Blue Ice from water).\n[F] Mineral Smelter GUI model facing fixed.\n[M] Hatch handling improved.\n[M] Ladder fast-move improved.\n[F] Roof Chimney Trunk shape hollow to allow feeding IE Wire power over the roof into the building.\n[A] Roof Chimney added (smoking offset for Dark Shingle Roof Chimney Trunk block).\n[A] Metal Bar (ingredient item) added to circumvent recipe collisions with other mods.\n[M] Recipes for metallic blocks modified accordingly to depend on Metal Bars.",
|
||||
"1.1.2-b5": "[A] Sandstone Ornamented Clinker Brick added.\n[A] Old Industrial Wood Planks/Stairs/Slabs/Slab Slices added.\n[A] Old Industrial Wood Door added.\n[M] Wood textures made slightly darker.\n[F] Milking Machine fluid transfer re-added (thx gebcrafter).\n[F] Fluid Barrel status overlay message format fixed.\n[F] Fixed missing Dense Grit Dirt loot table (issue #124, thx vaelzan).",
|
||||
"1.1.2-b4": "[F] Mapping adaption to Forge 1.16.2-33.0.22/20200723-1.16.1.\n[F] Fixed conditional recipe tag dependency (thx Blu, Cyborgmas).",
|
||||
"1.1.2-b3": "[F] Mapping adaption to Forge 1.16.2-33.0.20.",
|
||||
"1.1.2-b2": "[A] Dark Shingle Roof added.",
|
||||
"1.1.2-b1": "[U] Ported to MC1.16.2."
|
||||
},
|
||||
"promos": {
|
||||
"1.18.1-recommended": "1.1.18",
|
||||
"1.18.1-latest": "1.1.19-b3"
|
||||
}
|
||||
"homepage": "https://www.curseforge.com/minecraft/mc-mods/engineers-decor/",
|
||||
"1.18.1": {
|
||||
"1.1.19": "[R] Release build.\n[F] Manual category RLs prefixed (issue #199, ty freopt).",
|
||||
"1.1.19-b3": "[F] Fixed rendering issue.",
|
||||
"1.1.19-b2": "[F] Fixed waterlogging.\n[F] Block entity parent saving corrected, ticker unified.\n[U] Forge/gradle update.",
|
||||
"1.1.19-b1": "[U] Initial 1.18.1 port.",
|
||||
"1.1.18": "[F] Block Placer placement context issue fix.\n[F] Fixed compatibility to Forge >=37.0.82.\n[M] Update lang ru_ru (PR#191, Smollet777).",
|
||||
"1.1.17": "[R] Initial 1.17.1 release.",
|
||||
"1.1.17-b5": "[F] Refurbished Mineral Melter code.\n[F] Fixed Block Placer item insertion.",
|
||||
"1.1.17-b4": "[F] Config event update fixed.\n[F] Milker fluid tank handling issue fixed.\n[F] Device collision shapes adapted to allow attaching levers.",
|
||||
"1.1.17-b3": "[F] Fixed Factory Hopper GUI element events.",
|
||||
"1.1.17-b2": "[F] Updated to Forge 1.17.1-37.0.51 to fix `ToolType not found` startup crash.\n[A] JEI plugin enabled.\n[A] Dark Shingle Roof recipe variant added.",
|
||||
"1.1.17-b1": "[U] Initial MC 1.17.1 port.\n[M] Clinker Brick textures adapted to contemporary MC textures.\n[D] Gas Concrete dropped (Rebar Concrete suffices for texture variation).\n[D] Treated Wood Side Table dropped.\n[M] Updated zh_cn (PR#183, Lyaiya).",
|
||||
"1.1.14": "[R] Release build v1.1.14.",
|
||||
"1.1.14-b3": "[A] Spanish language support added (PR#180, thx FrannDzs).",
|
||||
"1.1.14-b2": "[F] Block Placer: Attempt circumventing external placement prevention.",
|
||||
"1.1.14-b1": "[F] Fixed Fluid Barrel container item definition (issue #178, thx Wormbo).",
|
||||
"1.1.13": "[R] Release build v1.1.13.\n[A] Added debug logging feature.",
|
||||
"1.1.13-b2": "[F] Fixed explosion resistance values for standard blocks.\n[F] Sandstone Ornated Clinker loot table fixed (ty czbuendel, Valen).",
|
||||
"1.1.13-b1": "[F] Hotfix Electrical Furnace inventory import from Storage Drawers (issue #174, ty anto-fire/IchigoGames).",
|
||||
"1.1.12": "[F] Chisels&Bits compatibility addressed (issue #172, ty rodg88).\n[F] Labeled Crate drop list made stateless (issue #173, ty HopsandBarley && Harmonised).",
|
||||
"1.1.11": "[F] Fixed Window placement dupe (issue #170, ty NillerMedDild).",
|
||||
"1.1.10": "[A] Added Small Lab Furnace config for accepted speed-boost heaters (PR#165, ty mrh0).\n[F] Fixed Labeled Crate mouse scrolling crash (issue #169, ty vaelzan).",
|
||||
"1.1.9": "[A] Dark Shingle Roof Wire Conduit recipe added.\n[F] Fixed Ladder climbing (affects forge>=36.0.45, issue #167, thx ZED).",
|
||||
"1.1.8": "[F] Crafting Table Output slot sync rework (issue #138).\n[A] Dark Shingle Roof Wire Conduit added (CFR#347).",
|
||||
"1.1.8-b2": "[F] Fixed Iron Hatch isLadder bug (thx jerryw09).\n[F] Fixed Block Placer block placing pre-conditions (issue #160, ty XFactHD).\n[F] Added explicit scheduled Crafting Table client sync.\n[F] Fixed directional waterloggable block default state forwarding (issue #162, ty b52src).",
|
||||
"1.1.8-b1": "[F] Fluid Funnel waterlogged fluid picking fixed (issue #158, thx ZoMadeStuff).\n[F] Roof rendering fixes (issues #153/#159, thx Salamance73/Murph).\n[A] Recessed Clinkers, Vertically Slit Clinkers, and Structured Vertical Clinker Slab added.",
|
||||
"1.1.7": "[M] 1.16.5 support.\n[F] Fixed Labeled Crate include (issue #157, ty NillerMedDild).",
|
||||
"1.1.6": "[F] Added common-config opt-out specification for pack level opt-outs (issue #154, ty gekkone), will replace server config opt-out in MC1.17.",
|
||||
"1.1.6-b3": "[M] Config logging edited, E-Furnace GUI capacitor tooltip added, E-Furnace power consumption independent of config speed setting (issue #152 ty Staegrin).",
|
||||
"1.1.6-b2": "[M] Alternative Clinker Brick recipe (swapped Bricks/Nether Bricks) added.\n[M] Furnace XP handling simplified (simply stores/releases XP for each smelting process).\n[M] Mod devices do not propagate strong Redstone power to adjacent blocks.\n[M] Minor \"librarizing\" changes under the hood.",
|
||||
"1.1.6-b1": "[F] Fixed Metal Crafting Table Hopper access (issue #147, ty umerrr).\n[F] Fixed Dark Shingle Roof Chimney placement restriction (issue #149, thx WenXin20).\n[F] Door tags added for Wood Door and Metal Sliding Door (issue #150, thx WenXin20).\n[A] Electrical Furnace automatically chokes speed and power consumption when the internally stored power is below 20%.",
|
||||
"1.1.5": "[R] Release build v1.1.5.\n[F] Fixed Crafting Table JEI storage slot count.\n[F] Fixed Factory Hopper removed item collection dupe bug (issue #146, thx FatheredPuma81).\n[F] Increased device GUI access ranges beyond the player block selection range.\n[A] Window placement handling improved.\n[M] Steel/Wood Pole and Double-T support placement improved (issue #139, thx Biviho).\n[M] Metal Sliding Door bottom/top shape when opened added.",
|
||||
"1.1.4": "[R] Release build v1.1.4.\n[F] Solar Panel balancing threshold tuned.\n[F] Fixed Catwalk default state (issue #140, thx hvdklauw).\n[M] Updated lang ru_ru file (PR#137, Smollet777).\n[M] Factory Dropper: Added Ignore-External-Redstone mode.",
|
||||
"1.1.4-b2": "[A] Steel Catwalks added (top and bottom aligned).\n[A] Steel Railings added.\n[F] Fixed Empty Fluid Barrel crafting crash (ty inflamedsebi).\n[A] Added Solar Panel power balancing.\n[M] GUI Button tooltip delay reduced to 800ms.\n[M] Hopper and Placer: Added \"Redstone ignored\" mode, changed icons from signal-like to Redstone-Torch-like.\n[M] Treated Wood Ladder now crafted from Old Industrial Wood, as Treated Wood Sticks now count as normal Sticks.",
|
||||
"1.1.4-b1": "[U] Ported to 1.16.4.",
|
||||
"1.1.3": "[R] Release build v1.1.3.",
|
||||
"1.1.3-b3": "[A] Metal Sliding Door added (double door wing style).\n[A] Doors implicitly open/close adjacent wings of double doors.\n[A] Disabled injected buttons from other mods in container GUIs.\n[A] Mob spawning on Rebar/Gas Concrete inhibited (IE Concrete Compliancy).\n[M] Small Tree Cutter chopping improved (loosened tree volume search restrictions).",
|
||||
"1.1.3-b2": "[A] Crafting table shift/ctrl click item move actions tweaked to new metal slot design.\n[A] Factory Dropper and Block Placer now also support quick-move-all (shift-ctrl-click).\n[F] Fixed Small Lab Furnace speed boost factor (with IE Heater in aux slot).",
|
||||
"1.1.3-b1": "[A] The Factory Block Breaker can insert items into Hoppers underneath it (issue #121, winsrp).\n[F] Help tooltips manually wrapped.\n[F] Fixed Labeled Crate item name persistence (issue #127, ty inqie).\n[F] Help text typo fixed (issue #129, ty Smollet777).",
|
||||
"1.1.2": "[U] Updated to Forge 1.16.3-34.1.0.\n[A] Added Factory Hopper insertion/extraction for entities like Minecarts (issue #125, ty boneskull).",
|
||||
"1.1.2-b8": "[F] Fixed Double-T support thick steel pole connection (thx @CastCrafter).\n[A] Concrete and Clinker walls connect to windows and glass panes.",
|
||||
"1.1.2-b7": "[U] Ported to MC1.16.3.\n[F] Roof lighting improved.",
|
||||
"1.1.2-b6": "[A] Signs added: Generic Caution, Magical Hazard, Radioactive Hazard, Laser Hazard, Fire Hazard, Caution Hot Surface, Magnetic Field Caution, Frost Warning.\n[A] Water Freezer added (generates Ice, Packed Ice, Blue Ice from water).\n[F] Mineral Smelter GUI model facing fixed.\n[M] Hatch handling improved.\n[M] Ladder fast-move improved.\n[F] Roof Chimney Trunk shape hollow to allow feeding IE Wire power over the roof into the building.\n[A] Roof Chimney added (smoking offset for Dark Shingle Roof Chimney Trunk block).\n[A] Metal Bar (ingredient item) added to circumvent recipe collisions with other mods.\n[M] Recipes for metallic blocks modified accordingly to depend on Metal Bars.",
|
||||
"1.1.2-b5": "[A] Sandstone Ornamented Clinker Brick added.\n[A] Old Industrial Wood Planks/Stairs/Slabs/Slab Slices added.\n[A] Old Industrial Wood Door added.\n[M] Wood textures made slightly darker.\n[F] Milking Machine fluid transfer re-added (thx gebcrafter).\n[F] Fluid Barrel status overlay message format fixed.\n[F] Fixed missing Dense Grit Dirt loot table (issue #124, thx vaelzan).",
|
||||
"1.1.2-b4": "[F] Mapping adaption to Forge 1.16.2-33.0.22/20200723-1.16.1.\n[F] Fixed conditional recipe tag dependency (thx Blu, Cyborgmas).",
|
||||
"1.1.2-b3": "[F] Mapping adaption to Forge 1.16.2-33.0.20.",
|
||||
"1.1.2-b2": "[A] Dark Shingle Roof added.",
|
||||
"1.1.2-b1": "[U] Ported to MC1.16.2."
|
||||
},
|
||||
"promos": {
|
||||
"1.18.1-recommended": "1.1.19",
|
||||
"1.18.1-latest": "1.1.19"
|
||||
}
|
||||
}
|
|
@ -11,6 +11,9 @@ Mod sources for Minecraft version 1.18.x.
|
|||
|
||||
## Version history
|
||||
|
||||
- v1.1.19 [R] Release build.
|
||||
[F] Manual category RLs prefixed (issue #199, ty freopt).
|
||||
|
||||
- v1.1.19-b3 [F] Fixed rendering issue.
|
||||
|
||||
- v1.1.19-b2 [F] Fixed waterlogging.
|
||||
|
|
|
@ -12,7 +12,7 @@ displayName="Engineer's Decor"
|
|||
description="Adds cosmetic blocks for the engineer's workshop, factory and home."
|
||||
authors="wilechaote"
|
||||
credits="BluSunrize, Damien Hazard, malte0811, et al., the Forge Smiths."
|
||||
updateJSONURL="https://raw.githubusercontent.com/stfwi/engineers-decor/1.17/meta/update.json"
|
||||
updateJSONURL="https://raw.githubusercontent.com/stfwi/engineers-decor/versions/1.18.json"
|
||||
displayURL="https://github.com/stfwi/engineers-decor/"
|
||||
logoFile="logo.png"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Factory Dropper",
|
||||
"icon": "engineersdecor:factory_dropper",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Factory Hopper",
|
||||
"icon": "engineersdecor:factory_hopper",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Factory Block Placer",
|
||||
"icon": "engineersdecor:factory_placer",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Small Block Breaker",
|
||||
"icon": "engineersdecor:small_block_breaker",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6040,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Small Milking Machine",
|
||||
"icon": "engineersdecor:small_milking_machine",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6070,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Small Tree Cutter",
|
||||
"icon": "engineersdecor:small_tree_cutter",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6050,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Small Waste Incinerator",
|
||||
"icon": "engineersdecor:small_waste_incinerator",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6060,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Bricks",
|
||||
"icon": "engineersdecor:clinker_brick_block",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Concretes",
|
||||
"icon": "engineersdecor:rebar_concrete",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1020,
|
||||
"pages": [
|
||||
{
|
||||
|
@ -13,10 +13,6 @@
|
|||
{
|
||||
"type": "text",
|
||||
"text": "The rebar concrete you see here is quite expensive. It $(t:...except maybe when a Draconic Core blows up)withstands explosions$() and is comparatively hard to break.$(br2)It comes with varying textures for seamless look (placement position dependent), and can also be transformed to Stairs, Walls, Slabs, and Slab Slices. The Wall shape differs from vanilla walls."
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "The Gas Concrete blocks have a smooth looking surface with texture variations, are fast to break, cheap to make, and have not much resistance against explosions.$(br)They are good material if you need to fill vast volumes like basement walls, tunnel walls, or floors.$(br)Walls, Stairs, Slabs, as well as Slab Slices can be crafted from Gas Concrete, too."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Gates and Doors",
|
||||
"icon": "engineersdecor:steel_mesh_fence_gate",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1060,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Fences and Walls",
|
||||
"icon": "engineersdecor:steel_mesh_fence",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1050,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Glass",
|
||||
"icon": "engineersdecor:panzerglass_block",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Ladders",
|
||||
"icon": "engineersdecor:treated_wood_ladder",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1080,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Slab Slices",
|
||||
"icon": "engineersdecor:halfslab_rebar_concrete",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1040,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Windows",
|
||||
"icon": "engineersdecor:treated_wood_window",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1070,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Furniture",
|
||||
"icon": "engineersdecor:treated_wood_table",
|
||||
"category": "cosmetic",
|
||||
"category": "engineersdecor:cosmetic",
|
||||
"sortnum": 3010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Signs",
|
||||
"icon": "engineersdecor:sign_hotwire",
|
||||
"category": "cosmetic",
|
||||
"category": "engineersdecor:cosmetic",
|
||||
"sortnum": 3020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Metal Crafting Table",
|
||||
"icon": "engineersdecor:metal_crafting_table",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Labeled Crate",
|
||||
"icon": "engineersdecor:labeled_crate",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Small Electrical Furnace",
|
||||
"icon": "engineersdecor:small_electrical_furnace",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5040,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Small Laboratory Furnace",
|
||||
"icon": "engineersdecor:small_lab_furnace",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Mineral Melting Furnace",
|
||||
"icon": "engineersdecor:small_mineral_smelter",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5050,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Fluid Collection Funnel",
|
||||
"icon": "engineersdecor:small_fluid_funnel",
|
||||
"category": "fluidics",
|
||||
"category": "engineersdecor:fluidics",
|
||||
"sortnum": 7050,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Fluid Pipe Check Valve",
|
||||
"icon": "engineersdecor:straight_pipe_valve",
|
||||
"category": "fluidics",
|
||||
"category": "engineersdecor:fluidics",
|
||||
"sortnum": 7010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Redstone Fluid Valve",
|
||||
"icon": "engineersdecor:straight_pipe_valve_redstone",
|
||||
"category": "fluidics",
|
||||
"category": "engineersdecor:fluidics",
|
||||
"sortnum": 7020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Redstone Analog Fluid Valve",
|
||||
"icon": "engineersdecor:straight_pipe_valve_redstone_analog",
|
||||
"category": "fluidics",
|
||||
"category": "engineersdecor:fluidics",
|
||||
"sortnum": 7030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Inset Lights",
|
||||
"icon": "engineersdecor:iron_inset_light",
|
||||
"category": "illumination",
|
||||
"category": "engineersdecor:illumination",
|
||||
"sortnum": 4010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Small Solar Panel",
|
||||
"icon": "engineersdecor:small_solar_panel",
|
||||
"category": "power",
|
||||
"category": "engineersdecor:power",
|
||||
"sortnum": 8010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Floor Gratings",
|
||||
"icon": "engineersdecor:steel_floor_grating",
|
||||
"category": "structural",
|
||||
"category": "engineersdecor:structural",
|
||||
"sortnum": 2030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Steel Supports",
|
||||
"icon": "engineersdecor:thick_steel_pole_head",
|
||||
"category": "structural",
|
||||
"category": "engineersdecor:structural",
|
||||
"sortnum": 2020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "Wooden Supports",
|
||||
"icon": "engineersdecor:treated_wood_pole_support",
|
||||
"category": "structural",
|
||||
"category": "engineersdecor:structural",
|
||||
"sortnum": 2010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "工厂投掷器",
|
||||
"icon": "engineersdecor:factory_dropper",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "工厂漏斗",
|
||||
"icon": "engineersdecor:factory_hopper",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "工厂方块放置器",
|
||||
"icon": "engineersdecor:factory_placer",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "小型方块破坏器",
|
||||
"icon": "engineersdecor:small_block_breaker",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6040,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "小型挤奶机",
|
||||
"icon": "engineersdecor:small_milking_machine",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6070,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "小型砍树机",
|
||||
"icon": "engineersdecor:small_tree_cutter",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6050,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "小型垃圾焚烧炉",
|
||||
"icon": "engineersdecor:small_waste_incinerator",
|
||||
"category": "automation",
|
||||
"category": "engineersdecor:automation",
|
||||
"sortnum": 6060,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "砖块",
|
||||
"icon": "engineersdecor:clinker_brick_block",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "混凝土",
|
||||
"icon": "engineersdecor:rebar_concrete",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1020,
|
||||
"pages": [
|
||||
{
|
||||
|
@ -13,10 +13,6 @@
|
|||
{
|
||||
"type": "text",
|
||||
"text": "你在这看见的钢筋混凝土十分昂贵。它能$(t:……除非可能一个龙堆爆了)抵挡爆炸$(),而且相对更难破坏。$(br2)它带有不同的纹理,可以实现无缝的外观(根据放置位置而定),还可以转化为楼梯、墙壁、台阶和切片。墙的形状和原版墙不同。"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"text": "加气混凝土砌块的表面看起来很光滑,有材质变化,破坏快,制作成本低,抗爆能力不强。$(br)如果你需要填充巨大的体积,如地下室墙壁,隧道墙壁或地板,它们是很好的材料。$(br)加气混凝土也有对应的墙壁、楼梯、台阶和切片。"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "门",
|
||||
"icon": "engineersdecor:steel_mesh_fence_gate",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1060,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "栅栏和墙",
|
||||
"icon": "engineersdecor:steel_mesh_fence",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1050,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "玻璃",
|
||||
"icon": "engineersdecor:panzerglass_block",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "梯子",
|
||||
"icon": "engineersdecor:treated_wood_ladder",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1080,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "台阶薄片",
|
||||
"icon": "engineersdecor:halfslab_rebar_concrete",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1040,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "窗户",
|
||||
"icon": "engineersdecor:treated_wood_window",
|
||||
"category": "buildingblocks",
|
||||
"category": "engineersdecor:buildingblocks",
|
||||
"sortnum": 1070,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "家具",
|
||||
"icon": "engineersdecor:treated_wood_table",
|
||||
"category": "cosmetic",
|
||||
"category": "engineersdecor:cosmetic",
|
||||
"sortnum": 3010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "标志牌",
|
||||
"icon": "engineersdecor:sign_hotwire",
|
||||
"category": "cosmetic",
|
||||
"category": "engineersdecor:cosmetic",
|
||||
"sortnum": 3020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "金属工作台",
|
||||
"icon": "engineersdecor:metal_crafting_table",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "带标签的储物箱",
|
||||
"icon": "engineersdecor:labeled_crate",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "小型电炉",
|
||||
"icon": "engineersdecor:small_electrical_furnace",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5040,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "小型实验室炉",
|
||||
"icon": "engineersdecor:small_lab_furnace",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "矿物熔炼炉",
|
||||
"icon": "engineersdecor:small_mineral_smelter",
|
||||
"category": "crafting",
|
||||
"category": "engineersdecor:crafting",
|
||||
"sortnum": 5050,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "流体收集漏斗",
|
||||
"icon": "engineersdecor:small_fluid_funnel",
|
||||
"category": "fluidics",
|
||||
"category": "engineersdecor:fluidics",
|
||||
"sortnum": 7050,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "输液管止回阀",
|
||||
"icon": "engineersdecor:straight_pipe_valve",
|
||||
"category": "fluidics",
|
||||
"category": "engineersdecor:fluidics",
|
||||
"sortnum": 7010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "红石流体阀",
|
||||
"icon": "engineersdecor:straight_pipe_valve_redstone",
|
||||
"category": "fluidics",
|
||||
"category": "engineersdecor:fluidics",
|
||||
"sortnum": 7020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "红石模拟流体阀",
|
||||
"icon": "engineersdecor:straight_pipe_valve_redstone_analog",
|
||||
"category": "fluidics",
|
||||
"category": "engineersdecor:fluidics",
|
||||
"sortnum": 7030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "嵌入灯",
|
||||
"icon": "engineersdecor:iron_inset_light",
|
||||
"category": "illumination",
|
||||
"category": "engineersdecor:illumination",
|
||||
"sortnum": 4010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "小型太阳能板",
|
||||
"icon": "engineersdecor:small_solar_panel",
|
||||
"category": "power",
|
||||
"category": "engineersdecor:power",
|
||||
"sortnum": 8010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "地板格栅",
|
||||
"icon": "engineersdecor:steel_floor_grating",
|
||||
"category": "structural",
|
||||
"category": "engineersdecor:structural",
|
||||
"sortnum": 2030,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "钢支架",
|
||||
"icon": "engineersdecor:thick_steel_pole_head",
|
||||
"category": "structural",
|
||||
"category": "engineersdecor:structural",
|
||||
"sortnum": 2020,
|
||||
"pages": [
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "木杆",
|
||||
"icon": "engineersdecor:treated_wood_pole_support",
|
||||
"category": "structural",
|
||||
"category": "engineersdecor:structural",
|
||||
"sortnum": 2010,
|
||||
"pages": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue