We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7753f commit 4e3427fCopy full SHA for 4e3427f
examples/postInit/vanilla.groovy
@@ -5,21 +5,6 @@ import net.minecraftforge.event.entity.living.EnderTeleportEvent
5
import net.minecraftforge.event.world.BlockEvent
6
import net.minecraft.util.text.TextComponentString
7
8
-import java.time.LocalDate
9
-
10
-/*
11
-def time = LocalDate.now()
12
-log.info('{} {}', time.month, time.dayOfMonth)
13
14
-def f = file('config/groovyscript.cfg')
15
-log.info(f)
16
-log.info(f.text)
17
-f = new File('config/groovyscript.cfg')
18
19
20
-*/
21
22
- */
23
def ore_iron = ore('ingotIron')
24
def item_iron = item('minecraft:iron_ingot')
25
log.info(item_iron in ore_iron) // true
0 commit comments