Skip to content

Commit 337d14f

Browse files
authored
Just Dyna Things 翻译更新 (#5312)
* JustDynaThings update:版本更新 * JustDynaThings update:官库更新 * JustDynaThings update:官库更新 * JustDynaThings update:官库更新 * JustDynaThings update:版本更新 * JustDynaThings update:官库更新 * JustDynaThings update:初步 * JustDynaThings update:复原 * JustDynaThings update:版本更新 * JustDynaThings fix:伪代码描述
1 parent b2549dd commit 337d14f

94 files changed

Lines changed: 1055 additions & 302 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "Just Dyna Things",
3+
"description": "Just Dire Things addon to add more stuff and qol things",
4+
"icon": "justdynathings:ferricore_solar_panel",
5+
"sortnum": 8
6+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "More Anvils",
3+
"sortnum": 1,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:eclipse_alloy_anvil",
6+
"pages": [
7+
{
8+
"type": "patchouli:text",
9+
"text": "Unique anvils that allow to repair stuff without Experience"
10+
},
11+
{
12+
"type": "patchouli:crafting",
13+
"title": "Ferricore Anvil",
14+
"recipe": "justdynathings:ferricore_anvil",
15+
"text": "An anvil that repair tools with some catalysts"
16+
},
17+
{
18+
"type": "patchouli:crafting",
19+
"title": "BlazeGold Anvil",
20+
"recipe": "justdynathings:blazegold_anvil",
21+
"text": "An anvil that repair items using high temperature fluids"
22+
},
23+
{
24+
"type": "patchouli:crafting",
25+
"title": "Celestigem Anvil",
26+
"recipe": "justdynathings:celestigem_anvil",
27+
"text": "An anvil that repair items using Forge Energy (FE)"
28+
},
29+
{
30+
"type": "patchouli:crafting",
31+
"title": "Eclipse Alloy Anvil",
32+
"recipe": "justdynathings:eclipse_alloy_anvil",
33+
"text": "An anvil that repair items using Forge Energy (FE) like Celestigem Anvil"
34+
},
35+
{
36+
"type": "patchouli:text",
37+
"text": "Also when added a coolant , it will repair it based on (coolant efficiency) / 100 x (total damage) that item can recieve more that 1000 foreach tick or $(bold)will completly repair$()"
38+
}
39+
]
40+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Unstable and cheap box",
3+
"sortnum": 7,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:blackhole",
6+
"pages": [
7+
{
8+
"type": "patchouli:crafting",
9+
"title": "BlackHole",
10+
"recipe": "justdynathings:blackhole",
11+
"text": "A more common called $(italic)Universal Trash can$()$(br)It can be turn off to allow to store abnormal amount of energy or fluids on a cheap space!"
12+
}
13+
]
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "Echoing Buddings",
3+
"sortnum": 2,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:echoing_budding_amethyst",
6+
"pages": [
7+
{
8+
"type": "patchouli:text",
9+
"text": "Buddings that just require $(bold)Time Fluid$() and $(bold)Energy$() to grow clusters"
10+
},
11+
{
12+
"type": "patchouli:crafting",
13+
"title": "Minecraft (Amethyst)",
14+
"recipe": "justdynathings:echoing_budding_amethyst"
15+
},
16+
{
17+
"type": "patchouli:crafting",
18+
"title": "JustDireThings (Time)",
19+
"recipe": "justdynathings:echoing_budding_time"
20+
},
21+
{
22+
"type": "patchouli:crafting",
23+
"title": "Applied Energistics 2",
24+
"recipe": "justdynathings:echoing_budding_certus"
25+
},
26+
{
27+
"type": "patchouli:crafting",
28+
"title": "Extended AE",
29+
"recipe": "justdynathings:echoing_budding_entro"
30+
},
31+
{
32+
"type": "patchouli:crafting",
33+
"title": "Phasorite Networks",
34+
"recipe": "justdynathings:echoing_budding_phasorite"
35+
}
36+
]
37+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"name": "Timering Circuits",
3+
"sortnum": 8,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:ferricore_clock",
6+
"pages": [
7+
{
8+
"type": "patchouli:crafting",
9+
"title": "Ferricore Clock",
10+
"recipe": "justdynathings:ferricore_clock",
11+
"text": "A block that can be programmed to power redstone components with any side configurable with a specific gametick"
12+
},
13+
{
14+
"type": "patchouli:multiblock",
15+
"multiblock": {
16+
"pattern": [
17+
[
18+
" ",
19+
" T ",
20+
" "
21+
],
22+
[
23+
" E ",
24+
"SFN",
25+
" W "
26+
],
27+
[
28+
" ",
29+
" L ",
30+
" "
31+
],
32+
[
33+
" ",
34+
" 0 ",
35+
" "
36+
]
37+
],
38+
"mapping": {
39+
"T": "minecraft:redstone_torch[lit=true]",
40+
"L": "minecraft:redstone_lamp[lit=true]",
41+
"W": "minecraft:repeater[powered=true,locked=false,delay=1,facing=west]",
42+
"N": "minecraft:repeater[powered=false,locked=false,delay=1,facing=north]",
43+
"S": "minecraft:repeater[powered=false,locked=false,delay=1,facing=south]",
44+
"E": "minecraft:repeater[powered=true,locked=false,delay=1,facing=east]",
45+
"F": "justdynathings:ferricore_clock[active=true,north=false,south=false,east=true,west=true,up=false,down=true]"
46+
}
47+
},
48+
"enable_visualize": false
49+
}
50+
]
51+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "New Goos and More",
3+
"sortnum": 3,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:creative_goo",
6+
"pages": [
7+
{
8+
"type": "patchouli:text",
9+
"text": "New tiers of Goo and FE powered Goo"
10+
},
11+
{
12+
"type": "patchouli:crafting",
13+
"title": "Energized Goo",
14+
"recipe": "justdynathings:energized_goo",
15+
"text": "A new goo that require $(bold)Forge Energy$() to stay alive$(br)Tier level : $(bold)5$()"
16+
},
17+
{
18+
"type": "patchouli:crafting",
19+
"title": "Creative Goo",
20+
"recipe": "justdynathings:creative_goo",
21+
"text": "A simple goo that cannot die$(br)It can be toggled using any wrenches$(br)Tier level : $(bold)MAX$()"
22+
},
23+
{
24+
"type": "patchouli:text",
25+
"title": "Charged Old Goo",
26+
"text": "Also every Tier 1-4 old Goo can be converted to 'Charged form' mainly made for content creators"
27+
},
28+
{
29+
"type": "patchouli:crafting",
30+
"recipe": "justdynathings:charged_primogel_goo",
31+
"recipe2": "justdynathings:charged_blazebloom_goo"
32+
},
33+
{
34+
"type": "patchouli:crafting",
35+
"recipe": "justdynathings:charged_voidshimmer_goo",
36+
"recipe2": "justdynathings:charged_shadowpulse_goo"
37+
}
38+
]
39+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Like Ethereal Glass",
3+
"sortnum": 9,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:phase_box",
6+
"pages": [
7+
{
8+
"type": "patchouli:crafting",
9+
"title": "Phase Box",
10+
"recipe": "justdynathings:phase_box",
11+
"text": "A block that can be toggled to disable/enable the solid state$(br)Also it can be CTM when installed $(bold)Fusion$() $(strike)ConnectedTexturesMod$()"
12+
}
13+
]
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "Pay To Win",
3+
"sortnum": 6,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:reforger",
6+
"pages": [
7+
{
8+
"type": "patchouli:crafting",
9+
"title": "Reforger",
10+
"recipe": "justdynathings:reforger",
11+
"text": "A powerful machine that allow to convert an input block placed to the red face into an output Block at the cost of a catalyst"
12+
}
13+
]
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "I dont like feed Goo",
3+
"sortnum": 10,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:revitalizer",
6+
"pages": [
7+
{
8+
"type": "patchouli:crafting",
9+
"title": "Revitalizer",
10+
"recipe": "justdynathings:revitalizer",
11+
"text": "It can revive any goo on top of it using Forge Energy"
12+
},
13+
{
14+
"type": "patchouli:multiblock",
15+
"multiblock": {
16+
"pattern": [["G"], ["R"],["0"]],
17+
"mapping": {
18+
"G": "justdirethings:gooblock_tier2[alive=true]",
19+
"R": "justdynathings:revitalizer[active=true,facing=down,goo_found=true]"
20+
}
21+
},
22+
"enable_visualize": false
23+
}
24+
]
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "The Power of Sun",
3+
"sortnum": 4,
4+
"category": "justdirethings:justdynathings",
5+
"icon": "justdynathings:blazegold_solar_panel",
6+
"pages": [
7+
{
8+
"type": "patchouli:text",
9+
"text": "A new set of generators that generate Forge Energy based on ambiental situations"
10+
},
11+
{
12+
"type": "patchouli:crafting",
13+
"title": "Ferricore Solar Panel",
14+
"recipe": "justdynathings:ferricore_solar_panel",
15+
"text": "Default Max FE rate: $(br)$(bold)240$()$(br)$(bold)Default Conditions:$() $(li) Dimensions = Overworld $(li) See sky = true $(li) Day time = true"
16+
},
17+
{
18+
"type": "patchouli:crafting",
19+
"title": "BlazeGold Solar Panel",
20+
"recipe": "justdynathings:blazegold_solar_panel",
21+
"text": "Default Max FE rate: $(br)$(bold)960$()$(br)$(bold)Default Conditions:$() $(li) Dimensions = Nether "
22+
},
23+
{
24+
"type": "patchouli:crafting",
25+
"title": "Celestigem Solar Panel",
26+
"recipe": "justdynathings:celestigem_solar_panel",
27+
"text": "Default Max FE rate: $(br)$(bold)3840$()$(br)$(bold)Default Conditions:$() $(li) See sky = true$(li) More solar panels are near to other more will produce"
28+
},
29+
{
30+
"type": "patchouli:crafting",
31+
"title": "Eclipse Alloy Solar Panel",
32+
"recipe": "justdynathings:eclipse_alloy_solar_panel",
33+
"text": "Default Max FE rate: $(br)$(bold)11520$()"
34+
},{
35+
"type":"patchouli:text",
36+
"text":"$(bold)Default Conditions:$()$(li) More solar panels are near to other more will produce$(li) High/Low Y-level will increase the multiplier , middle Y-level will decrease the multiplier$(br2)$(bold)Note$(): Everything can be modified via configs so dont trust at all!"
37+
}
38+
]
39+
}

0 commit comments

Comments
 (0)