Skip to content

Commit 2fcccc5

Browse files
committed
update tcon
1 parent 06caf2c commit 2fcccc5

2 files changed

Lines changed: 152 additions & 152 deletions

File tree

kubejs/server_scripts/key_mods/tconstruct.js

Lines changed: 123 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -151,128 +151,128 @@ ServerEvents.highPriorityData(event => {
151151
"tools": { "tag": "tconstruct:modifiable/harvest" }
152152
})
153153

154-
// Make Melting exclusive to the melting pan
155-
event.addJson("tconstruct:recipes/tools/modifiers/ability/melting", {
156-
"type": "tconstruct:modifier",
157-
"allow_crystal": true,
158-
"check_trait_level": true,
159-
"inputs": [
160-
{
161-
"item": "minecraft:blaze_rod"
162-
},
163-
{
164-
"ingredient": [
165-
{
166-
"item": "tconstruct:seared_melter"
167-
},
168-
{
169-
"item": "tconstruct:smeltery_controller"
170-
},
171-
{
172-
"item": "tconstruct:foundry_controller"
173-
}
174-
]
175-
},
176-
{
177-
"item": "minecraft:blaze_rod"
178-
},
179-
{
180-
"item": "minecraft:lava_bucket"
181-
},
182-
{
183-
"item": "minecraft:lava_bucket"
184-
}
185-
],
186-
"level": 1,
187-
"result": "tconstruct:melting",
188-
"slots": {
189-
"abilities": 1
190-
},
191-
"tools": [
192-
{
193-
"item": "tconstruct:melting_pan"
194-
}
195-
]
196-
})
154+
// // Make Melting exclusive to the melting pan
155+
// event.addJson("tconstruct:recipes/tools/modifiers/ability/melting", {
156+
// "type": "tconstruct:modifier",
157+
// "allow_crystal": true,
158+
// "check_trait_level": true,
159+
// "inputs": [
160+
// {
161+
// "item": "minecraft:blaze_rod"
162+
// },
163+
// {
164+
// "ingredient": [
165+
// {
166+
// "item": "tconstruct:seared_melter"
167+
// },
168+
// {
169+
// "item": "tconstruct:smeltery_controller"
170+
// },
171+
// {
172+
// "item": "tconstruct:foundry_controller"
173+
// }
174+
// ]
175+
// },
176+
// {
177+
// "item": "minecraft:blaze_rod"
178+
// },
179+
// {
180+
// "item": "minecraft:lava_bucket"
181+
// },
182+
// {
183+
// "item": "minecraft:lava_bucket"
184+
// }
185+
// ],
186+
// "level": 1,
187+
// "result": "tconstruct:melting",
188+
// "slots": {
189+
// "abilities": 1
190+
// },
191+
// "tools": [
192+
// {
193+
// "item": "tconstruct:melting_pan"
194+
// }
195+
// ]
196+
// })
197197

