Update main_startup_script.js
This commit is contained in:
parent
aca9699659
commit
ced5374370
1 changed files with 1 additions and 10 deletions
|
|
@ -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)
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue