Don't know what's wrong with the code

Started by Takyce on

Topic category: Help with MCreator software

Last seen on 08:54, 12. Sep 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Don't know what's wrong with the code

Hi, i have been making a lucky block mod with lucky blocks that drop guns from flans mod, but when i try to compile the file it says that it can't find the symbol. ill leave the error in a comment. please help

Last seen on 08:54, 12. Sep 2021
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
here is the error: Executing…
Tue, 09/07/2021 - 17:46

here is the error:

Executing Gradle task: runClient

Build info: MCreator 2020.2.14217, 1.12.2, 64-bit, 12245 MB, Windows 10, JVM 1.8.0_232, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk

This mapping 'snapshot_20171003' was designed for MC 1.12! Use at your own peril.

WARNING: You are using an unsupported version of ForgeGradle.

Please consider upgrading to ForgeGradle 5 and helping in the efforts to get old versions working on the modern toolchain.

See https://gist.github.com/TheCurle/fe7ad3ede188cbdd15c235cc75d52d4a for m….

:deobfCompileDummyTask

:deobfProvidedDummyTask

:sourceApiJava UP-TO-DATE

:compileApiJava NO-SOURCE

:processApiResources NO-SOURCE

:apiClasses UP-TO-DATE

:mcreatorLink

:sourceMainJava

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:46: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.GLOCK, (int) (1)));

                                                                                         ^

  symbol:   variable GLOCK

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:51: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.GLOCKAMMO, (int) (4)));

                                                                                         ^

  symbol:   variable GLOCKAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:57: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.USP, (int) (1)));

                                                                                         ^

  symbol:   variable USP

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:62: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.USPPOISONAMMO, (int) (3)));

                                                                                         ^

  symbol:   variable USPPOISONAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:68: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.BIZON, (int) (1)));

                                                                                         ^

  symbol:   variable BIZON

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:73: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.BIZONAMMO, (int) (3)));

                                                                                         ^

  symbol:   variable BIZONAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:79: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.WEBLEY, (int) (1)));

                                                                                         ^

  symbol:   variable WEBLEY

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:84: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.WEBLEYAMMO, (int) (4)));

                                                                                         ^

  symbol:   variable WEBLEYAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:90: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.COLT, (int) (1)));

                                                                                         ^

  symbol:   variable COLT

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:95: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.COLTAMMO, (int) (3)));

                                                                                         ^

  symbol:   variable COLTAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:101: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.SPAS, (int) (1), 1));

                                                                                         ^

  symbol:   variable SPAS

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:106: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.SPASAMMO, (int) (12), 1));

                                                                                         ^

  symbol:   variable SPASAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:112: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.TYPE14, (int) (1)));

                                                                                         ^

  symbol:   variable TYPE14

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:117: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.TYPE14AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable TYPE14AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:123: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.GOLDDESEREAGLE, (int) (1)));

                                                                                         ^

  symbol:   variable GOLDDESEREAGLE

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:128: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.GOLDDESEREAGLE, (int) (3)));

                                                                                         ^

  symbol:   variable GOLDDESEREAGLE

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:134: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.W1200, (int) (1)));

                                                                                         ^

  symbol:   variable W1200

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:139: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.W1200AMMO, (int) (12)));

                                                                                         ^

  symbol:   variable W1200AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:145: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.A91, (int) (1)));

                                                                                          ^

  symbol:   variable A91

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:150: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.A91AMMO, (int) (2)));

                                                                                          ^

  symbol:   variable A91AMMO

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:156: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M14, (int) (1)));

                                                                                         ^

  symbol:   variable M14

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:161: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M14AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable M14AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:167: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.JURY, (int) (1)));

                                                                                          ^

  symbol:   variable JURY

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:172: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.JURYAMMO, (int) (6)));

                                                                                          ^

  symbol:   variable JURYAMMO

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:178: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.DRAGUNOV, (int) (1)));

                                                                                         ^

  symbol:   variable DRAGUNOV

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:183: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.DRAGUNOVAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable DRAGUNOVAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:189: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MTAR, (int) (1)));

                                                                                         ^

  symbol:   variable MTAR

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:194: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MTARAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable MTARAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:200: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MP40, (int) (1)));

                                                                                         ^

  symbol:   variable MP40

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:205: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MP40AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable MP40AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:211: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M3A1, (int) (1)));

                                                                                         ^

  symbol:   variable M3A1

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:216: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M3A1AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable M3A1AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:222: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M249, (int) (1)));

                                                                                         ^

  symbol:   variable M249

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:227: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M249AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable M249AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:233: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M60, (int) (1)));

                                                                                         ^

  symbol:   variable M60

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:238: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M60AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable M60AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:244: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.AT4, (int) (1)));

                                                                                          ^

  symbol:   variable AT4

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:249: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.AT4AMMO, (int) (4)));

                                                                                          ^

  symbol:   variable AT4AMMO

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:255: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.FG42, (int) (1)));

                                                                                         ^

  symbol:   variable FG42

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:260: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.FG42AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable FG42AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:266: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M67, (int) (1)));

                                                                                         ^

  symbol:   variable M67

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:272: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.AK47, (int) (1)));

                                                                                         ^

  symbol:   variable AK47

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:277: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.AK47AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable AK47AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:283: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.ACR, (int) (1)));

                                                                                         ^

  symbol:   variable ACR

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:288: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.ACRAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable ACRAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:294: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.AK74, (int) (1)));

                                                                                         ^

  symbol:   variable AK74

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:299: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.AK74AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable AK74AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:305: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.EXECUTIONER, (int) (1), 0));

                                                                                          ^

  symbol:   variable EXECUTIONER

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:310: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.M1887AMMO, (int) (2), 0));

                                                                                          ^

  symbol:   variable M1887AMMO

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:316: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.TYPE97, (int) (4)));

                                                                                         ^

  symbol:   variable TYPE97

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:322: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.LEENFIELDSNIPER, (int) (1)));

                                                                                         ^

  symbol:   variable LEENFIELDSNIPER

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:327: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.LEENFIELDAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable LEENFIELDAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:333: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MK2FRAG, (int) (4)));

                                                                                         ^

  symbol:   variable MK2FRAG

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:339: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MILLSBOMB, (int) (4)));

                                                                                         ^

  symbol:   variable MILLSBOMB

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:345: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.BAZOOKA, (int) (1)));

                                                                                         ^

  symbol:   variable BAZOOKA

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:350: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.BAZOOKAAMMO, (int) (4)));

                                                                                         ^

  symbol:   variable BAZOOKAAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:356: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.SPRINGFIELD, (int) (1)));

                                                                                          ^

  symbol:   variable SPRINGFIELD

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:361: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.SPRINGFIELDAMMO, (int) (2)));

                                                                                          ^

  symbol:   variable SPRINGFIELDAMMO

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:367: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.PIAT, (int) (1)));

                                                                                         ^

  symbol:   variable PIAT

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:372: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.PIATAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable PIATAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:378: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.WMEDICBAG, (int) (1)));

                                                                                         ^

  symbol:   variable WMEDICBAG

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:384: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.G43, (int) (1)));

                                                                                         ^

  symbol:   variable G43

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:389: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.G43AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable G43AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:395: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MOLOTOVCOCKTAIL, (int) (1)));

                                                                                         ^

  symbol:   variable MOLOTOVCOCKTAIL

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:401: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.R870, (int) (1)));

                                                                                         ^

  symbol:   variable R870

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:406: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.R870AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable R870AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:412: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M40A3, (int) (1)));

                                                                                         ^

  symbol:   variable M40A3

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:417: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M40A3AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable M40A3AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:423: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M16A4, (int) (1)));

                                                                                         ^

  symbol:   variable M16A4

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:428: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M16A4AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable M16A4AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:434: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.WW2KNIFE, (int) (1)));

                                                                                         ^

  symbol:   variable WW2KNIFE

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:440: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.KRISSVECTOR, (int) (1)));

                                                                                         ^

  symbol:   variable KRISSVECTOR

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:445: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.KRISSVECTORAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable KRISSVECTORAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:451: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.SKORPION, (int) (1)));

                                                                                         ^

  symbol:   variable SKORPION

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:456: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.SKORPIONAMMO, (int) (4)));

                                                                                         ^

  symbol:   variable SKORPIONAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:462: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.GRAPPLING_HOOK, (int) (1)));

                                                                                         ^

  symbol:   variable GRAPPLING_HOOK

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:468: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MWMEDKIT, (int) (1)));

                                                                                         ^

  symbol:   variable MWMEDKIT

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:474: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.G3, (int) (1)));

                                                                                         ^

  symbol:   variable G3

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:479: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.G3AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable G3AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:485: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.AUG, (int) (1)));

                                                                                         ^

  symbol:   variable AUG

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:490: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.AUGAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable AUGAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:496: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.P90, (int) (1)));

                                                                                         ^

  symbol:   variable P90

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:501: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.P90AMMO, (int) (2)));

                                                                                         ^

  symbol:   variable P90AMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:507: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.KAR98KSNIPER, (int) (1)));

                                                                                         ^

  symbol:   variable KAR98KSNIPER

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:512: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.KAR98KAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable KAR98KAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:518: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M1GARAND, (int) (1)));

                                                                                         ^

  symbol:   variable M1GARAND

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:523: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M1GARANDAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable M1GARANDAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:529: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.WW2MEDKIT, (int) (1)));

                                                                                         ^

  symbol:   variable WW2MEDKIT

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:535: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MWAMMOBAG, (int) (1)));

                                                                                         ^

  symbol:   variable MWAMMOBAG

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:541: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.BARRETTEXPLOSIVEAMMO, (int) (1)));

                                                                                         ^

  symbol:   variable BARRETTEXPLOSIVEAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:547: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.MINIGUNEXPLOSIVEAMMO, (int) (1)));

                                                                                         ^

  symbol:   variable MINIGUNEXPLOSIVEAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:553: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.RPG, (int) (1)));

                                                                                         ^

  symbol:   variable RPG

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:558: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.RPGAMMO, (int) (3)));

                                                                                         ^

  symbol:   variable RPGAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:564: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.UZI, (int) (1)));

                                                                                          ^

  symbol:   variable UZI

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:569: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.UZIAMMO, (int) (4)));

                                                                                          ^

  symbol:   variable UZIAMMO

  location: class Blocks

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:575: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.THOMPSON, (int) (1)));

                                                                                         ^

  symbol:   variable THOMPSON

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:580: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.THOMPSONAMMO, (int) (2)));

                                                                                         ^

  symbol:   variable THOMPSONAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:586: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M72LAW, (int) (1)));

                                                                                         ^

  symbol:   variable M72LAW

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:591: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Items.M72LAWAMMO, (int) (3)));

                                                                                         ^

  symbol:   variable M72LAWAMMO

  location: class Items

C:\Users\Giuseppe Ferrari\MCreatorWorkspaces\fixremluckyblocks\build\sources\main\java\net\mcreator\fixremluckyblocks\procedure\ProcedureFixremBlockBlockDestroyedByPlayer.java:597: error: cannot find symbol 
    
            EntityItem entityToSpawn = new EntityItem(world, x, y, z, new ItemStack(Blocks.GL6, (int) (1)));

                                                                                          ^

  symbol:   variable GL6

  location: class Blocks

100 errors

:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:

Execution failed for task ':compileJava'.

> Compilation failed; see the compiler error output for details.

* Try:

Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s

6 actionable tasks: 5 executed, 1 up-to-date

BUILD FAILED

Task completed in 3817 milliseconds

Last seen on 15:38, 4. Nov 2023
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Code and error, compile, or…
Tue, 09/07/2021 - 19:30

Code and error, compile, or run logs belong on a paste service such as Pastebin, Hastebin, GitHub gist, or similar, if it is longer than a few 10 lines. Code and logs should in no case be posted as a screenshot as this makes the log hard to read and parse.