198-
event.addJson("tconstruct:tinkering/tool_definitions/melting_pan", {
199-
"modules": [
200-
{
201-
"type": "tconstruct:material_stats",
202-
"primary_part": 0,
203-
"stat_types": [
204-
"tconstruct:plating_shield",
205-
"tconstruct:limb"
206-
]
207-
},
208-
{
209-
"type": "tconstruct:default_materials",
210-
"materials": [
211-
{
212-
"type": "tconstruct:random"
213-
},
214-
{
215-
"type": "tconstruct:random"
216-
}
217-
]
218-
},
219-
{
220-
"type": "tconstruct:material_traits",
221-
"hooks": [
222-
"tconstruct:rebalanced_trait"
223-
],
224-
"material_index": 1,
225-
"stat_type": "tconstruct:limb"
226-
},
227-
{
228-
"type": "tconstruct:base_stats",
229-
"stats": {
230-
"tconstruct:block_amount": 10.0,
231-
"tconstruct:harvest_tier": "minecraft:iron",
232-
"tconstruct:knockback_resistance": 0.1,
233-
"tconstruct:mining_speed": 6.0
234-
}
235-
},
236-
{
237-
"type": "tconstruct:modifier_slots",
238-
"slots": {
239-
"abilities": 2,
240-
"defense": 1,
241-
"upgrades": 1
242-
}
243-
},
244-
{
245-
"type": "tconstruct:melting_fluid_effective",
246-
"ignore_tier": false,
247-
"inverted_type": "mantle:tag",
248-
"predicate_type": "mantle:inverted",
249-
"tag": "tconstruct:mineable/melting_blacklist",
250-
"temperature": 1500
251-
},
252-
{
253-
"type": "tconstruct:volatile_flag",
254-
"flag": "tconstruct:force_melting"
255-
},
256-
{
257-
"type": "tconstruct:vein_aoe",
258-
"max_distance": 0
259-
},
260-
{
261-
"type": "tconstruct:traits",
262-
"traits": [
263-
{
264-
"level": 2,
265-
"name": "tconstruct:melting"
266-
},
267-
{
268-
"level": 1,
269-
"name": "tconstruct:tank"
270-
}
271-
]
272-
},
273-
{
274-
"type": "tconstruct:dual_option_interaction"
275-
}
276-
]
277-
})
198+
// event.addJson("tconstruct:tinkering/tool_definitions/melting_pan", {
199+
// "modules": [
200+
// {
201+
// "type": "tconstruct:material_stats",
202+
// "primary_part": 0,
203+
// "stat_types": [
204+
// "tconstruct:plating_shield",
205+
// "tconstruct:limb"
206+
// ]
207+
// },
208+
// {
209+
// "type": "tconstruct:default_materials",
210+
// "materials": [
211+
// {
212+
// "type": "tconstruct:random"
213+
// },
214+
// {
215+
// "type": "tconstruct:random"
216+
// }
217+
// ]
218+
// },
219+
// {
220+
// "type": "tconstruct:material_traits",
221+
// "hooks": [
222+
// "tconstruct:rebalanced_trait"
223+
// ],
224+
// "material_index": 1,
225+
// "stat_type": "tconstruct:limb"
226+
// },
227+
// {
228+
// "type": "tconstruct:base_stats",
229+
// "stats": {
230+
// "tconstruct:block_amount": 10.0,
231+
// "tconstruct:harvest_tier": "minecraft:iron",
232+
// "tconstruct:knockback_resistance": 0.1,
233+
// "tconstruct:mining_speed": 6.0
234+
// }
235+
// },
236+
// {
237+
// "type": "tconstruct:modifier_slots",
238+
// "slots": {
239+
// "abilities": 2,
240+
// "defense": 1,
241+
// "upgrades": 1
242+
// }
243+
// },
244+
// {
245+
// "type": "tconstruct:melting_fluid_effective",
246+
// "ignore_tier": false,
247+
// "inverted_type": "mantle:tag",
248+
// "predicate_type": "mantle:inverted",
249+
// "tag": "tconstruct:mineable/melting_blacklist",
250+
// "temperature": 1500
251+
// },
252+
// {
253+
// "type": "tconstruct:volatile_flag",
254+
// "flag": "tconstruct:force_melting"
255+
// },
256+
// {
257+
// "type": "tconstruct:vein_aoe",
258+
// "max_distance": 0
259+
// },
260+
// {
261+
// "type": "tconstruct:traits",
262+
// "traits": [
263+
// {
264+
// "level": 2,
265+
// "name": "tconstruct:melting"
266+
// },
267+
// {
268+
// "level": 1,
269+
// "name": "tconstruct:tank"
270+
// }
271+
// ]
272+
// },
273+
// {
274+
// "type": "tconstruct:dual_option_interaction"
275+
// }
276+
// ]
277+
// })
278278
})

