Update main_startup_script.js

This commit is contained in:
Dmitry 2024-06-02 15:08:09 +07:00
parent aca9699659
commit ced5374370

View file

@ -51,14 +51,5 @@ GTCEuStartupEvents.registry('gtceu:machine', event => {
* Событие регистрации информации о составе предмета.
*/
TFGStartupEvents.materialInfo(event => {
const testMaterial1 = GTMaterials.Copper;
const testMaterial2 = GTMaterials.Tin;
const b = new ItemMaterialInfo(new MaterialStack(testMaterial1, GTValues.M), new MaterialStack(testMaterial2, GTValues.M))
event.remove('minecraft:acacia_planks')
event.add('minecraft:acacia_planks', b)
registerGTCEuMaterialInfo(event)
})