8 lines
No EOL
208 B
JavaScript
8 lines
No EOL
208 B
JavaScript
// priority: 0
|
|
|
|
const registerCreateItems = (event) => {
|
|
event.create('galvanized_iron')
|
|
.displayName('Galvanized Iron')
|
|
.maxStackSize(16)
|
|
.texture("kubejs:item/galvanized_iron")
|
|
} |