pakku-lock.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4029,25 +4029,25 @@
40294029
"files": [
40304030
{
40314031
"type": "curseforge",
4032-
"file_name": "Mantle-1.20.1-1.11.79.jar",
4032+
"file_name": "Mantle-1.20.1-1.11.97.jar",
40334033
"mc_versions": [
40344034
"1.20.1"
40354035
],
40364036
"loaders": [
4037-
"neoforge",
4038-
"forge"
4037+
"forge",
4038+
"neoforge"
40394039
],
40404040
"release_type": "release",
4041-
"url": "https://edge.forgecdn.net/files/6819/217/Mantle-1.20.1-1.11.79.jar",
4042-
"id": "6819217",
4041+
"url": "https://edge.forgecdn.net/files/7414/488/Mantle-1.20.1-1.11.97.jar",
4042+
"id": "7414488",
40434043
"parent_id": "74924",
40444044
"hashes": {
4045-
"sha1": "db1ab527fcc48852775e01f9504c7a3ec3083743",
4046-
"md5": "19cf5725471882f2f65182e70f9c98ef"
4045+
"sha1": "90700ee1d062b42048f37b084df745677a86e184",
4046+
"md5": "4542868075d6143a5969e646efbef889"
40474047
},
40484048
"required_dependencies": [],
4049-
"size": 1480444,
4050-
"date_published": "2025-07-27T22:36:16.117Z"
4049+
"size": 1580683,
4050+
"date_published": "2026-01-03T23:57:49.210Z"
40514051
}
40524052
]
40534053
},
@@ -5761,29 +5761,29 @@
57615761
"files": [
57625762
{
57635763
"type": "curseforge",
5764-
"file_name": "tconjei-1.20.1-1.5.0.jar",
5764+
"file_name": "tconjei-1.20.1-1.5.1.jar",
57655765
"mc_versions": [
57665766
"1.20.1"
57675767
],
57685768
"loaders": [
5769-
"neoforge",
5770-
"forge"
5769+
"forge",
5770+
"neoforge"
57715771
],
57725772
"release_type": "release",
5773-
"url": "https://edge.forgecdn.net/files/6841/685/tconjei-1.20.1-1.5.0.jar",
5774-
"id": "6841685",
5773+
"url": "https://edge.forgecdn.net/files/7372/437/tconjei-1.20.1-1.5.1.jar",
5774+
"id": "7372437",
57755775
"parent_id": "974154",
57765776
"hashes": {
5777-
"sha1": "ace07009488cb4251e522247d78de438253decac",
5778-
"md5": "6adf9af2743d0805bbcd9e047792993e"
5777+
"sha1": "66f0c2598bb2653bb58e9793b79442ace3a31e30",
5778+
"md5": "c0bcb76abde6c08d173c03bd8f402f08"
57795779
},
57805780
"required_dependencies": [
5781-
"238222",
57825781
"74072",
5783-
"74924"
5782+
"74924",
5783+
"238222"
57845784
],
5785-
"size": 42411,
5786-
"date_published": "2025-08-03T04:07:04.020Z"
5785+
"size": 42469,
5786+
"date_published": "2025-12-24T08:03:06.613Z"
57875787
}
57885788
]
57895789
},
@@ -6039,27 +6039,27 @@
60396039
"files": [
60406040
{
60416041
"type": "curseforge",
6042-
"file_name": "TConstruct-1.20.1-3.10.2.92.jar",
6042+
"file_name": "TConstruct-1.20.1-3.11.1.158.jar",
60436043
"mc_versions": [
60446044
"1.20.1"
60456045
],
60466046
"loaders": [
6047-
"neoforge",
6048-
"forge"
6047+
"forge",
6048+
"neoforge"
60496049
],
60506050
"release_type": "release",
6051-
"url": "https://edge.forgecdn.net/files/6777/68/TConstruct-1.20.1-3.10.2.92.jar",
6052-
"id": "6777068",
6051+
"url": "https://edge.forgecdn.net/files/7419/961/TConstruct-1.20.1-3.11.1.158.jar",
6052+
"id": "7419961",
60536053
"parent_id": "74072",
60546054
"hashes": {
6055-
"sha1": "74cc057cc01fdb0186504d71623b5811bbe705f9",
6056-
"md5": "f509c2dc7895504a1ccd7860a2fb7a47"
6055+
"sha1": "5084f883390b2dbb337ce53213fd5dfdd3cc57e5",
6056+
"md5": "ed2bebdadf1cf75e76ea7820e64fd98a"
60576057
},
60586058
"required_dependencies": [
60596059
"74924"
60606060
],
6061-
"size": 19792115,
6062-
"date_published": "2025-07-16T23:54:00.540Z"
6061+
"size": 21473868,
6062+
"date_published": "2026-01-05T06:25:59.320Z"
60636063
}
60646064
]
60656065
},

0 commit comments

Comments
 (0)