├── .github └── ISSUE_TEMPLATE │ ├── cn_bug_report.md │ ├── cn_suggestions.md │ ├── config.yml │ ├── en_bug_report.md │ ├── en_suggestions.md │ ├── tw_bug_report.md │ └── tw_suggestions.md ├── .gitignore ├── CREDITS.txt ├── LICENSE ├── README.md ├── build.gradle ├── changelog.txt ├── config ├── EnderStorage.cfg ├── Mekanism │ ├── client.toml │ ├── gear.toml │ ├── general.toml │ ├── generators-gear.toml │ ├── generators.toml │ ├── machine-storage.toml │ ├── machine-usage.toml │ ├── tiers.toml │ ├── tools-client.toml │ ├── tools.toml │ └── world.toml ├── ModernUI │ ├── bootstrap │ ├── client.toml │ ├── common.toml │ └── server.toml ├── MouseTweaks.cfg ├── ProjectE │ ├── client.toml │ ├── common.toml │ ├── custom_emc.json │ ├── mapping.toml │ ├── processing.toml │ └── server.toml ├── YungsExtras-forge-1_16.toml ├── YungsExtras │ ├── README.txt │ └── forge-1_16 │ │ ├── README.txt │ │ └── wishing_wells.json ├── abnormals_core-client.toml ├── abnormals_core-common.toml ├── aether-client.toml ├── aether-common.toml ├── akashictome-common.toml ├── alltheores-common.toml ├── appleskin-client.toml ├── astralsorcery-client.toml ├── astralsorcery-common.toml ├── attributefix-common.toml ├── atum-common.toml ├── betterdungeons-forge-1_16.toml ├── bettermineshafts-forge-1_16.toml ├── bettermineshafts │ ├── 1_16 │ │ ├── README.txt │ │ ├── biomeTags.txt │ │ └── variants.json │ └── README.txt ├── blockswap │ └── block_swap.json ├── bloodmagic-client.toml ├── bloodmagic-common.toml ├── botania-client.toml ├── botania-common.toml ├── bountifulbaubles-client.toml ├── bountifulbaubles-common.toml ├── byg │ ├── byg-biomes.json │ ├── byg-end-biomes.json │ ├── byg-end-sub-biomes.json │ ├── byg-nether-biomes.json │ ├── byg-sub-biomes.json │ └── byg-world.toml ├── candyworld-common.toml ├── castle_dungeons │ ├── config.cfg │ └── themes │ │ ├── default.cfg │ │ └── desert.cfg ├── cataclysm.toml ├── ccl.cfg ├── champions-client.toml ├── citadel-common.toml ├── classicbar-client.toml ├── cofh_core-client.toml ├── collective-common.toml ├── conjurer_illager-common.toml ├── crockpot-client.toml ├── crockpot-common.toml ├── cucumber-client.toml ├── cucumber-common.toml ├── cucumber-tags.json ├── curios-client.toml ├── divinerpg-common.toml ├── drippyloadingscreen │ ├── config.cfg │ ├── customization │ │ └── main.dllayout │ └── locals │ │ └── en_us.local ├── dummmmmmy-client.toml ├── dummmmmmy-common.toml ├── dungeonsmod-common-1.toml.bak ├── dungeonsmod-common.toml ├── emcworld-client-1.toml.bak ├── emcworld-client.toml ├── emcworld-common-1.toml.bak ├── emcworld-common-2.toml.bak ├── emcworld-common.toml ├── endrem.toml ├── entityculling.json ├── equipmentcompare-common.toml ├── explorerscompass-client.toml ├── explorerscompass-common.toml ├── extendedcrafting-client.toml ├── extendedcrafting-common.toml ├── extendedcrafting │ └── singularities │ │ ├── alfsteel.json │ │ ├── aluminum.json │ │ ├── atm.json │ │ ├── bronze.json │ │ ├── clock.json │ │ ├── coal.json │ │ ├── copper.json │ │ ├── dark_matter.json │ │ ├── diamond.json │ │ ├── electrum.json │ │ ├── emerald.json │ │ ├── glowstone.json │ │ ├── invar.json │ │ ├── iron.json │ │ ├── lapis_lazuli.json │ │ ├── lead.json │ │ ├── nickel.json │ │ ├── platinum.json │ │ ├── red_matter.json │ │ ├── redstone.json │ │ ├── sculk.json │ │ ├── silver.json │ │ ├── steel.json │ │ ├── tin.json │ │ ├── unobtainium.json │ │ ├── uranium.json │ │ └── vibranium.json ├── farmersdelight-client.toml ├── farmersdelight-common.toml ├── ferritecore-mixin.toml ├── fml.toml ├── forge-client.toml ├── forge-common.toml ├── ftbbackups-common.toml ├── ftbquests │ └── quests │ │ ├── chapter_groups.snbt │ │ ├── chapters │ │ ├── chapteremcworldadvanced_aether.snbt │ │ ├── chapteremcworldadvanced_magic.snbt │ │ ├── chapteremcworldadvanced_mek.snbt │ │ ├── chapteremcworldaerial.snbt │ │ ├── chapteremcworldatum.snbt │ │ ├── chapteremcworldbotania_first.snbt │ │ ├── chapteremcworldeighth_alfheim.snbt │ │ ├── chapteremcworldeighth_emcworld.snbt │ │ ├── chapteremcworldeighth_hide.snbt │ │ ├── chapteremcworldeighth_infinity.snbt │ │ ├── chapteremcworldeighth_mekanism.snbt │ │ ├── chapteremcworldfifth_arcana.snbt │ │ ├── chapteremcworldfifth_hals.snbt │ │ ├── chapteremcworldfifth_hell.snbt │ │ ├── chapteremcworldfifth_magic.snbt │ │ ├── chapteremcworldfifth_tech.snbt │ │ ├── chapteremcworldfourth_alfheim.snbt │ │ ├── chapteremcworldfourth_magic.snbt │ │ ├── chapteremcworldfourth_ratlantis.snbt │ │ ├── chapteremcworldfourth_tech.snbt │ │ ├── chapteremcworldfourth_twilightforest.snbt │ │ ├── chapteremcworldgetting_start.snbt │ │ ├── chapteremcworldoff_quest_skill.snbt │ │ ├── chapteremcworldor_argi.snbt │ │ ├── chapteremcworldor_dungeons.snbt │ │ ├── chapteremcworldor_nightmare.snbt │ │ ├── chapteremcworldseven_dead.snbt │ │ ├── chapteremcworldseven_divine.snbt │ │ ├── chapteremcworldseven_end.snbt │ │ ├── chapteremcworldsixth_magic.snbt │ │ ├── chapteremcworldsixth_undergarden.snbt │ │ ├── chapteremcworldtech_first.snbt │ │ ├── chapteremcworldthird_dream.snbt │ │ ├── chapteremcworldthird_magic.snbt │ │ ├── chapteremcworldthird_sea.snbt │ │ ├── chapteremcworldthird_tech.snbt │ │ └── chapteremcworldupgrade.snbt │ │ ├── data.snbt │ │ └── reward_tables │ │ ├── 1.snbt │ │ ├── rewardemcworldsword_epic.snbt │ │ ├── rewardemcworldsword_normal.snbt │ │ ├── sheetemcworldapalachiapark.snbt │ │ ├── sheetemcworldcrawler.snbt │ │ ├── sheetemcworldedenpark.snbt │ │ ├── sheetemcworldhalitepark.snbt │ │ ├── sheetemcworldmortumpark.snbt │ │ ├── sheetemcworldskythernpark.snbt │ │ ├── sheetemcworldsnowpark.snbt │ │ ├── sheetemcworldtemplate.snbt │ │ └── sheetemcworldwildwoodpark.snbt ├── gamestages │ └── known_stages.json ├── gobber-general.toml ├── good_nights_sleep-common.toml ├── hats-client.toml ├── ichunutil.toml ├── ichunutil │ ├── head │ │ ├── 5.extracted │ │ ├── Abnormals │ │ │ ├── Autumnity │ │ │ │ ├── SnailEntity.json │ │ │ │ └── TurkeyEntity.json │ │ │ ├── Buzzier Bees │ │ │ │ ├── BumblebeeEntity.json │ │ │ │ └── MoobloomEntity.json │ │ │ ├── Caverns & Chasms │ │ │ │ └── DeeperEntity.json │ │ │ ├── Environmental │ │ │ │ ├── DeerEntity.json │ │ │ │ ├── DuckEntity.json │ │ │ │ ├── KoiEntity.json │ │ │ │ ├── SlabfishEntity.json │ │ │ │ └── YakEntity.json │ │ │ ├── Neapolitan │ │ │ │ └── ChimpanzeeEntity.json │ │ │ └── Savage & Ravage │ │ │ │ ├── CreepieEntity.json │ │ │ │ ├── ExecutionerEntity.json │ │ │ │ ├── GrieferEntity.json │ │ │ │ ├── IceologerEntity.json │ │ │ │ └── SkeletonVillagerEntity.json │ │ ├── AbstractHorseEntity.json │ │ ├── AbstractIllagerEntity.json │ │ ├── AbstractPiglinEntity.json │ │ ├── AbstractSkeletonEntity.json │ │ ├── AbstractVillagerEntity.json │ │ ├── Aquaculture │ │ │ ├── AquaFishEntity.json │ │ │ └── TurtleLandEntity.json │ │ ├── Artifacts │ │ │ └── MimicEntity.json │ │ ├── Atum │ │ │ ├── AssassinEntity.json │ │ │ ├── AtumVillagerEntity.json │ │ │ ├── BarbarianEntity.json │ │ │ ├── BonestormEntity.json │ │ │ ├── BrigandEntity.json │ │ │ ├── DesertRabbitEntity.json │ │ │ ├── DesertWolfEntity.json │ │ │ ├── ForsakenEntity.json │ │ │ ├── MummyEntity.json │ │ │ ├── NomadEntity.json │ │ │ ├── PharaohEntity.json │ │ │ ├── QuailEntity.json │ │ │ ├── ScarabEntity.json │ │ │ ├── SergeantEntity.json │ │ │ ├── ServalEntity.json │ │ │ ├── StoneguardEntity.json │ │ │ ├── StonewardenEntity.json │ │ │ ├── TarantulaEntity.json │ │ │ ├── WarlordEntity.json │ │ │ └── WraithEntity.json │ │ ├── BatEntity.json │ │ ├── BeeEntity.json │ │ ├── Belly Button │ │ │ ├── DustBunnyEntity.json │ │ │ └── EvilDustBunnyEntity.json │ │ ├── Bettas │ │ │ └── BettaFishEntity.json │ │ ├── BetterEnd │ │ │ ├── CubozoaEntity.json │ │ │ ├── DragonflyEntity.json │ │ │ ├── EndFishEntity.json │ │ │ ├── EndSlimeEntity.json │ │ │ ├── ShadowWalkerEntity.json │ │ │ └── SilkMothEntity.json │ │ ├── BlazeEntity.json │ │ ├── Blue Skies │ │ │ ├── ArachnarchEntity.json │ │ │ ├── ArmoredFrostSpiritEntity.json │ │ │ ├── ArtificialGolemEntity.json │ │ │ ├── AzulfoEntity.json │ │ │ ├── CharscaleMokiEntity.json │ │ │ ├── CosmicFoxEntity.json │ │ │ ├── CrogreEntity.json │ │ │ ├── CrynocerousEntity.json │ │ │ ├── CrystalCamelEntity.json │ │ │ ├── DiophydeProwlerEntity.json │ │ │ ├── EmberbackEntity.json │ │ │ ├── FireflyEntity.json │ │ │ ├── FrostSpiritEntity.json │ │ │ ├── GatekeeperEntity.json │ │ │ ├── GrittleFlatfishEntity.json │ │ │ ├── HorizofinTunidEntity.json │ │ │ ├── InfestedSwarmerEntity.json │ │ │ ├── JellyDrifterEntity.json │ │ │ ├── MunicipalMonkfishEntity.json │ │ │ ├── NestedSpiderEntity.json │ │ │ ├── NyctoflyEntity.json │ │ │ ├── PolargeistEntity.json │ │ │ ├── SeclamEntity.json │ │ │ ├── ShadeMonitorEntity.json │ │ │ ├── ShrumptyEntity.json │ │ │ ├── SlivEntity.json │ │ │ ├── SnowOwlEntity.json │ │ │ ├── SpewterEntity.json │ │ │ ├── StardustRamEntity.json │ │ │ ├── StarlitCrusherEntity.json │ │ │ ├── StoneletEntity.json │ │ │ ├── SummonerEntity.json │ │ │ ├── VenomSpiderEntity.json │ │ │ └── WhistleshellCrabEntity.json │ │ ├── Buddycards │ │ │ └── EnderlingEntity.json │ │ ├── CatEntity.json │ │ ├── Caves & Cliffs Backport │ │ │ ├── AxolotlEntity.json │ │ │ ├── GlowSquidEntity.json │ │ │ └── GoatEntity.json │ │ ├── ChickenEntity.json │ │ ├── CodEntity.json │ │ ├── Colds Piggy Bank │ │ │ └── PiggyBankEntity.json │ │ ├── CowEntity.json │ │ ├── CreeperEntity.json │ │ ├── CutePuppyMod │ │ │ ├── EntityBlue.json │ │ │ ├── EntityBoss.json │ │ │ ├── EntityBossEnder.json │ │ │ ├── EntityEnder.json │ │ │ ├── EntityGreen.json │ │ │ ├── EntityHerobrine.json │ │ │ ├── EntityPurple.json │ │ │ ├── EntityRed.json │ │ │ ├── EntitySix.json │ │ │ ├── EntitySteve.json │ │ │ └── EntityYellow.json │ │ ├── Darker Depths │ │ │ ├── GlowshroomMonsterEntity.json │ │ │ └── MagmaMinionEntity.json │ │ ├── Desolation │ │ │ └── BlackenedEntityCustomEntity.json │ │ ├── Direbats │ │ │ └── DirebatEntity.json │ │ ├── DolphinEntity.json │ │ ├── DrownedEntity.json │ │ ├── Druidcraft │ │ │ ├── BeetleEntity.json │ │ │ ├── DreadfishEntity.json │ │ │ └── LunarMothEntity.json │ │ ├── Dummy Players │ │ │ └── DummyPlayerEntity.json │ │ ├── Dungeons Mobs │ │ │ ├── ArmoredMountaineerEntity.json │ │ │ ├── ArmoredPillagerEntity.json │ │ │ ├── ArmoredVindicatorEntity.json │ │ │ ├── GeomancerBombEntity.json │ │ │ ├── GeomancerEntity.json │ │ │ ├── GeomancerWallEntity.json │ │ │ ├── IceologerEntity.json │ │ │ ├── LeapleafEntity.json │ │ │ ├── MountaineerEntity.json │ │ │ ├── PoisonQuillVineEntity.json │ │ │ ├── QuickGrowingVineEntity.json │ │ │ ├── RedstoneCubeEntity.json │ │ │ ├── RedstoneGolemEntity.json │ │ │ ├── SquallGolemEntity.json │ │ │ ├── VindicatorChefEntity.json │ │ │ ├── WhispererEntity.json │ │ │ ├── WindcallerEntity.json │ │ │ └── WraithEntity.json │ │ ├── Earth Mobs │ │ │ ├── BoneSpiderEntity.json │ │ │ ├── BoulderingZombieEntity.json │ │ │ ├── CluckShroomEntity.json │ │ │ ├── HornedSheepEntity.json │ │ │ ├── JollyLlamaEntity.json │ │ │ ├── LobberZombieEntity.json │ │ │ ├── MoobloomEntity.json │ │ │ ├── MuddyPigEntity.json │ │ │ ├── RainbowSheepEntity.json │ │ │ ├── VilerWitchEntity.json │ │ │ └── WoolyCowEntity.json │ │ ├── Eidolon │ │ │ ├── WraithEntity.json │ │ │ └── ZombieBruteEntity.json │ │ ├── ElderGuardianEntity.json │ │ ├── Enchant With Mob │ │ │ └── EnchanterEntity.json │ │ ├── End Reborn │ │ │ └── EndGuardMob.json │ │ ├── EnderDragonEntity.json │ │ ├── EndermanEntity.json │ │ ├── EndermiteEntity.json │ │ ├── Exotic Birds │ │ │ ├── EntityBluejay.json │ │ │ ├── EntityBooby.json │ │ │ ├── EntityBudgerigar.json │ │ │ ├── EntityCardinal.json │ │ │ ├── EntityCassowary.json │ │ │ ├── EntityCockatoo.json │ │ │ ├── EntityCrane.json │ │ │ ├── EntityDuck.json │ │ │ ├── EntityFlamingo.json │ │ │ ├── EntityGouldianFinch.json │ │ │ ├── EntityGull.json │ │ │ ├── EntityHeron.json │ │ │ ├── EntityHummingbird.json │ │ │ ├── EntityKingfisher.json │ │ │ ├── EntityKiwi.json │ │ │ ├── EntityKookaburra.json │ │ │ ├── EntityLyrebird.json │ │ │ ├── EntityMacaw.json │ │ │ ├── EntityMagpie.json │ │ │ ├── EntityOstrich.json │ │ │ ├── EntityOwl.json │ │ │ ├── EntityPeafowl.json │ │ │ ├── EntityPelican.json │ │ │ ├── EntityPenguin.json │ │ │ ├── EntityPigeon.json │ │ │ ├── EntityRoadrunner.json │ │ │ ├── EntityRobin.json │ │ │ ├── EntitySwan.json │ │ │ ├── EntityToucan.json │ │ │ └── EntityWoodpecker.json │ │ ├── Extra Golems │ │ │ └── GenericGolem.json │ │ ├── Fins & Tails │ │ │ ├── BandedRedbackShrimpEntity.json │ │ │ ├── BluWeeEntity.json │ │ │ ├── FlatbackLeafSnailEntity.json │ │ │ ├── FlatbackSuckerEntity.json │ │ │ ├── GoldenRiverRayEntity.json │ │ │ ├── GopjetEntity.json │ │ │ ├── HighFinnedBlueEntity.json │ │ │ ├── MudhorseEntity.json │ │ │ ├── NightLightSquidEntity.json │ │ │ ├── OrnateBugfishEntity.json │ │ │ ├── PapaWeeEntity.json │ │ │ ├── PeaWeeEntity.json │ │ │ ├── PenglilEntity.json │ │ │ ├── PhantomNudibranchEntity.json │ │ │ ├── RedBullCrabEntity.json │ │ │ ├── RiverPebbleSnailEntity.json │ │ │ ├── RubberBellyGliderEntity.json │ │ │ ├── SiderolWhiskeredSnailEntity.json │ │ │ ├── SpindlyGemCrabEntity.json │ │ │ ├── SwampMuckerEntity.json │ │ │ ├── TealArrowfishArrowEntity.json │ │ │ ├── TealArrowfishEntity.json │ │ │ ├── VibraWeeEntity.json │ │ │ ├── WeeWeeEntity.json │ │ │ ├── WherbleEntity.json │ │ │ └── WhiteBullCrabEntity.json │ │ ├── FoxEntity.json │ │ ├── GhastEntity.json │ │ ├── GiantEntity.json │ │ ├── Goblin Traders │ │ │ ├── GoblinTraderEntity.json │ │ │ └── VeinGoblinTraderEntity.json │ │ ├── Good Night's Sleep │ │ │ ├── BabyCreeperEntity.json │ │ │ ├── HerobrineEntity.json │ │ │ ├── TormenterEntity.json │ │ │ └── UnicornEntity.json │ │ ├── GraveStone │ │ │ └── GhostPlayerEntity.json │ │ ├── Greek Fantasy │ │ │ ├── AraEntity.json │ │ │ ├── ArachneEntity.json │ │ │ ├── CentaurEntity.json │ │ │ ├── CerastesEntity.json │ │ │ ├── CerberusEntity.json │ │ │ ├── CharybdisEntity.json │ │ │ ├── CirceEntity.json │ │ │ ├── CretanMinotaurEntity.json │ │ │ ├── CyclopesEntity.json │ │ │ ├── CyprianEntity.json │ │ │ ├── DrakainaEntity.json │ │ │ ├── DryadEntity.json │ │ │ ├── ElpisEntity.json │ │ │ ├── EmpusaEntity.json │ │ │ ├── FuryEntity.json │ │ │ ├── GiantBoarEntity.json │ │ │ ├── GiganteEntity.json │ │ │ ├── GorgonEntity.json │ │ │ ├── HarpyEntity.json │ │ │ ├── MadCowEntity.json │ │ │ ├── MakhaiEntity.json │ │ │ ├── MinotaurEntity.json │ │ │ ├── NaiadEntity.json │ │ │ ├── NemeanLionEntity.json │ │ │ ├── OrthusEntity.json │ │ │ ├── PythonEntity.json │ │ │ ├── SatyrEntity.json │ │ │ ├── ShadeEntity.json │ │ │ └── SirenEntity.json │ │ ├── Guard Villagers │ │ │ └── GuardEntity.json │ │ ├── GuardianEntity.json │ │ ├── HoglinEntity.json │ │ ├── IllusionerEntity.json │ │ ├── Infernal Expansion │ │ │ ├── BasaltGiantEntity.json │ │ │ ├── BlackstoneDwarfEntity.json │ │ │ ├── BlindsightEntity.json │ │ │ ├── EmbodyEntity.json │ │ │ ├── GlowsilkMothEntity.json │ │ │ ├── GlowsquitoEntity.json │ │ │ ├── ShroomloinEntity.json │ │ │ ├── SkeletalPiglinEntity.json │ │ │ ├── VolineEntity.json │ │ │ └── WarpbeetleEntity.json │ │ ├── Inventory Pets │ │ │ ├── AnvilPetEntity.json │ │ │ ├── BedPetEntity.json │ │ │ ├── BillGatesEntity.json │ │ │ ├── MiniQuantumBlazeEntity.json │ │ │ ├── MiniQuantumEndermanEntity.json │ │ │ ├── SatyaNadellaEntity.json │ │ │ └── SteveBallmerEntity.json │ │ ├── IronGolemEntity.json │ │ ├── Jellyfishing │ │ │ ├── AbstractJellyfishEntity.json │ │ │ ├── CowJellyfishEntity.json │ │ │ ├── CrimsonFungalJellyfishEntity.json │ │ │ ├── GlowstoneJellyfishEntity.json │ │ │ ├── GuardianJellyfishEntity.json │ │ │ ├── SlimeJellyfishEntity.json │ │ │ └── WarpedFungalJellyfishEntity.json │ │ ├── LlamaEntity.json │ │ ├── MagmaCubeEntity.json │ │ ├── Minecolonies │ │ │ ├── EntityAmazonChief.json │ │ │ ├── EntityArcherAmazon.json │ │ │ ├── EntityArcherBarbarian.json │ │ │ ├── EntityArcherMummy.json │ │ │ ├── EntityArcherPirate.json │ │ │ ├── EntityBarbarian.json │ │ │ ├── EntityCaptainPirate.json │ │ │ ├── EntityChiefBarbarian.json │ │ │ ├── EntityCitizen.json │ │ │ ├── EntityMercenary.json │ │ │ ├── EntityMummy.json │ │ │ ├── EntityNorsemenArcher.json │ │ │ ├── EntityNorsemenChief.json │ │ │ ├── EntityPirate.json │ │ │ ├── EntityShieldmaiden.json │ │ │ └── VisitorCitizen.json │ │ ├── Miniatures │ │ │ └── MiniMeEntity.json │ │ ├── Minibloom │ │ │ └── MinibloomEntity.json │ │ ├── MooshroomEntity.json │ │ ├── Mutant Beasts │ │ │ ├── CreeperMinionEntity.json │ │ │ ├── EndersoulCloneEntity.json │ │ │ ├── MutantCreeperEntity.json │ │ │ ├── MutantEndermanEntity.json │ │ │ ├── MutantSkeletonEntity.json │ │ │ ├── MutantSnowGolemEntity.json │ │ │ ├── MutantZombieEntity.json │ │ │ └── SpiderPigEntity.json │ │ ├── Mystical World │ │ │ ├── BeetleEntity.json │ │ │ ├── DeerEntity.json │ │ │ ├── DuckEntity.json │ │ │ ├── EnderminiEntity.json │ │ │ ├── FrogEntity.json │ │ │ ├── HellSproutEntity.json │ │ │ ├── LavaCatEntity.json │ │ │ ├── OwlEntity.json │ │ │ ├── SilkwormEntity.json │ │ │ ├── SilverFoxEntity.json │ │ │ └── SproutEntity.json │ │ ├── OcelotEntity.json │ │ ├── Odd Water Mobs │ │ │ ├── AnglerfishEntity$CustomEntity.json │ │ │ ├── AnglerfishPuffEntity$CustomEntity.json │ │ │ ├── BabySpiderCrabEntity$CustomEntity.json │ │ │ ├── CoelacanthEntity$CustomEntity.json │ │ │ ├── DarkGhostSharkEntity$CustomEntity.json │ │ │ ├── GhostSharkEntity$CustomEntity.json │ │ │ ├── HorseshoeCrabEntity$CustomEntity.json │ │ │ ├── IsopodEntity$CustomEntity.json │ │ │ ├── LongNosedGhostSharkEntity$CustomEntity.json │ │ │ ├── MudskipperEntity$CustomEntity.json │ │ │ ├── PinkGhostSharkEntity$CustomEntity.json │ │ │ └── SpiderCrabEntity$CustomEntity.json │ │ ├── Omni │ │ │ └── SeahorseEntity.json │ │ ├── PandaEntity.json │ │ ├── ParrotEntity.json │ │ ├── PetRock │ │ │ └── EntityPetRock.json │ │ ├── PhantomEntity.json │ │ ├── PigEntity.json │ │ ├── Platypuses │ │ │ └── PlatypusEntity.json │ │ ├── Player Mobs │ │ │ └── PlayerMobEntity.json │ │ ├── PlayerEntity.json │ │ ├── Pokecube AIO │ │ │ ├── LeaderNpc.json │ │ │ ├── NpcMob.json │ │ │ └── TrainerNpc.json │ │ ├── PolarBearEntity.json │ │ ├── PufferfishEntity.json │ │ ├── Quark │ │ │ ├── CrabEntity.json │ │ │ ├── ForgottenEntity.json │ │ │ ├── FoxhoundEntity.json │ │ │ ├── FrogEntity.json │ │ │ ├── ShibaEntity.json │ │ │ ├── StonelingEntity.json │ │ │ ├── ToretoiseEntity.json │ │ │ └── WraithEntity.json │ │ ├── RabbitEntity.json │ │ ├── Ravage & Cabbage │ │ │ ├── CabbagerEntity.json │ │ │ └── RCRavagerEntity.json │ │ ├── RavagerEntity.json │ │ ├── Resourceful Bees │ │ │ └── ResourcefulBee.json │ │ ├── SalmonEntity.json │ │ ├── SheepEntity.json │ │ ├── ShulkerEntity.json │ │ ├── SilverfishEntity.json │ │ ├── SlimeEntity.json │ │ ├── Snow Pig │ │ │ └── SnowPigEntity.json │ │ ├── SnowGolemEntity.json │ │ ├── SpiderEntity.json │ │ ├── Spooky Scary Jockeys │ │ │ └── LargeBatEntity.json │ │ ├── SquidEntity.json │ │ ├── Statues │ │ │ ├── PlayerStatueEntity.json │ │ │ └── StatueBatEntity.json │ │ ├── Straw Golem │ │ │ └── EntityStrawGolem.json │ │ ├── StriderEntity.json │ │ ├── Teletubbies │ │ │ ├── DipsyEntity.json │ │ │ ├── DipsyZombieEntity.json │ │ │ ├── LaaLaaEntity.json │ │ │ ├── LaaLaaZombieEntity.json │ │ │ ├── NooNooEntity.json │ │ │ ├── PoEntity.json │ │ │ ├── PoZombieEntity.json │ │ │ ├── TiddlytubbyEntity.json │ │ │ ├── TinkyWinkyEntity.json │ │ │ └── TinkyWinkyZombieEntity.json │ │ ├── Terra Incognita │ │ │ └── ButterflyEntity.json │ │ ├── The Bumblezone │ │ │ └── HoneySlimeEntity.json │ │ ├── The Conjurer │ │ │ └── ConjurerEntity.json │ │ ├── The Lord of the Rings Mod Renewed │ │ │ ├── BlueDwarfEntity.json │ │ │ ├── BreeHobbitEntity.json │ │ │ ├── BreeManEntity.json │ │ │ ├── CaracalEntity.json │ │ │ ├── CoastSouthronEntity.json │ │ │ ├── DaleManEntity.json │ │ │ ├── DundelingEntity.json │ │ │ ├── DwarfEntity.json │ │ │ ├── GaladhrimElfEntity.json │ │ │ ├── GondorManEntity.json │ │ │ ├── GundabadOrcEntity.json │ │ │ ├── HarnedhrimEntity.json │ │ │ ├── HobbitEntity.json │ │ │ ├── LindonElfEntity.json │ │ │ ├── MordorOrcEntity.json │ │ │ ├── RivendellElfEntity.json │ │ │ ├── RohanManEntity.json │ │ │ ├── UmbarManEntity.json │ │ │ ├── UrukEntity.json │ │ │ └── WoodElfEntity.json │ │ ├── Thermal │ │ │ ├── BasalzEntity.json │ │ │ ├── BlitzEntity.json │ │ │ └── BlizzEntity.json │ │ ├── Toad Terror │ │ │ ├── ToadProtectorEntity.json │ │ │ └── ToadSentinelEntity.json │ │ ├── TropicalFishEntity.json │ │ ├── TurtleEntity.json │ │ ├── Twilight Forest │ │ │ ├── EntityStableIceCore.json │ │ │ ├── EntityTFAdherent.json │ │ │ ├── EntityTFBlockGoblin.json │ │ │ ├── EntityTFBoar.json │ │ │ ├── EntityTFBunny.json │ │ │ ├── EntityTFDeer.json │ │ │ ├── EntityTFFireBeetle.json │ │ │ ├── EntityTFGiantMiner.json │ │ │ ├── EntityTFGoblinKnightUpper.json │ │ │ ├── EntityTFHelmetCrab.json │ │ │ ├── EntityTFKobold.json │ │ │ ├── EntityTFLich.json │ │ │ ├── EntityTFMinoshroom.json │ │ │ ├── EntityTFMinotaur.json │ │ │ ├── EntityTFNaga.json │ │ │ ├── EntityTFPenguin.json │ │ │ ├── EntityTFPinchBeetle.json │ │ │ ├── EntityTFQuestRam.json │ │ │ ├── EntityTFRaven.json │ │ │ ├── EntityTFRedcap.json │ │ │ ├── EntityTFSlimeBeetle.json │ │ │ ├── EntityTFSnowQueen.json │ │ │ ├── EntityTFSquirrel.json │ │ │ ├── EntityTFTinyBird.json │ │ │ ├── EntityTFTowerGhast.json │ │ │ ├── EntityTFTowerGolem.json │ │ │ ├── EntityTFTowerTermite.json │ │ │ ├── EntityTFTroll.json │ │ │ ├── EntityTFUrGhast.json │ │ │ ├── EntityTFWraith.json │ │ │ ├── EntityTFYeti.json │ │ │ ├── EntityTFYetiAlpha.json │ │ │ └── EntityUnstableIceCore.json │ │ ├── Vemerioraptor │ │ │ ├── BrontosaurusEntity.json │ │ │ ├── PlesiosaurusEntity.json │ │ │ └── VemerioraptorEntity.json │ │ ├── VexEntity.json │ │ ├── Whisperwoods │ │ │ ├── EntityHidebehind.json │ │ │ ├── EntityHirschgeist.json │ │ │ ├── EntityMoth.json │ │ │ └── EntityZotzpyre.json │ │ ├── WitchEntity.json │ │ ├── WitherEntity.json │ │ ├── WolfEntity.json │ │ ├── ZoglinEntity.json │ │ ├── ZombieEntity.json │ │ ├── ZombieVillagerEntity.json │ │ └── ZombifiedPiglinEntity.json │ └── themes │ │ ├── aztec.json │ │ ├── blue&black.json │ │ ├── blue&orange.json │ │ ├── default.json │ │ ├── grassgreen.json │ │ ├── green&black.json │ │ ├── lazygray.json │ │ ├── monogeneric.json │ │ ├── nightblack.json │ │ ├── red&black.json │ │ ├── skyblue.json │ │ └── whitelight.json ├── illageandspillage-client.toml ├── illageandspillage-common.toml ├── illagers_plus.toml ├── immersiveengineering-client.toml ├── immersiveengineering-common.toml ├── instantunify-common.toml ├── inventoryprofilesnext │ ├── integrationHints │ │ ├── exampleIntegrationHints.json │ │ └── player-defined.json │ ├── inventoryprofiles.json │ └── 新的世界 │ │ ├── lockSlots.txt │ │ └── villager-trading-config.json ├── ironfurnaces-client.toml ├── ironfurnaces.toml ├── item_render_rebirth-common.toml ├── jecharacters.toml ├── jei-client.toml ├── jeresources-common.toml ├── jeresources.toml ├── konkrete │ └── locals │ │ ├── de_de.local │ │ ├── en_us.local │ │ ├── pl_pl.local │ │ └── pt_br.local ├── litewolfcore-client.toml ├── loading.png ├── lootr-client.toml ├── lootr-common.toml ├── magnesium_extras.toml ├── mcjtylib-client.toml ├── mgrb_extras.toml ├── mgrb_extras_entitylist.toml ├── mythicbotany-client.toml ├── mythicbotany.json5 ├── naturesaura-common.toml ├── naturescompass-client.toml ├── naturescompass-common.toml ├── neat-client.toml ├── netherite_plus.json ├── netherportalspread-common.toml ├── netherportalspread │ └── spreadsettings.txt ├── notenoughcrashes.json ├── oculus.properties ├── openloader-common.toml ├── opotato-mixins.properties ├── oretweaker │ ├── Info.txt │ ├── OreTweaker.toml │ ├── data │ │ ├── ancient_debris.json │ │ ├── andesite.json │ │ ├── blackstone.json │ │ ├── coal_ore.json │ │ ├── diamond_ore.json │ │ ├── diorite.json │ │ ├── dirt.json │ │ ├── emerald_ore.json │ │ ├── gold_ore.json │ │ ├── granite.json │ │ ├── gravel.json │ │ ├── infested_stone.json │ │ ├── iron_ore.json │ │ ├── lapis_ore.json │ │ ├── magma_block.json │ │ ├── nether_gold_ore.json │ │ ├── nether_quartz_ore.json │ │ ├── redstone_ore.json │ │ └── soul_sand.json │ └── templates │ │ ├── collectives │ │ ├── default.json │ │ ├── default_nether.json │ │ └── default_overworld.json │ │ ├── defaults │ │ ├── ancient_debris.json │ │ ├── andesite.json │ │ ├── blackstone.json │ │ ├── coal_ore.json │ │ ├── diamond_ore.json │ │ ├── diorite.json │ │ ├── dirt.json │ │ ├── emerald_ore.json │ │ ├── gold_ore.json │ │ ├── granite.json │ │ ├── gravel.json │ │ ├── infested_stone.json │ │ ├── iron_ore.json │ │ ├── lapis_ore.json │ │ ├── magma_block.json │ │ ├── nether_gold_ore.json │ │ ├── nether_quartz_ore.json │ │ ├── redstone_ore.json │ │ └── soul_sand.json │ │ ├── other │ │ └── fuck_silverfish.json │ │ └── remove │ │ ├── remove_everything.json │ │ ├── remove_everything_nether.json │ │ ├── remove_everything_overworld.json │ │ ├── remove_igneous_rocks.json │ │ ├── remove_ores.json │ │ ├── remove_ores_nether.json │ │ ├── remove_ores_overworld.json │ │ ├── remove_stones.json │ │ ├── remove_stones_nether.json │ │ └── remove_stones_overworld.json ├── packmenu.cfg ├── patchouli-client.toml ├── performant-common.toml ├── pipez-client.toml ├── polymorph-integrations.toml ├── prefab.toml ├── quark-common-1.toml.bak ├── quark-common-2.toml.bak ├── quark-common.toml ├── rats-client.toml ├── rats-common.toml ├── refinedstorage-client.toml ├── repurposed_structures-forge │ ├── bastions.toml │ ├── biome_dimension_allow_disallow_configs.json5 │ ├── cities.toml │ ├── dungeons.toml │ ├── fortresses.toml │ ├── igloos.toml │ ├── mansions.toml │ ├── mineshafts.toml │ ├── modded_loot.toml │ ├── natural_mob_spawning_configs.json5 │ ├── outposts.toml │ ├── pyramids.toml │ ├── ruined_portals.toml │ ├── ruins.toml │ ├── shipwrecks.toml │ ├── strongholds.toml │ ├── temples.toml │ ├── villages.toml │ ├── wells.toml │ └── witch_huts.toml ├── rubidium-mixins.properties ├── rubidium-options.json ├── savageandravage-client.toml ├── savageandravage-common.toml ├── scaling-health │ ├── client.toml │ ├── common.toml │ └── game_settings.toml ├── sci4me │ └── Torcherino.cfg ├── sidebar_buttons.json ├── sodiumextra-options.json ├── sodiumextra.properties ├── spark │ └── activity.json ├── stoneholm.json5 ├── structure_gel-client.toml ├── structure_gel-common.toml ├── the_bumblezone │ ├── bee_aggression.toml │ ├── client.toml │ ├── dimension.toml │ ├── general.toml │ ├── mod_compatibility.toml │ └── worldgen.toml ├── thermal-client.toml ├── toastcontrol-common.toml ├── torohealth.json ├── twilightforest-client.toml ├── twilightforest-common.toml ├── ultra_amplified_dimension.toml ├── unusual_end.json ├── waila │ ├── waila.json │ └── waila_plugins.json ├── wailaharvestability-client-1.toml.bak ├── wailaharvestability-client.toml ├── waystones-client.toml ├── waystones-common.toml ├── waystones-server.toml ├── when-dungeons-arise-common.toml ├── worleycaves-client.toml ├── worleycaves-common-1.toml.bak ├── worleycaves-common-2.toml.bak ├── worleycaves-common-3.toml.bak ├── worleycaves-common-4.toml.bak ├── worleycaves-common-5.toml.bak ├── worleycaves-common.toml ├── yungsbridges-forge-1_16-1.toml.bak └── yungsbridges-forge-1_16.toml ├── python ├── block_loot_table.py ├── lang.json ├── mek_data_gen.py └── tier_item_gen.py ├── scripts ├── api │ ├── astral │ │ ├── base.zs │ │ └── tags.zs │ ├── bloodmagic │ │ └── base.zs │ ├── botania │ │ ├── recipes.zs │ │ └── tag.zs │ ├── crockpot │ │ └── foodvalue.zs │ ├── emcworld │ │ ├── base.zs │ │ ├── loot_table.zs │ │ ├── oreProce │ │ │ ├── emcOres.zs │ │ │ └── emcOresProce.zs │ │ └── tag.zs │ ├── extendedcrafting │ │ └── base.zs │ ├── jei │ │ ├── desc.zs │ │ └── hide.zs │ ├── main.zs │ ├── mekanism │ │ ├── base.zs │ │ ├── cyanideProce │ │ │ ├── basic.zs │ │ │ ├── cyanideRecipe.zs │ │ │ └── nitrogenRecipe.zs │ │ ├── oreProce │ │ │ ├── extraOre.zs │ │ │ └── oreProcessing.zs │ │ └── tooltip.zs │ ├── natureaura │ │ └── base.zs │ ├── projecte │ │ └── emcItem.zs │ ├── thermal │ │ ├── fix.zs │ │ ├── fixRecipes.zs │ │ └── removeTags.zs │ └── vanilla │ │ └── recipes.zs ├── events │ └── event.zs ├── loot_tables │ ├── aether.zs │ ├── atum.zs │ ├── bloodmagic.zs │ ├── emcworld │ │ ├── emcworld.zs │ │ ├── gnsTable.zs │ │ ├── ipsTable.zs │ │ ├── mods.zs │ │ └── util.zs │ ├── minecraft.zs │ └── twilight.zs ├── recipes │ ├── abyss │ │ └── recipes.zs │ ├── aether │ │ └── recipes.zs │ ├── after_night │ │ └── recipes.zs │ ├── astral │ │ └── recipes.zs │ ├── atlantis │ │ └── recipes.zs │ ├── atum │ │ └── recipes.zs │ ├── bloodmagic │ │ └── recipes.zs │ ├── botania │ │ ├── modifyRecipe.zs │ │ └── recipes.zs │ ├── byg │ │ ├── pendorite.zs │ │ └── recipes.zs │ ├── emcworld │ │ ├── food.zs │ │ ├── oreProcessing.zs │ │ ├── recipes │ │ │ ├── advancedColor.zs │ │ │ ├── color.zs │ │ │ ├── colorfulBlock │ │ │ │ ├── AddonColor.zs │ │ │ │ ├── BaseColor.zs │ │ │ │ ├── ColorfulRecipes.zs │ │ │ │ ├── ReduceColor.zs │ │ │ │ └── TimeColor.zs │ │ │ ├── crafting.zs │ │ │ ├── difficulty │ │ │ │ ├── D1Recipes.zs │ │ │ │ ├── D2Recipes.zs │ │ │ │ ├── D3Recipes.zs │ │ │ │ └── DifficultyRecipes.zs │ │ │ ├── equipments │ │ │ │ └── StaffRecipe.zs │ │ │ ├── final.zs │ │ │ ├── final │ │ │ │ ├── f1.zs │ │ │ │ ├── f2.zs │ │ │ │ ├── f3.zs │ │ │ │ ├── f4.zs │ │ │ │ └── f5.zs │ │ │ ├── getter │ │ │ │ ├── ArmorGetter.zs │ │ │ │ ├── BaseGetter.zs │ │ │ │ ├── BlockGetter.zs │ │ │ │ ├── GobberGetter.zs │ │ │ │ ├── NetherGetter.zs │ │ │ │ ├── PipeGetter.zs │ │ │ │ └── SingGetter.zs │ │ │ ├── ice.zs │ │ │ ├── pro.zs │ │ │ ├── recipes.zs │ │ │ ├── removeRecipes.zs │ │ │ ├── singularity.zs │ │ │ ├── smithRecipe.zs │ │ │ ├── stage │ │ │ │ ├── EMCStage.zs │ │ │ │ └── StageGetter.zs │ │ │ ├── trade.zs │ │ │ └── util.zs │ │ └── tag.zs │ ├── extendedcrafting │ │ └── recipes.zs │ ├── gobber │ │ ├── addIngotRecipe.zs │ │ ├── oreProce.zs │ │ └── removeRecipe.zs │ ├── hem │ │ └── recipes.zs │ ├── mekanism │ │ ├── EnrichRecipe.zs │ │ ├── InfusionRecipe.zs │ │ ├── alloyRecipe.zs │ │ ├── cyanideRecipe.zs │ │ ├── oreProcessing.zs │ │ └── recipes.zs │ ├── natureaura │ │ └── recipes.zs │ ├── projecte │ │ └── recipes.zs │ ├── quark │ │ └── recipes.zs │ ├── rats │ │ └── recipes.zs │ ├── rs │ │ └── recipes.zs │ ├── thermal │ │ └── removeRecipes.zs │ └── undergarden │ │ └── recipes.zs ├── start.zs └── utils │ ├── dimension_stages.zs │ ├── expand.zs │ ├── getter.zs │ ├── helper │ └── getRecipeName.zs │ ├── item_stages.zs │ ├── math.zs │ ├── setting.zs │ └── stage.zs ├── src ├── main │ ├── java │ │ └── biggestxuan │ │ │ └── emcworld │ │ │ ├── EMCWorld.java │ │ │ ├── api │ │ │ ├── EMCWorldAPI.java │ │ │ ├── EMCWorldSince.java │ │ │ ├── IWIP.java │ │ │ ├── OnlyDev.java │ │ │ ├── block │ │ │ │ ├── BaseContainerTileEntity.java │ │ │ │ ├── BaseTileBlock.java │ │ │ │ ├── BaseUpgradeBlock.java │ │ │ │ ├── BaseUpgradeTileEntity.java │ │ │ │ └── EMCWorldBaseContainer.java │ │ │ ├── capability │ │ │ │ ├── IEntityUtilCapability.java │ │ │ │ ├── IPlayerSkillCapability.java │ │ │ │ └── IUtilCapability.java │ │ │ ├── crafttweaker │ │ │ │ ├── CrTAltarRecipe.java │ │ │ │ ├── CrTEMCStage.java │ │ │ │ ├── CrTInfuserRecipe.java │ │ │ │ ├── CrTMythicInfusionRecipe.java │ │ │ │ ├── CrTOfferRecipe.java │ │ │ │ ├── CrTSpawnerRecipe.java │ │ │ │ ├── CrTSteelFurnaceRecipe.java │ │ │ │ ├── CrTTreeRitualRecipe.java │ │ │ │ └── CrockPot │ │ │ │ │ ├── CrTCookPotRecipe.java │ │ │ │ │ ├── CrTExplosionRecipe.java │ │ │ │ │ ├── CrTFoodValue.java │ │ │ │ │ ├── CrTFoodValueDefinition.java │ │ │ │ │ ├── CrTPiglinTrade.java │ │ │ │ │ ├── CrTRequirement.java │ │ │ │ │ └── CrTWeightItem.java │ │ │ ├── entity │ │ │ │ ├── PlayerBaseEntity.java │ │ │ │ └── PlayerRaidBaseEntity.java │ │ │ ├── event │ │ │ │ ├── LivingEatFoodEvent.java │ │ │ │ ├── PlayerAddMaxLevelEvent.java │ │ │ │ ├── PlayerEMCShiedCostEvent.java │ │ │ │ ├── PlayerGetXPEvent.java │ │ │ │ ├── PlayerModifyEMCEvent.java │ │ │ │ ├── PlayerPrefixFreshEvent.java │ │ │ │ ├── PlayerShieldDefenseEvent.java │ │ │ │ └── PlayerUpgradeItemEvent.java │ │ │ ├── item │ │ │ │ ├── EMCWorldBaseItem.java │ │ │ │ ├── ICostEMCItem.java │ │ │ │ ├── IDifficultyItem.java │ │ │ │ ├── IDisableAnvilItem.java │ │ │ │ ├── IEMCGod.java │ │ │ │ ├── IEMCInfuserItem.java │ │ │ │ ├── IEMCRepairableItem.java │ │ │ │ ├── IFakeEMCItem.java │ │ │ │ ├── IKillCountItem.java │ │ │ │ ├── IModpackItem.java │ │ │ │ ├── INameItem.java │ │ │ │ ├── INeedLevelItem.java │ │ │ │ ├── IOwnerItem.java │ │ │ │ ├── IPlayerDifficultyItem.java │ │ │ │ ├── IPrefixItem.java │ │ │ │ ├── ISecondEMCItem.java │ │ │ │ ├── ISponsorItem.java │ │ │ │ ├── IUpgradeableItem.java │ │ │ │ ├── IUpgradeableMaterial.java │ │ │ │ ├── IUpgradeableTool.java │ │ │ │ ├── base │ │ │ │ │ ├── BaseCuriosItem.java │ │ │ │ │ ├── BaseDifficultyItem.java │ │ │ │ │ ├── BaseFestivalItem.java │ │ │ │ │ ├── BaseFoodItem.java │ │ │ │ │ ├── BaseGetStageItem.java │ │ │ │ │ ├── BaseModPackItem.java │ │ │ │ │ └── BaseUpgradeBlockItem.java │ │ │ │ └── equipment │ │ │ │ │ ├── IAttackSpeedItem.java │ │ │ │ │ ├── IEMCGodWeaponLevel.java │ │ │ │ │ ├── IGemInlaidItem.java │ │ │ │ │ ├── IPurityItem.java │ │ │ │ │ ├── IStarItem.java │ │ │ │ │ ├── ISuckerItem.java │ │ │ │ │ ├── armor │ │ │ │ │ ├── BaseArmorItem.java │ │ │ │ │ ├── BaseEMCGodArmorItem.java │ │ │ │ │ ├── EMCWorldArmorMaterial.java │ │ │ │ │ ├── IEMCShieldArmor.java │ │ │ │ │ ├── IHealBoostArmor.java │ │ │ │ │ ├── IReachArmor.java │ │ │ │ │ ├── ISpeedArmor.java │ │ │ │ │ └── IUpgradeableArmor.java │ │ │ │ │ ├── bow │ │ │ │ │ └── IUpgradeBow.java │ │ │ │ │ ├── dagger │ │ │ │ │ ├── BaseEMCGodDagger.java │ │ │ │ │ └── IDaggerTier.java │ │ │ │ │ ├── gun │ │ │ │ │ ├── BaseEMCGodGun.java │ │ │ │ │ └── IGunTier.java │ │ │ │ │ ├── staff │ │ │ │ │ ├── BaseEMCGodStaff.java │ │ │ │ │ └── IStaffTier.java │ │ │ │ │ ├── warhammer │ │ │ │ │ ├── BaseEMCGodWarHammer.java │ │ │ │ │ └── IWarHammerTier.java │ │ │ │ │ └── weapon │ │ │ │ │ ├── BaseEMCGodSword.java │ │ │ │ │ ├── BaseWeaponItem.java │ │ │ │ │ ├── IAdditionsDamageWeapon.java │ │ │ │ │ ├── ICriticalWeapon.java │ │ │ │ │ ├── IRangeAttackWeapon.java │ │ │ │ │ └── IUpgradeableWeapon.java │ │ │ ├── recipe │ │ │ │ ├── IUpdateRecipe.java │ │ │ │ ├── helper │ │ │ │ │ └── NoInventoryRecipe.java │ │ │ │ └── ioRecipe │ │ │ │ │ ├── BaseIORecipe.java │ │ │ │ │ ├── BaseIOSerializer.java │ │ │ │ │ └── BaseIOType.java │ │ │ └── trait │ │ │ │ ├── AbstractTrait.java │ │ │ │ ├── IHasTraitItem.java │ │ │ │ ├── ITrait.java │ │ │ │ └── TraitType.java │ │ │ ├── client │ │ │ ├── EMCCoreItemColor.java │ │ │ ├── RegisterModel.java │ │ │ ├── event │ │ │ │ ├── ClientMessageEvent.java │ │ │ │ ├── ClientTickEvent.java │ │ │ │ ├── ColorHandlerEvent.java │ │ │ │ ├── ItemToolTipEvent.java │ │ │ │ ├── RenderEvent.java │ │ │ │ └── WarningEvent.java │ │ │ ├── hud │ │ │ │ ├── EMCWorldHUD.java │ │ │ │ └── RendEMCEvent.java │ │ │ ├── key │ │ │ │ ├── Admin.java │ │ │ │ ├── ArcanaDisplay.java │ │ │ │ ├── LastShield.java │ │ │ │ ├── LiveMode.java │ │ │ │ ├── PickModeKey.java │ │ │ │ ├── RangeAttack.java │ │ │ │ ├── SpeedControl.java │ │ │ │ └── Trait.java │ │ │ ├── lottery │ │ │ │ ├── BuyLotteryScreen.java │ │ │ │ ├── ChooseLotteryScreen.java │ │ │ │ ├── CompoundLotteryScreen.java │ │ │ │ ├── SimpleLotteryScreen.java │ │ │ │ └── TBLotteryScreen.java │ │ │ ├── models │ │ │ │ ├── EMCLevelModel.java │ │ │ │ ├── GodGunModel.java │ │ │ │ └── ModelRegistry.java │ │ │ ├── render │ │ │ │ ├── ArcanaBar.java │ │ │ │ ├── ContainerDenyRender.java │ │ │ │ ├── EMCShieldBar.java │ │ │ │ └── StarPedestalRender.java │ │ │ └── screen │ │ │ │ ├── AddModScreen.java │ │ │ │ ├── AdminScreen.java │ │ │ │ ├── AdvancedUpdateGUI.java │ │ │ │ ├── BaseEMCConfirmScreen.java │ │ │ │ ├── CompassScreen │ │ │ │ ├── FindBiomeScreen.java │ │ │ │ ├── FindScreen.java │ │ │ │ ├── TeleportBiomeScreen.java │ │ │ │ └── TeleportScreen.java │ │ │ │ ├── EMCCoreScreen.java │ │ │ │ ├── EMCOreCoreGUI.java │ │ │ │ ├── EMCWorldContainerHelperGUI.java │ │ │ │ ├── EMCWorldHelperGUI.java │ │ │ │ ├── GemstoneGUI.java │ │ │ │ ├── IHelperScreen.java │ │ │ │ ├── InfuserGUI.java │ │ │ │ ├── OpenScreen.java │ │ │ │ ├── PCLWarningScreen.java │ │ │ │ ├── PersonalLinkScreen.java │ │ │ │ ├── PrefixGUI.java │ │ │ │ ├── ProfessionGUI.java │ │ │ │ ├── SpeedClockScreen.java │ │ │ │ ├── SteelFurnaceGUI.java │ │ │ │ ├── SuperEMCGUI.java │ │ │ │ ├── TopCoreGUI.java │ │ │ │ ├── UpdateCoreGUI.java │ │ │ │ └── WeaponUpgradeGUI.java │ │ │ └── common │ │ │ ├── blocks │ │ │ ├── AdvancedUpdateBlock.java │ │ │ ├── EMCCoreBlock.java │ │ │ ├── EMCOreCoreBlock.java │ │ │ ├── EWBlock.java │ │ │ ├── EWUpdateBlock.java │ │ │ ├── FakeAltar.java │ │ │ ├── GemstoneBlock.java │ │ │ ├── InfuserBlock.java │ │ │ ├── InfuserMultiBlock.java │ │ │ ├── MultiBlock.java │ │ │ ├── Ores │ │ │ │ ├── EWDirtOre.java │ │ │ │ └── EWStoneOre.java │ │ │ ├── PrefixBlock.java │ │ │ ├── ProfessionalBlock.java │ │ │ ├── StarPedestalBlock.java │ │ │ ├── StarPedestalMultiBlock.java │ │ │ ├── SteelFurnaceCore.java │ │ │ ├── SuperEMCBlock.java │ │ │ ├── TestBlock.java │ │ │ ├── TopCoreBlock.java │ │ │ ├── UpdateBlock.java │ │ │ ├── VisConversionBlock.java │ │ │ ├── WeaponUpgradeBlock.java │ │ │ ├── container │ │ │ │ ├── AdvancedUpdateContainer.java │ │ │ │ ├── EMCCoreContainer.java │ │ │ │ ├── EMCOreCoreContainer.java │ │ │ │ ├── GemstoneContainer.java │ │ │ │ ├── InfuserContainer.java │ │ │ │ ├── PersonalLinkContainer.java │ │ │ │ ├── PrefixContainer.java │ │ │ │ ├── SteelFurnaceCoreContainer.java │ │ │ │ ├── SuperEMCContainer.java │ │ │ │ ├── TopCoreContainer.java │ │ │ │ ├── WeaponUpgradeContainer.java │ │ │ │ └── slot │ │ │ │ │ ├── GemSlot.java │ │ │ │ │ ├── GemWeaponSlot.java │ │ │ │ │ ├── GemstoneSlot.java │ │ │ │ │ ├── LuckySlot.java │ │ │ │ │ ├── MaterialSlot.java │ │ │ │ │ ├── PrefixSlot.java │ │ │ │ │ ├── ResultSlot.java │ │ │ │ │ └── WeaponSlot.java │ │ │ └── tile │ │ │ │ ├── AdvancedUpdateNumber.java │ │ │ │ ├── AdvancedUpdateTileEntity.java │ │ │ │ ├── EMCCoreTileEntity.java │ │ │ │ ├── EMCOreCoreTileEntity.java │ │ │ │ ├── GemstoneTileEntity.java │ │ │ │ ├── InfuserBlockTileEntity.java │ │ │ │ ├── PrefixTileEntity.java │ │ │ │ ├── StarPedestalTileEntity.java │ │ │ │ ├── SteelFurnaceTileEntity.java │ │ │ │ ├── SuperEMCTileEntity.java │ │ │ │ ├── TopCoreTileEntity.java │ │ │ │ ├── VisConversionTileEntity.java │ │ │ │ └── WeaponUpgradeBlockTileEntity.java │ │ │ ├── capability │ │ │ ├── CommonEventHandler.java │ │ │ ├── CommonSetupEventHandler.java │ │ │ ├── EMCWorldCapability.java │ │ │ ├── EntityUtil │ │ │ │ ├── EntityUtilCapability.java │ │ │ │ └── EntityUtilCapabilityProvider.java │ │ │ ├── PlayerLevel │ │ │ │ ├── PlayerLevelCapability.java │ │ │ │ └── PlayerLevelCapabilityProvider.java │ │ │ └── Util │ │ │ │ ├── UtilCapability.java │ │ │ │ └── UtilCapabilityProvider.java │ │ │ ├── command │ │ │ ├── Register.java │ │ │ └── run │ │ │ │ ├── ChangeSponsor.java │ │ │ │ ├── DumpPlayerInfo.java │ │ │ │ ├── Hand.java │ │ │ │ └── LotteryFresh.java │ │ │ ├── compact │ │ │ ├── AstralSorcery │ │ │ │ ├── EMCConstellationEffects.java │ │ │ │ ├── EMCMantleEffects.java │ │ │ │ └── Perk │ │ │ │ │ └── ArmorPerk.java │ │ │ ├── BloodMagic │ │ │ │ └── BloodMagicHelper.java │ │ │ ├── Botania │ │ │ │ ├── BotaniaFlowers │ │ │ │ │ └── TileEMCFlower.java │ │ │ │ └── FlowerBlock.java │ │ │ ├── CraftTweaker │ │ │ │ ├── CrTCalendar.java │ │ │ │ ├── CrTConfig.java │ │ │ │ ├── CrTDifficultyItem.java │ │ │ │ ├── CrTEMCWorldItem.java │ │ │ │ ├── CrTItemStage.java │ │ │ │ ├── CrTItemUtils.java │ │ │ │ ├── CrTLang.java │ │ │ │ ├── CrTLevelItem.java │ │ │ │ ├── CrTPlayerExpand.java │ │ │ │ └── CrTSingularity.java │ │ │ ├── Curios │ │ │ │ └── PlayerCuriosUtils.java │ │ │ ├── FTBQuests │ │ │ │ └── QuestReward.java │ │ │ ├── GameStage │ │ │ │ └── GameStageManager.java │ │ │ ├── Hwyla │ │ │ │ ├── DataProvider.java │ │ │ │ └── EMCWorldHwylaPlugin.java │ │ │ ├── JEI │ │ │ │ ├── AdvanceUpdate │ │ │ │ │ ├── AdvancedUpdateCategory.java │ │ │ │ │ └── JEIAdvancedUpdateRecipe.java │ │ │ │ ├── Afterlight │ │ │ │ │ ├── Ancient │ │ │ │ │ │ ├── AncientCategory.java │ │ │ │ │ │ └── AncientRecipe.java │ │ │ │ │ ├── Glyph │ │ │ │ │ │ ├── GlyphCategory.java │ │ │ │ │ │ └── GlyphRecipe.java │ │ │ │ │ └── Ritual │ │ │ │ │ │ ├── RitualCategory.java │ │ │ │ │ │ └── RitualRecipe.java │ │ │ │ ├── CollectorFixCategory.java │ │ │ │ ├── EMCOre │ │ │ │ │ ├── EMCOreCategory.java │ │ │ │ │ └── EMCOreJEIRecipe.java │ │ │ │ ├── EMCWorldJEIPlugin.java │ │ │ │ ├── FTBQ │ │ │ │ │ └── FTBQCategory.java │ │ │ │ ├── Infuser │ │ │ │ │ └── InfuserCategory.java │ │ │ │ ├── JEILang.java │ │ │ │ ├── PiglinRecipe │ │ │ │ │ ├── JEIPiglinRecipe.java │ │ │ │ │ └── PiglinCategory.java │ │ │ │ ├── Star │ │ │ │ │ └── StarCategory.java │ │ │ │ ├── SteelFurnace │ │ │ │ │ └── SteelFurnaceCategory.java │ │ │ │ ├── SuperEMC │ │ │ │ │ └── SuperEMCCategory.java │ │ │ │ └── Update │ │ │ │ │ ├── JEIUpdateRecipe.java │ │ │ │ │ └── UpdateCategory.java │ │ │ ├── Mekanism │ │ │ │ ├── EWSlurry.java │ │ │ │ ├── EWSlurryBuilder.java │ │ │ │ ├── MekUtils.java │ │ │ │ └── Module │ │ │ │ │ ├── EMCProtect │ │ │ │ │ ├── EnergyProtectModuleItem.java │ │ │ │ │ └── EnergyProtectModuleUnit.java │ │ │ │ │ └── Infinity │ │ │ │ │ ├── InfinityModuleItem.java │ │ │ │ │ └── InfinityModuleUnit.java │ │ │ ├── MysticalAgriculture │ │ │ │ ├── EMCWorldEssenceItem.java │ │ │ │ └── EMCWorldMysticalAgriculturePlugin.java │ │ │ ├── Projecte │ │ │ │ ├── EMCGemsMapping.java │ │ │ │ ├── EMCHelper.java │ │ │ │ ├── KnowledgeHelper.java │ │ │ │ ├── ModifyCollector.java │ │ │ │ └── itf │ │ │ │ │ └── ICollectorLifeSpan.java │ │ │ └── ScalingHealth │ │ │ │ └── DifficultyHelper.java │ │ │ ├── config │ │ │ ├── ClientConfigManager.java │ │ │ └── ConfigManager.java │ │ │ ├── creativeTab │ │ │ ├── EWCEquipmentTab.java │ │ │ ├── EWCreativeTab.java │ │ │ ├── EWOreItemsTab.java │ │ │ ├── EWOresTab.java │ │ │ └── EWQuestsTab.java │ │ │ ├── data │ │ │ ├── DifficultyData.java │ │ │ ├── LotteryData.java │ │ │ └── ShareEMCData.java │ │ │ ├── enchantments │ │ │ ├── BaseEnchantment.java │ │ │ ├── EMCGiantKillerEnchantment.java │ │ │ ├── EMCLootingEnchantment.java │ │ │ ├── EMCReduceEnchantment.java │ │ │ └── EMCRepairEnchantment.java │ │ │ ├── entity │ │ │ ├── AmmoEntity.java │ │ │ ├── EMCWorldFakePlayer.java │ │ │ ├── IceCreamEntity.java │ │ │ └── Player │ │ │ │ ├── Abunana.java │ │ │ │ ├── Alfie_zh.java │ │ │ │ ├── Biggest_Xuan.java │ │ │ │ ├── Btmy.java │ │ │ │ ├── ChiYuanOvO.java │ │ │ │ ├── Cxk.java │ │ │ │ ├── Dctor_0415.java │ │ │ │ ├── Depair_Anwu.java │ │ │ │ ├── Jaoxaono.java │ │ │ │ ├── JueFei.java │ │ │ │ ├── LAMB_Kisara.java │ │ │ │ ├── MCyunxi.java │ │ │ │ ├── Maplefung.java │ │ │ │ ├── Tulye.java │ │ │ │ ├── WangLaoTou.java │ │ │ │ ├── Xiangshushumiao.java │ │ │ │ ├── Xk9940.java │ │ │ │ ├── Xy177.java │ │ │ │ ├── Yuan_Shou.java │ │ │ │ ├── cmzxymzx.java │ │ │ │ ├── dytlj7788.java │ │ │ │ └── sdxhop.java │ │ │ ├── events │ │ │ ├── LivingEvent │ │ │ │ ├── EnderTeleportEvent.java │ │ │ │ ├── LivingDamageEvent.java │ │ │ │ ├── LivingDeathDropsEvent.java │ │ │ │ ├── LivingDeathEvent.java │ │ │ │ ├── LivingDropEvent.java │ │ │ │ ├── LivingDropExperienceEvent.java │ │ │ │ ├── LivingHealEvent.java │ │ │ │ ├── LivingHurtEvent.java │ │ │ │ ├── LivingJoinWorldEvent.java │ │ │ │ └── LivingPotionRemoveEvent.java │ │ │ ├── PlayerEvent │ │ │ │ ├── PlayerAttackEvent.java │ │ │ │ ├── PlayerChatEvent.java │ │ │ │ ├── PlayerClickEvent.java │ │ │ │ ├── PlayerCommonEvent.java │ │ │ │ ├── PlayerDeathEvent.java │ │ │ │ ├── PlayerEMCEvent.java │ │ │ │ ├── PlayerEmcShieldEvent.java │ │ │ │ ├── PlayerGetKnowledgeEvent.java │ │ │ │ ├── PlayerHurtEvent.java │ │ │ │ ├── PlayerLoggedEvent.java │ │ │ │ ├── PlayerPickUpItemEvent.java │ │ │ │ ├── PlayerQuestCompletedEvent.java │ │ │ │ ├── PlayerRightClickBlockEvent.java │ │ │ │ ├── PlayerStageEvent.java │ │ │ │ ├── PlayerTickEvent.java │ │ │ │ ├── PlayerTrackingEvent.java │ │ │ │ └── PlayerWillHurtEvent.java │ │ │ ├── backupEvent.java │ │ │ ├── commandEvent.java │ │ │ ├── reloadEvent.java │ │ │ └── serverEvent.java │ │ │ ├── exception │ │ │ ├── EMCWorldCommonException.java │ │ │ ├── EMCWorldIllegalPacketException.java │ │ │ └── EMCWorldNotFinalException.java │ │ │ ├── impl │ │ │ └── EMCWorldAPI.java │ │ │ ├── items │ │ │ ├── CDReduceScroll │ │ │ │ ├── CDReduceScrollItem.java │ │ │ │ ├── CommonCDReduceScrollItem.java │ │ │ │ └── CraftCDReduceScrollItem.java │ │ │ ├── Curios │ │ │ │ ├── EMCShieldSupply.java │ │ │ │ ├── NuclearBall.java │ │ │ │ └── StoredTotem.java │ │ │ ├── EMCChargeItem.java │ │ │ ├── EMCCoreBlockItem.java │ │ │ ├── EMCGemItem.java │ │ │ ├── EMCHealingItem.java │ │ │ ├── EMCWorldQuestsItem.java │ │ │ ├── EMCWorldTraitCoreItem.java │ │ │ ├── EWItem.java │ │ │ ├── EWOresItem.java │ │ │ ├── EWRecordItem.java │ │ │ ├── Equipment │ │ │ │ ├── Armor │ │ │ │ │ ├── fireRedArmor.java │ │ │ │ │ └── guardianArmor.java │ │ │ │ ├── BaseWeaponGemItem.java │ │ │ │ ├── PrefixScroll.java │ │ │ │ ├── Scroll │ │ │ │ │ ├── BiggestXuanScroll.java │ │ │ │ │ ├── EMCGodScroll.java │ │ │ │ │ ├── FeastScroll.java │ │ │ │ │ ├── FixedScroll.java │ │ │ │ │ ├── GaiaScroll.java │ │ │ │ │ ├── NewerScroll.java │ │ │ │ │ ├── ScrollItem.java │ │ │ │ │ └── TulyeScroll.java │ │ │ │ ├── TulyeShieldItem.java │ │ │ │ └── Weapon │ │ │ │ │ ├── Dagger │ │ │ │ │ ├── DaggerItem.java │ │ │ │ │ ├── DaggerTier.java │ │ │ │ │ ├── NightLight.java │ │ │ │ │ ├── RainbowDagger.java │ │ │ │ │ └── RedGreenDagger.java │ │ │ │ │ ├── GodWeapon │ │ │ │ │ ├── CharaSword.java │ │ │ │ │ ├── FireSword.java │ │ │ │ │ ├── IceSword.java │ │ │ │ │ ├── NatureSword.java │ │ │ │ │ └── NullSword.java │ │ │ │ │ ├── Gun │ │ │ │ │ ├── GunItem.java │ │ │ │ │ ├── GunTier.java │ │ │ │ │ ├── RainbowGunItem.java │ │ │ │ │ └── ShengXuan.java │ │ │ │ │ ├── IRainbowEquipment.java │ │ │ │ │ ├── LuckyItem │ │ │ │ │ ├── ILuckyItem.java │ │ │ │ │ └── LuckyItem.java │ │ │ │ │ ├── Other │ │ │ │ │ └── HamBat.java │ │ │ │ │ ├── Staff │ │ │ │ │ ├── NatureStaff.java │ │ │ │ │ ├── PurpleStaff.java │ │ │ │ │ ├── RainbowStaff.java │ │ │ │ │ ├── StaffItem.java │ │ │ │ │ └── StaffTier.java │ │ │ │ │ ├── Sword │ │ │ │ │ ├── AtmSword.java │ │ │ │ │ ├── ChaosSword.java │ │ │ │ │ ├── GaiaSword.java │ │ │ │ │ ├── InfinitySword.java │ │ │ │ │ ├── RainbowSword.java │ │ │ │ │ ├── UnobtainiumSword.java │ │ │ │ │ └── VibraniumSword.java │ │ │ │ │ ├── Tier │ │ │ │ │ ├── EWGodWeaponTier.java │ │ │ │ │ └── EWSwordTier.java │ │ │ │ │ └── WarHammer │ │ │ │ │ ├── Creation.java │ │ │ │ │ ├── RainbowWarhammer.java │ │ │ │ │ ├── SuperStar.java │ │ │ │ │ ├── WarHammerItem.java │ │ │ │ │ └── WarHammerTier.java │ │ │ ├── FestivalItem │ │ │ │ ├── MoonCake.java │ │ │ │ ├── TangYuan.java │ │ │ │ ├── YearCake.java │ │ │ │ └── ZongZi.java │ │ │ ├── FinalItem.java │ │ │ ├── Food │ │ │ │ └── MoneyFood.java │ │ │ ├── LotteryItem.java │ │ │ ├── MatterItem.java │ │ │ ├── ModPack │ │ │ │ ├── EndLight.java │ │ │ │ ├── RainFallStar.java │ │ │ │ └── Voucher.java │ │ │ ├── ProfessionalItem │ │ │ │ ├── AddMaxLevelItem.java │ │ │ │ ├── ClearProfessionItem.java │ │ │ │ └── ProfessionalItem.java │ │ │ ├── RaidItem │ │ │ │ ├── BaseRaidItem.java │ │ │ │ ├── IllagerShard.java │ │ │ │ └── RaidLightItem.java │ │ │ ├── RestoreStageScroll.java │ │ │ ├── SpeedClockItem.java │ │ │ ├── SponsorsItem │ │ │ │ ├── AbunanaLoot.java │ │ │ │ ├── ExceptionApple.java │ │ │ │ ├── IceCream.java │ │ │ │ ├── NoEqualItem.java │ │ │ │ ├── NoNameCatFood.java │ │ │ │ └── XiangshushumiaoPillow.java │ │ │ └── UpdateBlockItem.java │ │ │ ├── mixin │ │ │ ├── AbsorptionMixin.java │ │ │ ├── AbstractChestBlockMixin.java │ │ │ ├── AdaptableAffixMixin.java │ │ │ ├── AerialHellSwordItemMixin.java │ │ │ ├── AlchemicalBagClientMixin.java │ │ │ ├── AlchemicalBagMixin.java │ │ │ ├── AlfSwordMixin.java │ │ │ ├── AllTheModiumAppleMixin.java │ │ │ ├── AllTheModiumCarrotMixin.java │ │ │ ├── ArcanaMixin.java │ │ │ ├── ArcanaRenderMixin.java │ │ │ ├── ArmorItemMixin.java │ │ │ ├── ArrowItemMixin.java │ │ │ ├── AtlantisDisableMixin.java │ │ │ ├── AttunePlayerRecipeMixin.java │ │ │ ├── BYGItemTiersMixin.java │ │ │ ├── BlockMixin.java │ │ │ ├── BlockRuneHolderMixin.java │ │ │ ├── BowItemMixin.java │ │ │ ├── CategoryAltarMixin.java │ │ │ ├── ChampionBuilderMixin.java │ │ │ ├── ChampionEventsHandlerMixin.java │ │ │ ├── ClassicBarMixin.java │ │ │ ├── CollectorBlockEntityMixin.java │ │ │ ├── CollectorBlockMixin.java │ │ │ ├── CommonPlayerTickHandlerMixin.java │ │ │ ├── ConjurerMixin.java │ │ │ ├── ContainerScreenMixin.java │ │ │ ├── DamageEnchantmentMixin.java │ │ │ ├── DimensionTaskMixin.java │ │ │ ├── DivineToolMaterialsMixin.java │ │ │ ├── EMCHelperMixin.java │ │ │ ├── EMCStageCommonMixin.java │ │ │ ├── EMCStageTooltipMixin.java │ │ │ ├── EnchantmentHelperMixin.java │ │ │ ├── EntityMixin.java │ │ │ ├── EntitySoundOfCarolsMixin.java │ │ │ ├── EntitySoundOfMusicMixin.java │ │ │ ├── ExpilsionPylonTileMixin.java │ │ │ ├── ExplorersCompassScreenMixin.java │ │ │ ├── GNSBedMixin.java │ │ │ ├── GNSItemTierMixin.java │ │ │ ├── GaiaClientMixin.java │ │ │ ├── GaiaMixin.java │ │ │ ├── GobberTierMixin.java │ │ │ ├── HarvesterPylonTileMixin.java │ │ │ ├── InfusionPylonTileMixin.java │ │ │ ├── InterdictionTileMixin.java │ │ │ ├── ItemClientMixin.java │ │ │ ├── ItemDaggerOfSacrificeMixin.java │ │ │ ├── ItemEntityMixin.java │ │ │ ├── ItemGlovesDexterityMixin.java │ │ │ ├── ItemKeepIvyMixin.java │ │ │ ├── ItemMagicMirrorMixin.java │ │ │ ├── ItemMekaSuitArmorMixin.java │ │ │ ├── ItemMekaToolMixin.java │ │ │ ├── ItemMekanismPaxelMixin.java │ │ │ ├── ItemMixin.java │ │ │ ├── ItemMusicShooterMixin.java │ │ │ ├── ItemSacrificialDaggerMixin.java │ │ │ ├── ItemSerenadeOfHealthMixin.java │ │ │ ├── ItemSharingModuleMixin.java │ │ │ ├── ItemStackUtilMixin.java │ │ │ ├── ItemStageMixin.java │ │ │ ├── ItemStagesMixin.java │ │ │ ├── ItemTierMixin.java │ │ │ ├── JourneyMapTeleportMixin.java │ │ │ ├── LivingEntityMixin.java │ │ │ ├── LootrMixin.java │ │ │ ├── MagispellerMixin.java │ │ │ ├── MatterMixin.java │ │ │ ├── MazePickaxeMixin.java │ │ │ ├── MinecraftMixin.java │ │ │ ├── MinecraftWindowMixin.java │ │ │ ├── ModCorePluginMixin.java │ │ │ ├── ModCropsMixin.java │ │ │ ├── ModItemTierMixin.java │ │ │ ├── ModifierHandlerMixin.java │ │ │ ├── ModuleHelperMixin.java │ │ │ ├── NPlayerUtilsMixin.java │ │ │ ├── NaturesCompassScreenMixin.java │ │ │ ├── OrbOfAtlantisMixin.java │ │ │ ├── PersonalLinkBlockEntityMixin.java │ │ │ ├── PersonalLinkBlockMixin.java │ │ │ ├── PickaxeItemMixin.java │ │ │ ├── PipeTileEntityMixin.java │ │ │ ├── PlaguedAffixMixin.java │ │ │ ├── PlayerEntityMixin.java │ │ │ ├── PlayerInventoryMixin.java │ │ │ ├── PlayerUtilsMixin.java │ │ │ ├── PlayerWaystoneManagerMixin.java │ │ │ ├── PowerFlowerBlockEntityMixin.java │ │ │ ├── QuarkHandlerMixin.java │ │ │ ├── QuarkInventoryHandlerMixin.java │ │ │ ├── RaidMixin.java │ │ │ ├── RankManagerMixin.java │ │ │ ├── RankMixin.java │ │ │ ├── RatMixin.java │ │ │ ├── RatsModMixin.java │ │ │ ├── RatsPlagueMixin.java │ │ │ ├── RenderTickHandlerMixin.java │ │ │ ├── RepairContainerMixin.java │ │ │ ├── ScalingHealthManagerMixin.java │ │ │ ├── ScreenJournalPerkTreeMixin.java │ │ │ ├── ShieldingAffixMixin.java │ │ │ ├── SmithingTableContainerMixin.java │ │ │ ├── SpecialLootChestItemRendererMixin.java │ │ │ ├── SpecialLootChestTileRendererMixin.java │ │ │ ├── StructureSearchEntryMixin.java │ │ │ ├── SwordItemMixin.java │ │ │ ├── TWLightTierMixin.java │ │ │ ├── TargetDummyEntityMixin.java │ │ │ ├── TieredItemMixin.java │ │ │ ├── TimeWatchMixin.java │ │ │ ├── ToolItemMixin.java │ │ │ ├── UGTierMixin.java │ │ │ ├── UncraftingTableBlockMixin.java │ │ │ ├── WayStoneButtonMixin.java │ │ │ ├── WayStoneSelectionScreenBaseMixin.java │ │ │ ├── WebHelperDisableMixin.java │ │ │ ├── WirelessTransmitterNetworkNodeMixin.java │ │ │ ├── WitchEntityMixin.java │ │ │ ├── WorldHelperMixin.java │ │ │ └── WorldMixin.java │ │ │ ├── network │ │ │ ├── ClientPacketHandler.java │ │ │ ├── PacketHandler.java │ │ │ ├── toClient │ │ │ │ ├── BuyLotteryClientPacket.java │ │ │ │ ├── ChangeRotPacket.java │ │ │ │ ├── SkillPacket │ │ │ │ │ ├── DataPack.java │ │ │ │ │ └── SkillNetworking.java │ │ │ │ └── UtilPacket │ │ │ │ │ ├── UtilDataPack.java │ │ │ │ │ └── UtilNetworking.java │ │ │ └── toServer │ │ │ │ ├── AdminPacket.java │ │ │ │ ├── ArcanaDisplayPacket.java │ │ │ │ ├── BuyLotteryPacket.java │ │ │ │ ├── CostEMCPacket.java │ │ │ │ ├── LastShieldPacket.java │ │ │ │ ├── LeftClickPacket.java │ │ │ │ ├── LiveModePacket.java │ │ │ │ ├── OfflinePacket.java │ │ │ │ ├── PickModeChangePacket.java │ │ │ │ ├── RangeAttackKeyPacket.java │ │ │ │ ├── SpeedControlPacket.java │ │ │ │ ├── StaffAttackPacket.java │ │ │ │ ├── TraitActivePacket.java │ │ │ │ └── WeaponCoreButtonPacket.java │ │ │ ├── potion │ │ │ ├── BaseEMCWorldEffect.java │ │ │ ├── EMCBrokenEffect.java │ │ │ ├── EMCFlamingEffect.java │ │ │ ├── EMCProtectionEffect.java │ │ │ └── MagicProtectEffect.java │ │ │ ├── raid │ │ │ ├── RaidEffect.java │ │ │ ├── RaidEffectExecutor.java │ │ │ ├── RaidEffectsRegistry.java │ │ │ └── effects │ │ │ │ ├── Aevitas.java │ │ │ │ ├── Armara.java │ │ │ │ ├── Bootes.java │ │ │ │ ├── Discidia.java │ │ │ │ ├── Emc.java │ │ │ │ ├── Evorsio.java │ │ │ │ ├── Fornax.java │ │ │ │ ├── Gelu.java │ │ │ │ ├── Horologium.java │ │ │ │ ├── Lucerna.java │ │ │ │ ├── Mineralis.java │ │ │ │ ├── Octans.java │ │ │ │ ├── Pelotrio.java │ │ │ │ ├── Ulteria.java │ │ │ │ ├── Vicio.java │ │ │ │ └── Vorux.java │ │ │ ├── recipes │ │ │ ├── AdvancedUpdateRecipe.java │ │ │ ├── EMCOreRecipe.java │ │ │ ├── EMCStageLimit.java │ │ │ ├── InfuserRecipe.java │ │ │ ├── ItemStageLimit.java │ │ │ ├── MatterFixRecipe.java │ │ │ ├── StarPedestalRecipe.java │ │ │ ├── SteelFurnaceRecipe.java │ │ │ ├── SuperEMCRecipe.java │ │ │ └── UpdateRecipe.java │ │ │ ├── registry │ │ │ ├── EWBlocks.java │ │ │ ├── EWContainerTypes.java │ │ │ ├── EWCreativeTabs.java │ │ │ ├── EWCurios.java │ │ │ ├── EWDamageSource.java │ │ │ ├── EWEffects.java │ │ │ ├── EWEnchantments.java │ │ │ ├── EWEntities.java │ │ │ ├── EWFluids.java │ │ │ ├── EWGases.java │ │ │ ├── EWInfuseTypes.java │ │ │ ├── EWItems.java │ │ │ ├── EWModules.java │ │ │ ├── EWPigments.java │ │ │ ├── EWRecipeTypes.java │ │ │ ├── EWSlurries.java │ │ │ ├── EWSounds.java │ │ │ ├── EWStarlight.java │ │ │ ├── EWTileEntityTypes.java │ │ │ └── EWVillagers.java │ │ │ ├── skill │ │ │ ├── PlayerGetXP.java │ │ │ └── PlayerSkillModify.java │ │ │ ├── traits │ │ │ ├── TraitColor.java │ │ │ ├── TraitManager.java │ │ │ ├── TraitUtils.java │ │ │ └── traits │ │ │ │ ├── GoldTrait.java │ │ │ │ ├── IronTrait.java │ │ │ │ └── StoneTrait.java │ │ │ ├── utils │ │ │ ├── ASUtils.java │ │ │ ├── BirthdayUtils.java │ │ │ ├── CalendarUtils.java │ │ │ ├── CommandUtils.java │ │ │ ├── DamageUtils.java │ │ │ ├── DifficultySetting.java │ │ │ ├── EMCLog │ │ │ │ ├── EMCSource.java │ │ │ │ └── EMCWriter.java │ │ │ ├── EMCWorldPlayer.java │ │ │ ├── FTBQJeiUtils.java │ │ │ ├── HardCoreUtils.java │ │ │ ├── LocaleUtils.java │ │ │ ├── Lottery │ │ │ │ ├── Lottery.java │ │ │ │ ├── LotteryMode.java │ │ │ │ └── LotteryUtils.java │ │ │ ├── MathUtils.java │ │ │ ├── Message.java │ │ │ ├── ModUtils.java │ │ │ ├── Network │ │ │ │ ├── Network.java │ │ │ │ └── OfficialServerNetWork.java │ │ │ ├── PlayTimeUtils.java │ │ │ ├── RaidUtils.java │ │ │ ├── SkillUtils.java │ │ │ ├── Sponsors │ │ │ │ └── Sponsors.java │ │ │ ├── ToolTipLang.java │ │ │ ├── UnknownPouchUtils.java │ │ │ ├── VillagerTradeBuilder.java │ │ │ └── WeaponUtils.java │ │ │ ├── villager │ │ │ └── EMCVillagerProfession.java │ │ │ └── world │ │ │ └── gen │ │ │ ├── EMCWorldOreFeature.java │ │ │ └── oreGen.java │ └── resources │ │ ├── META-INF │ │ ├── accesstransformer.cfg │ │ └── mods.toml │ │ ├── assets │ │ ├── emcworld │ │ │ ├── blockstates │ │ │ │ ├── advanced_update_core.json │ │ │ │ ├── aluminum_ore.json │ │ │ │ ├── aquamarine_ore.json │ │ │ │ ├── chlorophyte_ore.json │ │ │ │ ├── cold_ore.json │ │ │ │ ├── control_update_core.json │ │ │ │ ├── drystone_ore.json │ │ │ │ ├── emc_core_assembler.json │ │ │ │ ├── emc_core_generator.json │ │ │ │ ├── emc_core_puller.json │ │ │ │ ├── emc_core_puncher.json │ │ │ │ ├── emc_flower.json │ │ │ │ ├── emc_ore.json │ │ │ │ ├── emc_ore_core.json │ │ │ │ ├── emc_super.json │ │ │ │ ├── end_emc_ore.json │ │ │ │ ├── end_rich_emc_ore.json │ │ │ │ ├── gemstone_core.json │ │ │ │ ├── hardcore_stone.json │ │ │ │ ├── indium_ore.json │ │ │ │ ├── infuser_core.json │ │ │ │ ├── magnesium_ore.json │ │ │ │ ├── nether_emc_ore.json │ │ │ │ ├── nickel_ore.json │ │ │ │ ├── orichalcos_ore.json │ │ │ │ ├── prefix_core.json │ │ │ │ ├── profession_core.json │ │ │ │ ├── rich_emc_ore.json │ │ │ │ ├── silver_ore.json │ │ │ │ ├── star_pedestal.json │ │ │ │ ├── steel_furnace_brick.json │ │ │ │ ├── steel_furnace_core.json │ │ │ │ ├── sunlit_ore.json │ │ │ │ ├── super_emc.json │ │ │ │ ├── test_block.json │ │ │ │ ├── titanium_ore.json │ │ │ │ ├── top_core.json │ │ │ │ ├── tungsten_ore.json │ │ │ │ ├── ultimate_induction_cell.json │ │ │ │ ├── update_addon_blue.json │ │ │ │ ├── update_addon_bx_purple.json │ │ │ │ ├── update_addon_cyan.json │ │ │ │ ├── update_addon_green.json │ │ │ │ ├── update_addon_orange.json │ │ │ │ ├── update_addon_purple.json │ │ │ │ ├── update_addon_red.json │ │ │ │ ├── update_addon_yellow.json │ │ │ │ ├── update_base_blue.json │ │ │ │ ├── update_base_bx_purple.json │ │ │ │ ├── update_base_cyan.json │ │ │ │ ├── update_base_green.json │ │ │ │ ├── update_base_orange.json │ │ │ │ ├── update_base_purple.json │ │ │ │ ├── update_base_red.json │ │ │ │ ├── update_base_yellow.json │ │ │ │ ├── update_cost_blue.json │ │ │ │ ├── update_cost_bx_purple.json │ │ │ │ ├── update_cost_cyan.json │ │ │ │ ├── update_cost_green.json │ │ │ │ ├── update_cost_orange.json │ │ │ │ ├── update_cost_purple.json │ │ │ │ ├── update_cost_red.json │ │ │ │ ├── update_cost_yellow.json │ │ │ │ ├── update_time_blue.json │ │ │ │ ├── update_time_bx_purple.json │ │ │ │ ├── update_time_cyan.json │ │ │ │ ├── update_time_green.json │ │ │ │ ├── update_time_orange.json │ │ │ │ ├── update_time_purple.json │ │ │ │ ├── update_time_red.json │ │ │ │ ├── update_time_yellow.json │ │ │ │ ├── vis_conversion_core.json │ │ │ │ └── weapon_upgrade_core.json │ │ │ ├── lang │ │ │ │ ├── en_us.json │ │ │ │ ├── zh_cn.json │ │ │ │ └── zh_tw.json │ │ │ ├── models │ │ │ │ ├── block │ │ │ │ │ ├── advanced_update_core_model.json │ │ │ │ │ ├── aluminum_ore_model.json │ │ │ │ │ ├── aquamarine_ore_model.json │ │ │ │ │ ├── chlorophyte_ore_model.json │ │ │ │ │ ├── cold_ore_model.json │ │ │ │ │ ├── control_update_core_model.json │ │ │ │ │ ├── drystone_ore_model.json │ │ │ │ │ ├── emc_core_assembler_model.json │ │ │ │ │ ├── emc_core_generator_model.json │ │ │ │ │ ├── emc_core_puller_model.json │ │ │ │ │ ├── emc_core_puncher_model.json │ │ │ │ │ ├── emc_flower_model.json │ │ │ │ │ ├── emc_ore_core_model.json │ │ │ │ │ ├── emc_ore_model.json │ │ │ │ │ ├── emc_super_model.json │ │ │ │ │ ├── end_emc_ore_model.json │ │ │ │ │ ├── end_rich_emc_ore_model.json │ │ │ │ │ ├── gemstone_core_model.json │ │ │ │ │ ├── hardcore_stone_model.json │ │ │ │ │ ├── indium_ore_model.json │ │ │ │ │ ├── infuser_core_model.json │ │ │ │ │ ├── magnesium_ore_model.json │ │ │ │ │ ├── nether_emc_ore_model.json │ │ │ │ │ ├── nickel_ore_model.json │ │ │ │ │ ├── orichalcos_ore_model.json │ │ │ │ │ ├── prefix_core_model.json │ │ │ │ │ ├── profession_core_model.json │ │ │ │ │ ├── rich_emc_ore_model.json │ │ │ │ │ ├── silver_ore_model.json │ │ │ │ │ ├── star_pedestal_model.json │ │ │ │ │ ├── steel_furnace_brick_model.json │ │ │ │ │ ├── steel_furnace_core_model.json │ │ │ │ │ ├── sunlit_ore_model.json │ │ │ │ │ ├── test_block_model.json │ │ │ │ │ ├── titanium_ore_model.json │ │ │ │ │ ├── top_core_model.json │ │ │ │ │ ├── tungsten_ore_model.json │ │ │ │ │ ├── ultimate_induction_cell_model.json │ │ │ │ │ ├── update_addon_blue_model.json │ │ │ │ │ ├── update_addon_bx_purple_model.json │ │ │ │ │ ├── update_addon_cyan_model.json │ │ │ │ │ ├── update_addon_green_model.json │ │ │ │ │ ├── update_addon_orange_model.json │ │ │ │ │ ├── update_addon_purple_model.json │ │ │ │ │ ├── update_addon_red_model.json │ │ │ │ │ ├── update_addon_yellow_model.json │ │ │ │ │ ├── update_base_blue_model.json │ │ │ │ │ ├── update_base_bx_purple_model.json │ │ │ │ │ ├── update_base_cyan_model.json │ │ │ │ │ ├── update_base_green_model.json │ │ │ │ │ ├── update_base_orange_model.json │ │ │ │ │ ├── update_base_purple_model.json │ │ │ │ │ ├── update_base_red_model.json │ │ │ │ │ ├── update_base_yellow_model.json │ │ │ │ │ ├── update_cost_blue_model.json │ │ │ │ │ ├── update_cost_bx_purple_model.json │ │ │ │ │ ├── update_cost_cyan_model.json │ │ │ │ │ ├── update_cost_green_model.json │ │ │ │ │ ├── update_cost_orange_model.json │ │ │ │ │ ├── update_cost_purple_model.json │ │ │ │ │ ├── update_cost_red_model.json │ │ │ │ │ ├── update_cost_yellow_model.json │ │ │ │ │ ├── update_time_blue_model.json │ │ │ │ │ ├── update_time_bx_purple_model.json │ │ │ │ │ ├── update_time_cyan_model.json │ │ │ │ │ ├── update_time_green_model.json │ │ │ │ │ ├── update_time_orange_model.json │ │ │ │ │ ├── update_time_purple_model.json │ │ │ │ │ ├── update_time_red_model.json │ │ │ │ │ ├── update_time_yellow_model.json │ │ │ │ │ ├── vis_conversion_core_model.json │ │ │ │ │ └── weapon_upgrade_core_model.json │ │ │ │ └── item │ │ │ │ │ ├── abunana_loot.json │ │ │ │ │ ├── abyss_gemstone.json │ │ │ │ │ ├── activated_charcoal.json │ │ │ │ │ ├── advanced_emc_gem.json │ │ │ │ │ ├── advanced_emc_stored_totem.json │ │ │ │ │ ├── advanced_update_core.json │ │ │ │ │ ├── air_bucket.json │ │ │ │ │ ├── aluminum_ingot.json │ │ │ │ │ ├── aluminum_ore.json │ │ │ │ │ ├── ancient_icon.json │ │ │ │ │ ├── another_world_core.json │ │ │ │ │ ├── aquamarine_ore.json │ │ │ │ │ ├── atm_sword.json │ │ │ │ │ ├── base_emc_stored_totem.json │ │ │ │ │ ├── base_key.json │ │ │ │ │ ├── big_emc_gem.json │ │ │ │ │ ├── biggest_emc_gem.json │ │ │ │ │ ├── biggest_xuan_ingot.json │ │ │ │ │ ├── blood_eye.json │ │ │ │ │ ├── blood_gemstone.json │ │ │ │ │ ├── blue_matter.json │ │ │ │ │ ├── bright_stone.json │ │ │ │ │ ├── broken_dagger.json │ │ │ │ │ ├── broken_diamond_sword.json │ │ │ │ │ ├── broken_gun.json │ │ │ │ │ ├── broken_hammer.json │ │ │ │ │ ├── chaos_sword.json │ │ │ │ │ ├── chara_sword.json │ │ │ │ │ ├── chlorophyte_ingot.json │ │ │ │ │ ├── chlorophyte_ore.json │ │ │ │ │ ├── clay_matter.json │ │ │ │ │ ├── clump_aluminum.json │ │ │ │ │ ├── clump_aquamarine.json │ │ │ │ │ ├── clump_arlemite.json │ │ │ │ │ ├── clump_bloodgem.json │ │ │ │ │ ├── clump_chlorophyte.json │ │ │ │ │ ├── clump_cloggrum.json │ │ │ │ │ ├── clump_cold.json │ │ │ │ │ ├── clump_crystillium.json │ │ │ │ │ ├── clump_drystone.json │ │ │ │ │ ├── clump_emc_gem.json │ │ │ │ │ ├── clump_end_gobber.json │ │ │ │ │ ├── clump_froststeel.json │ │ │ │ │ ├── clump_gobber.json │ │ │ │ │ ├── clump_gravitite.json │ │ │ │ │ ├── clump_indium.json │ │ │ │ │ ├── clump_knightmetal.json │ │ │ │ │ ├── clump_lunarite_scrap.json │ │ │ │ │ ├── clump_magnesium.json │ │ │ │ │ ├── clump_moonsteel.json │ │ │ │ │ ├── clump_nether_gobber.json │ │ │ │ │ ├── clump_nether_rainbow.json │ │ │ │ │ ├── clump_nickel.json │ │ │ │ │ ├── clump_oratchalcum.json │ │ │ │ │ ├── clump_orichalcos.json │ │ │ │ │ ├── clump_pendorite.json │ │ │ │ │ ├── clump_rainbow.json │ │ │ │ │ ├── clump_realmite.json │ │ │ │ │ ├── clump_regalium.json │ │ │ │ │ ├── clump_rose_copper.json │ │ │ │ │ ├── clump_rupee.json │ │ │ │ │ ├── clump_silver.json │ │ │ │ │ ├── clump_starmetal.json │ │ │ │ │ ├── clump_sunlit.json │ │ │ │ │ ├── clump_titanium.json │ │ │ │ │ ├── clump_torridite.json │ │ │ │ │ ├── clump_tungsten.json │ │ │ │ │ ├── clump_utherium.json │ │ │ │ │ ├── clump_zitrite.json │ │ │ │ │ ├── cold_ingot.json │ │ │ │ │ ├── cold_ore.json │ │ │ │ │ ├── common_cd_scroll.json │ │ │ │ │ ├── control_update_core.json │ │ │ │ │ ├── copper_medal.json │ │ │ │ │ ├── craft_cd_scroll.json │ │ │ │ │ ├── creation.json │ │ │ │ │ ├── crystal_aluminum.json │ │ │ │ │ ├── crystal_aquamarine.json │ │ │ │ │ ├── crystal_arlemite.json │ │ │ │ │ ├── crystal_bloodgem.json │ │ │ │ │ ├── crystal_chlorophyte.json │ │ │ │ │ ├── crystal_cloggrum.json │ │ │ │ │ ├── crystal_cold.json │ │ │ │ │ ├── crystal_crystillium.json │ │ │ │ │ ├── crystal_drystone.json │ │ │ │ │ ├── crystal_emc_gem.json │ │ │ │ │ ├── crystal_end_gobber.json │ │ │ │ │ ├── crystal_froststeel.json │ │ │ │ │ ├── crystal_gobber.json │ │ │ │ │ ├── crystal_gravitite.json │ │ │ │ │ ├── crystal_indium.json │ │ │ │ │ ├── crystal_knightmetal.json │ │ │ │ │ ├── crystal_lunarite_scrap.json │ │ │ │ │ ├── crystal_magnesium.json │ │ │ │ │ ├── crystal_matrix_ingot.json │ │ │ │ │ ├── crystal_moonsteel.json │ │ │ │ │ ├── crystal_nether_gobber.json │ │ │ │ │ ├── crystal_nickel.json │ │ │ │ │ ├── crystal_oratchalcum.json │ │ │ │ │ ├── crystal_orichalcos.json │ │ │ │ │ ├── crystal_pendorite.json │ │ │ │ │ ├── crystal_rainbow.json │ │ │ │ │ ├── crystal_realmite.json │ │ │ │ │ ├── crystal_regalium.json │ │ │ │ │ ├── crystal_rose_copper.json │ │ │ │ │ ├── crystal_rupee.json │ │ │ │ │ ├── crystal_silver.json │ │ │ │ │ ├── crystal_starmetal.json │ │ │ │ │ ├── crystal_sunlit.json │ │ │ │ │ ├── crystal_titanium.json │ │ │ │ │ ├── crystal_torridite.json │ │ │ │ │ ├── crystal_tungsten.json │ │ │ │ │ ├── crystal_utherium.json │ │ │ │ │ ├── crystal_zitrite.json │ │ │ │ │ ├── cyan_matter.json │ │ │ │ │ ├── dark_stone.json │ │ │ │ │ ├── demon_dust.json │ │ │ │ │ ├── diamond_dagger.json │ │ │ │ │ ├── diamond_gun.json │ │ │ │ │ ├── diamond_staff.json │ │ │ │ │ ├── diamond_warhammer.json │ │ │ │ │ ├── dirty_dust_aluminum.json │ │ │ │ │ ├── dirty_dust_aquamarine.json │ │ │ │ │ ├── dirty_dust_arlemite.json │ │ │ │ │ ├── dirty_dust_bloodgem.json │ │ │ │ │ ├── dirty_dust_chlorophyte.json │ │ │ │ │ ├── dirty_dust_cloggrum.json │ │ │ │ │ ├── dirty_dust_cold.json │ │ │ │ │ ├── dirty_dust_crystillium.json │ │ │ │ │ ├── dirty_dust_drystone.json │ │ │ │ │ ├── dirty_dust_emc_gem.json │ │ │ │ │ ├── dirty_dust_end_gobber.json │ │ │ │ │ ├── dirty_dust_froststeel.json │ │ │ │ │ ├── dirty_dust_gobber.json │ │ │ │ │ ├── dirty_dust_gravitite.json │ │ │ │ │ ├── dirty_dust_indium.json │ │ │ │ │ ├── dirty_dust_knightmetal.json │ │ │ │ │ ├── dirty_dust_lunarite_scrap.json │ │ │ │ │ ├── dirty_dust_magnesium.json │ │ │ │ │ ├── dirty_dust_moonsteel.json │ │ │ │ │ ├── dirty_dust_nether_gobber.json │ │ │ │ │ ├── dirty_dust_nickel.json │ │ │ │ │ ├── dirty_dust_oratchalcum.json │ │ │ │ │ ├── dirty_dust_orichalcos.json │ │ │ │ │ ├── dirty_dust_pendorite.json │ │ │ │ │ ├── dirty_dust_rainbow.json │ │ │ │ │ ├── dirty_dust_realmite.json │ │ │ │ │ ├── dirty_dust_regalium.json │ │ │ │ │ ├── dirty_dust_rose_copper.json │ │ │ │ │ ├── dirty_dust_rupee.json │ │ │ │ │ ├── dirty_dust_silver.json │ │ │ │ │ ├── dirty_dust_starmetal.json │ │ │ │ │ ├── dirty_dust_sunlit.json │ │ │ │ │ ├── dirty_dust_titanium.json │ │ │ │ │ ├── dirty_dust_torridite.json │ │ │ │ │ ├── dirty_dust_tungsten.json │ │ │ │ │ ├── dirty_dust_utherium.json │ │ │ │ │ ├── dirty_dust_zitrite.json │ │ │ │ │ ├── dragon_steel.json │ │ │ │ │ ├── drop_antimatter.json │ │ │ │ │ ├── drystone_ingot.json │ │ │ │ │ ├── drystone_ore.json │ │ │ │ │ ├── dust_aluminum.json │ │ │ │ │ ├── dust_aquamarine.json │ │ │ │ │ ├── dust_arlemite.json │ │ │ │ │ ├── dust_bloodgem.json │ │ │ │ │ ├── dust_chlorophyte.json │ │ │ │ │ ├── dust_cloggrum.json │ │ │ │ │ ├── dust_cold.json │ │ │ │ │ ├── dust_crystillium.json │ │ │ │ │ ├── dust_drystone.json │ │ │ │ │ ├── dust_emc_gem.json │ │ │ │ │ ├── dust_end_gobber.json │ │ │ │ │ ├── dust_froststeel.json │ │ │ │ │ ├── dust_gobber.json │ │ │ │ │ ├── dust_gravitite.json │ │ │ │ │ ├── dust_indium.json │ │ │ │ │ ├── dust_knightmetal.json │ │ │ │ │ ├── dust_lunarite_scrap.json │ │ │ │ │ ├── dust_magnesium.json │ │ │ │ │ ├── dust_moonsteel.json │ │ │ │ │ ├── dust_nether_gobber.json │ │ │ │ │ ├── dust_nickel.json │ │ │ │ │ ├── dust_oratchalcum.json │ │ │ │ │ ├── dust_orichalcos.json │ │ │ │ │ ├── dust_pendorite.json │ │ │ │ │ ├── dust_rainbow.json │ │ │ │ │ ├── dust_realmite.json │ │ │ │ │ ├── dust_regalium.json │ │ │ │ │ ├── dust_rose_copper.json │ │ │ │ │ ├── dust_rupee.json │ │ │ │ │ ├── dust_silver.json │ │ │ │ │ ├── dust_starmetal.json │ │ │ │ │ ├── dust_sunlit.json │ │ │ │ │ ├── dust_titanium.json │ │ │ │ │ ├── dust_torridite.json │ │ │ │ │ ├── dust_tungsten.json │ │ │ │ │ ├── dust_utherium.json │ │ │ │ │ ├── dust_zitrite.json │ │ │ │ │ ├── elite_emc_stored_totem.json │ │ │ │ │ ├── emc_charge_gem.json │ │ │ │ │ ├── emc_charge_gem_2.json │ │ │ │ │ ├── emc_charge_gem_3.json │ │ │ │ │ ├── emc_charge_gem_4.json │ │ │ │ │ ├── emc_charge_gem_5.json │ │ │ │ │ ├── emc_check.json │ │ │ │ │ ├── emc_core.json │ │ │ │ │ ├── emc_core_assembler.json │ │ │ │ │ ├── emc_core_generator.json │ │ │ │ │ ├── emc_core_puller.json │ │ │ │ │ ├── emc_core_puncher.json │ │ │ │ │ ├── emc_flower.json │ │ │ │ │ ├── emc_healing_bag.json │ │ │ │ │ ├── emc_leaf.json │ │ │ │ │ ├── emc_ore.json │ │ │ │ │ ├── emc_ore_core.json │ │ │ │ │ ├── emc_shield_supply.json │ │ │ │ │ ├── emc_super.json │ │ │ │ │ ├── emc_trait_core.json │ │ │ │ │ ├── end_emc_ore.json │ │ │ │ │ ├── end_light.json │ │ │ │ │ ├── end_rich_emc_ore.json │ │ │ │ │ ├── energy_protect_module.json │ │ │ │ │ ├── enriched_ender.json │ │ │ │ │ ├── enriched_gobber.json │ │ │ │ │ ├── enriched_iron.json │ │ │ │ │ ├── enriched_nickel.json │ │ │ │ │ ├── enriched_silver.json │ │ │ │ │ ├── epic_emc_gem.json │ │ │ │ │ ├── epic_essence.json │ │ │ │ │ ├── evil_book.json │ │ │ │ │ ├── exception_apple.json │ │ │ │ │ ├── exorcism_candle.json │ │ │ │ │ ├── fading_matter.json │ │ │ │ │ ├── fantasy_gem.json │ │ │ │ │ ├── final_essence.json │ │ │ │ │ ├── fire_red_boots.json │ │ │ │ │ ├── fire_red_chestplate.json │ │ │ │ │ ├── fire_red_helmet.json │ │ │ │ │ ├── fire_red_leggings.json │ │ │ │ │ ├── flying_gem.json │ │ │ │ │ ├── fxt_xy.json │ │ │ │ │ ├── gaia_dagger.json │ │ │ │ │ ├── gaia_gun.json │ │ │ │ │ ├── gaia_nugget.json │ │ │ │ │ ├── gaia_staff.json │ │ │ │ │ ├── gaia_sword.json │ │ │ │ │ ├── gaia_warhammer.json │ │ │ │ │ ├── gemstone_core.json │ │ │ │ │ ├── god_fire_sword.json │ │ │ │ │ ├── god_ice_sword.json │ │ │ │ │ ├── god_nature_sword.json │ │ │ │ │ ├── god_null_sword.json │ │ │ │ │ ├── god_steel_ingot.json │ │ │ │ │ ├── gold_medal.json │ │ │ │ │ ├── golden_dagger.json │ │ │ │ │ ├── golden_gun.json │ │ │ │ │ ├── golden_staff.json │ │ │ │ │ ├── golden_warhammer.json │ │ │ │ │ ├── green_matter.json │ │ │ │ │ ├── guardian_boots.json │ │ │ │ │ ├── guardian_chestplate.json │ │ │ │ │ ├── guardian_helmet.json │ │ │ │ │ ├── guardian_leggings.json │ │ │ │ │ ├── guide_book.json │ │ │ │ │ ├── ham_bat.json │ │ │ │ │ ├── hard_steel.json │ │ │ │ │ ├── hardcore_stone.json │ │ │ │ │ ├── hero_medal.json │ │ │ │ │ ├── ice_cream.json │ │ │ │ │ ├── ikun_adventure_record.json │ │ │ │ │ ├── ikun_rabbit_record.json │ │ │ │ │ ├── ikun_rich_record.json │ │ │ │ │ ├── illager_gem.json │ │ │ │ │ ├── illager_shard.json │ │ │ │ │ ├── indium_ingot.json │ │ │ │ │ ├── indium_ore.json │ │ │ │ │ ├── infinity_catalyst.json │ │ │ │ │ ├── infinity_emc_gem.json │ │ │ │ │ ├── infinity_module.json │ │ │ │ │ ├── infinity_sword.json │ │ │ │ │ ├── infuse_core.json │ │ │ │ │ ├── infuser_core.json │ │ │ │ │ ├── iron_dagger.json │ │ │ │ │ ├── iron_gun.json │ │ │ │ │ ├── iron_staff.json │ │ │ │ │ ├── iron_warhammer.json │ │ │ │ │ ├── lake_gemstone.json │ │ │ │ │ ├── lime_matter.json │ │ │ │ │ ├── lottery.json │ │ │ │ │ ├── lucky_gem_blue.json │ │ │ │ │ ├── lucky_gem_emerald.json │ │ │ │ │ ├── lucky_gem_gold.json │ │ │ │ │ ├── lucky_gem_purple.json │ │ │ │ │ ├── lucky_gem_red.json │ │ │ │ │ ├── magenta_matter.json │ │ │ │ │ ├── magnesium_ingot.json │ │ │ │ │ ├── magnesium_ore.json │ │ │ │ │ ├── money.json │ │ │ │ │ ├── mooncake.json │ │ │ │ │ ├── nature_gemstone.json │ │ │ │ │ ├── nature_ingot.json │ │ │ │ │ ├── nature_staff.json │ │ │ │ │ ├── nether_emc_ore.json │ │ │ │ │ ├── nether_key.json │ │ │ │ │ ├── netherite_dagger.json │ │ │ │ │ ├── netherite_gun.json │ │ │ │ │ ├── netherite_staff.json │ │ │ │ │ ├── netherite_stick.json │ │ │ │ │ ├── netherite_warhammer.json │ │ │ │ │ ├── nickel_ingot.json │ │ │ │ │ ├── nickel_ore.json │ │ │ │ │ ├── night_light.json │ │ │ │ │ ├── niobium_ingot.json │ │ │ │ │ ├── niobium_nugget.json │ │ │ │ │ ├── noname_catfood.json │ │ │ │ │ ├── nopower_staff.json │ │ │ │ │ ├── nuclear_advanced_ball.json │ │ │ │ │ ├── nuclear_ball.json │ │ │ │ │ ├── nuclear_epic_ball.json │ │ │ │ │ ├── orange_matter.json │ │ │ │ │ ├── orichalcos_ingot.json │ │ │ │ │ ├── orichalcos_ore.json │ │ │ │ │ ├── pink_matter.json │ │ │ │ │ ├── prefix_core.json │ │ │ │ │ ├── prefix_scroll.json │ │ │ │ │ ├── profession_core.json │ │ │ │ │ ├── profession_sword.json │ │ │ │ │ ├── profession_tank.json │ │ │ │ │ ├── purple_matter.json │ │ │ │ │ ├── purple_staff.json │ │ │ │ │ ├── quest_item.json │ │ │ │ │ ├── raid_light.json │ │ │ │ │ ├── rainbow_dagger.json │ │ │ │ │ ├── rainbow_gun.json │ │ │ │ │ ├── rainbow_ingot.json │ │ │ │ │ ├── rainbow_staff.json │ │ │ │ │ ├── rainbow_sword.json │ │ │ │ │ ├── rainbow_warhammer.json │ │ │ │ │ ├── red_green_dagger.json │ │ │ │ │ ├── red_matter_crystal.json │ │ │ │ │ ├── reset_scroll.json │ │ │ │ │ ├── restore_scroll.json │ │ │ │ │ ├── rich_emc_ore.json │ │ │ │ │ ├── rune_ingot.json │ │ │ │ │ ├── scroll_advanced_emc.json │ │ │ │ │ ├── scroll_base_emc.json │ │ │ │ │ ├── scroll_blue.json │ │ │ │ │ ├── scroll_bx.json │ │ │ │ │ ├── scroll_celestial_azure.json │ │ │ │ │ ├── scroll_enlightening_glimmer.json │ │ │ │ │ ├── scroll_feast.json │ │ │ │ │ ├── scroll_gaia.json │ │ │ │ │ ├── scroll_gold.json │ │ │ │ │ ├── scroll_gourmand_feast.json │ │ │ │ │ ├── scroll_green.json │ │ │ │ │ ├── scroll_mystic_shadow.json │ │ │ │ │ ├── scroll_purple.json │ │ │ │ │ ├── scroll_red.json │ │ │ │ │ ├── scroll_super_emc.json │ │ │ │ │ ├── scroll_tulye.json │ │ │ │ │ ├── scroll_voracious_wolf.json │ │ │ │ │ ├── scroll_white.json │ │ │ │ │ ├── shard_aluminum.json │ │ │ │ │ ├── shard_aquamarine.json │ │ │ │ │ ├── shard_arlemite.json │ │ │ │ │ ├── shard_bloodgem.json │ │ │ │ │ ├── shard_chlorophyte.json │ │ │ │ │ ├── shard_cloggrum.json │ │ │ │ │ ├── shard_cold.json │ │ │ │ │ ├── shard_crystillium.json │ │ │ │ │ ├── shard_drystone.json │ │ │ │ │ ├── shard_emc_gem.json │ │ │ │ │ ├── shard_end_gobber.json │ │ │ │ │ ├── shard_froststeel.json │ │ │ │ │ ├── shard_gobber.json │ │ │ │ │ ├── shard_gravitite.json │ │ │ │ │ ├── shard_indium.json │ │ │ │ │ ├── shard_knightmetal.json │ │ │ │ │ ├── shard_lunarite_scrap.json │ │ │ │ │ ├── shard_magnesium.json │ │ │ │ │ ├── shard_moonsteel.json │ │ │ │ │ ├── shard_nether_gobber.json │ │ │ │ │ ├── shard_nickel.json │ │ │ │ │ ├── shard_oratchalcum.json │ │ │ │ │ ├── shard_orichalcos.json │ │ │ │ │ ├── shard_pendorite.json │ │ │ │ │ ├── shard_rainbow.json │ │ │ │ │ ├── shard_realmite.json │ │ │ │ │ ├── shard_regalium.json │ │ │ │ │ ├── shard_rose_copper.json │ │ │ │ │ ├── shard_rupee.json │ │ │ │ │ ├── shard_silver.json │ │ │ │ │ ├── shard_starmetal.json │ │ │ │ │ ├── shard_sunlit.json │ │ │ │ │ ├── shard_titanium.json │ │ │ │ │ ├── shard_torridite.json │ │ │ │ │ ├── shard_tungsten.json │ │ │ │ │ ├── shard_utherium.json │ │ │ │ │ ├── shard_zitrite.json │ │ │ │ │ ├── shengxuan.json │ │ │ │ │ ├── shengxuan_black.json │ │ │ │ │ ├── shengxuan_white.json │ │ │ │ │ ├── silver_ingot.json │ │ │ │ │ ├── silver_medal.json │ │ │ │ │ ├── silver_ore.json │ │ │ │ │ ├── skill_item1.json │ │ │ │ │ ├── skill_item2.json │ │ │ │ │ ├── small_emc_gem.json │ │ │ │ │ ├── sodium_cyanide_bucket.json │ │ │ │ │ ├── stainless_steel.json │ │ │ │ │ ├── star_pedestal.json │ │ │ │ │ ├── steel_furnace_brick.json │ │ │ │ │ ├── steel_furnace_core.json │ │ │ │ │ ├── stone_dagger.json │ │ │ │ │ ├── stone_gun.json │ │ │ │ │ ├── stone_ingot.json │ │ │ │ │ ├── stone_shard.json │ │ │ │ │ ├── stone_staff.json │ │ │ │ │ ├── stone_warhammer.json │ │ │ │ │ ├── sunlit_ingot.json │ │ │ │ │ ├── sunlit_ore.json │ │ │ │ │ ├── super_emc_gem.json │ │ │ │ │ ├── super_star.json │ │ │ │ │ ├── tangyuan.json │ │ │ │ │ ├── test_block.json │ │ │ │ │ ├── titanium_ingot.json │ │ │ │ │ ├── titanium_ore.json │ │ │ │ │ ├── top_core.json │ │ │ │ │ ├── tungsten_ore.json │ │ │ │ │ ├── twilight_key.json │ │ │ │ │ ├── ultimate_emc_stored_totem.json │ │ │ │ │ ├── ultimate_induction_cell.json │ │ │ │ │ ├── ultimate_singularity.json │ │ │ │ │ ├── unequal.json │ │ │ │ │ ├── universal_ball.json │ │ │ │ │ ├── unobtainium_sword.json │ │ │ │ │ ├── unreal_metal.json │ │ │ │ │ ├── update_addon_blue.json │ │ │ │ │ ├── update_addon_bx_purple.json │ │ │ │ │ ├── update_addon_cyan.json │ │ │ │ │ ├── update_addon_green.json │ │ │ │ │ ├── update_addon_orange.json │ │ │ │ │ ├── update_addon_purple.json │ │ │ │ │ ├── update_addon_red.json │ │ │ │ │ ├── update_addon_yellow.json │ │ │ │ │ ├── update_base_blue.json │ │ │ │ │ ├── update_base_bx_purple.json │ │ │ │ │ ├── update_base_cyan.json │ │ │ │ │ ├── update_base_green.json │ │ │ │ │ ├── update_base_orange.json │ │ │ │ │ ├── update_base_purple.json │ │ │ │ │ ├── update_base_red.json │ │ │ │ │ ├── update_base_yellow.json │ │ │ │ │ ├── update_cost_blue.json │ │ │ │ │ ├── update_cost_bx_purple.json │ │ │ │ │ ├── update_cost_cyan.json │ │ │ │ │ ├── update_cost_green.json │ │ │ │ │ ├── update_cost_orange.json │ │ │ │ │ ├── update_cost_purple.json │ │ │ │ │ ├── update_cost_red.json │ │ │ │ │ ├── update_cost_yellow.json │ │ │ │ │ ├── update_time_blue.json │ │ │ │ │ ├── update_time_bx_purple.json │ │ │ │ │ ├── update_time_cyan.json │ │ │ │ │ ├── update_time_green.json │ │ │ │ │ ├── update_time_orange.json │ │ │ │ │ ├── update_time_purple.json │ │ │ │ │ ├── update_time_red.json │ │ │ │ │ ├── update_time_yellow.json │ │ │ │ │ ├── vibranium_sword.json │ │ │ │ │ ├── violet_matter.json │ │ │ │ │ ├── vis_conversion_core.json │ │ │ │ │ ├── voucher.json │ │ │ │ │ ├── weapon_upgrade_core.json │ │ │ │ │ ├── white_matter.json │ │ │ │ │ ├── wooden_dagger.json │ │ │ │ │ ├── wooden_gun.json │ │ │ │ │ ├── wooden_ingot.json │ │ │ │ │ ├── wooden_staff.json │ │ │ │ │ ├── wooden_warhammer.json │ │ │ │ │ ├── xiangshushumiao_pillow.json │ │ │ │ │ ├── year_cake.json │ │ │ │ │ ├── yellow_matter.json │ │ │ │ │ └── zongzi.json │ │ │ ├── sounds.json │ │ │ ├── sounds │ │ │ │ ├── cxk_adventure.ogg │ │ │ │ ├── cxk_death.ogg │ │ │ │ ├── cxk_rabbit.ogg │ │ │ │ └── cxk_rich.ogg │ │ │ └── textures │ │ │ │ ├── block │ │ │ │ ├── advanced_update_core.png │ │ │ │ ├── aluminum_ore.png │ │ │ │ ├── antimatter_flower.png │ │ │ │ ├── aquamarine_ore.png │ │ │ │ ├── chlorophyte_ore.png │ │ │ │ ├── cold_ore.png │ │ │ │ ├── control_update_core.png │ │ │ │ ├── drystone_ore.png │ │ │ │ ├── emc_core_assembler.png │ │ │ │ ├── emc_core_generator.png │ │ │ │ ├── emc_core_puller.png │ │ │ │ ├── emc_core_puncher.png │ │ │ │ ├── emc_flower.png │ │ │ │ ├── emc_ore.png │ │ │ │ ├── emc_ore_core.png │ │ │ │ ├── end_emc_ore.png │ │ │ │ ├── end_rich_emc_ore.png │ │ │ │ ├── gemstone_core.png │ │ │ │ ├── hardcore_stone.png │ │ │ │ ├── indium_ore.png │ │ │ │ ├── infuser_core.png │ │ │ │ ├── magnesium_ore.png │ │ │ │ ├── nether_emc_ore.png │ │ │ │ ├── nickel_ore.png │ │ │ │ ├── orichalcos_ore.png │ │ │ │ ├── prefix_core.png │ │ │ │ ├── profession_core.png │ │ │ │ ├── rich_emc_ore.png │ │ │ │ ├── silver_ore.png │ │ │ │ ├── star.png │ │ │ │ ├── steel_furnace_brick.png │ │ │ │ ├── steel_furnace_core.png │ │ │ │ ├── sunlit_ore.png │ │ │ │ ├── test_block.png │ │ │ │ ├── titanium_ore.png │ │ │ │ ├── top_core.png │ │ │ │ ├── tungsten_ore.png │ │ │ │ ├── ultimate_induction_cell.png │ │ │ │ ├── update_addon_blue.png │ │ │ │ ├── update_addon_bx_purple.png │ │ │ │ ├── update_addon_cyan.png │ │ │ │ ├── update_addon_green.png │ │ │ │ ├── update_addon_orange.png │ │ │ │ ├── update_addon_purple.png │ │ │ │ ├── update_addon_red.png │ │ │ │ ├── update_addon_yellow.png │ │ │ │ ├── update_base.png │ │ │ │ ├── update_base_blue.png │ │ │ │ ├── update_base_cyan.png │ │ │ │ ├── update_base_green.png │ │ │ │ ├── update_base_orange.png │ │ │ │ ├── update_base_purple.png │ │ │ │ ├── update_base_red.png │ │ │ │ ├── update_base_yellow.png │ │ │ │ ├── update_cost_blue.png │ │ │ │ ├── update_cost_bx_purple.png │ │ │ │ ├── update_cost_cyan.png │ │ │ │ ├── update_cost_green.png │ │ │ │ ├── update_cost_orange.png │ │ │ │ ├── update_cost_purple.png │ │ │ │ ├── update_cost_red.png │ │ │ │ ├── update_cost_yellow.png │ │ │ │ ├── update_time_blue.png │ │ │ │ ├── update_time_bx_purple.png │ │ │ │ ├── update_time_cyan.png │ │ │ │ ├── update_time_green.png │ │ │ │ ├── update_time_orange.png │ │ │ │ ├── update_time_purple.png │ │ │ │ ├── update_time_red.png │ │ │ │ ├── update_time_yellow.png │ │ │ │ ├── vis_conversion_core.png │ │ │ │ └── weapon_upgrade_core.png │ │ │ │ ├── curios │ │ │ │ ├── curios_nuclear_ball.png │ │ │ │ ├── emc_shield.png │ │ │ │ └── emc_totem.png │ │ │ │ ├── entity │ │ │ │ ├── abunana.png │ │ │ │ ├── alfie_zh.png │ │ │ │ ├── biggest_xuan.png │ │ │ │ ├── btmy.png │ │ │ │ ├── chiyuanovo.png │ │ │ │ ├── cmzxymzx.png │ │ │ │ ├── cxk.png │ │ │ │ ├── dctor_0415.png │ │ │ │ ├── depair_anwu.png │ │ │ │ ├── dytlj7788.png │ │ │ │ ├── jaoxaono.png │ │ │ │ ├── juefei.png │ │ │ │ ├── lamb_kisara.png │ │ │ │ ├── maplefung.png │ │ │ │ ├── mcyunxi.png │ │ │ │ ├── sdxhop.png │ │ │ │ ├── tulye.png │ │ │ │ ├── villager │ │ │ │ │ └── profession │ │ │ │ │ │ ├── emc_villager.png │ │ │ │ │ │ └── emc_villager.png.mcmeta │ │ │ │ ├── wanglaotou.png │ │ │ │ ├── xiangshushumiao.png │ │ │ │ ├── xk9940.png │ │ │ │ ├── xy177.png │ │ │ │ ├── yuan_shou.png │ │ │ │ └── zombie_villager │ │ │ │ │ └── profession │ │ │ │ │ ├── emc_villager.png │ │ │ │ │ └── emc_villager.png.mcmeta │ │ │ │ ├── gui │ │ │ │ ├── advanced_update_container.png │ │ │ │ ├── emc_core_assembler.png │ │ │ │ ├── emc_core_generator.png │ │ │ │ ├── emc_core_puller.png │ │ │ │ ├── emc_ore.png │ │ │ │ ├── gemstone_gui.png │ │ │ │ ├── icon.png │ │ │ │ ├── infuser_core.png │ │ │ │ ├── jei │ │ │ │ │ ├── advanced_update.png │ │ │ │ │ ├── afterlight │ │ │ │ │ │ ├── ancient.png │ │ │ │ │ │ ├── glyph.png │ │ │ │ │ │ └── ritual.png │ │ │ │ │ ├── collector_fix.png │ │ │ │ │ ├── emc_ore_core_jei.png │ │ │ │ │ ├── ftbq_jei.png │ │ │ │ │ ├── infuser_jei.png │ │ │ │ │ ├── piglin_jei.png │ │ │ │ │ ├── star_jei.png │ │ │ │ │ ├── steel_furnace.png │ │ │ │ │ ├── super_emc_jei.png │ │ │ │ │ └── update.png │ │ │ │ ├── level_core.png │ │ │ │ ├── menu │ │ │ │ │ └── title.png │ │ │ │ ├── prefix_gui.png │ │ │ │ ├── steel_furnace_gui.png │ │ │ │ ├── super_emc.png │ │ │ │ ├── top_core.png │ │ │ │ ├── transparent.png │ │ │ │ └── weapon_upgrade_core.png │ │ │ │ ├── item │ │ │ │ ├── abunana_loot.png │ │ │ │ ├── abyss_gemstone.png │ │ │ │ ├── activated_charcoal.png │ │ │ │ ├── advanced_emc_gem.png │ │ │ │ ├── advanced_emc_stored_totem.png │ │ │ │ ├── air_bucket.png │ │ │ │ ├── aluminum_ingot.png │ │ │ │ ├── ancient_icon.png │ │ │ │ ├── another_world_core.png │ │ │ │ ├── antimatter_essence.png │ │ │ │ ├── antimatter_seeds.png │ │ │ │ ├── atm_sword.png │ │ │ │ ├── base_emc_stored_totem.png │ │ │ │ ├── base_key.png │ │ │ │ ├── big_emc_gem.png │ │ │ │ ├── biggest_emc_gem.png │ │ │ │ ├── biggest_xuan_ingot.png │ │ │ │ ├── biggest_xuan_ingot.png.mcmeta │ │ │ │ ├── blood_eye.png │ │ │ │ ├── blood_gemstone.png │ │ │ │ ├── bright_stone.png │ │ │ │ ├── broken_dagger.png │ │ │ │ ├── broken_diamond_sword.png │ │ │ │ ├── broken_gun.png │ │ │ │ ├── broken_hammer.png │ │ │ │ ├── chaos_sword.png │ │ │ │ ├── chlorophyte_ingot.png │ │ │ │ ├── clump_aluminum.png │ │ │ │ ├── clump_aquamarine.png │ │ │ │ ├── clump_arlemite.png │ │ │ │ ├── clump_bloodgem.png │ │ │ │ ├── clump_chlorophyte.png │ │ │ │ ├── clump_cloggrum.png │ │ │ │ ├── clump_cold.png │ │ │ │ ├── clump_crystillium.png │ │ │ │ ├── clump_drystone.png │ │ │ │ ├── clump_emc_gem.png │ │ │ │ ├── clump_end_gobber.png │ │ │ │ ├── clump_froststeel.png │ │ │ │ ├── clump_gobber.png │ │ │ │ ├── clump_gravitite.png │ │ │ │ ├── clump_indium.png │ │ │ │ ├── clump_knightmetal.png │ │ │ │ ├── clump_lunarite_scrap.png │ │ │ │ ├── clump_magnesium.png │ │ │ │ ├── clump_moonsteel.png │ │ │ │ ├── clump_nether_gobber.png │ │ │ │ ├── clump_nickel.png │ │ │ │ ├── clump_oratchalcum.png │ │ │ │ ├── clump_orichalcos.png │ │ │ │ ├── clump_pendorite.png │ │ │ │ ├── clump_rainbow.png │ │ │ │ ├── clump_realmite.png │ │ │ │ ├── clump_regalium.png │ │ │ │ ├── clump_rose_copper.png │ │ │ │ ├── clump_rupee.png │ │ │ │ ├── clump_silver.png │ │ │ │ ├── clump_starmetal.png │ │ │ │ ├── clump_sunlit.png │ │ │ │ ├── clump_titanium.png │ │ │ │ ├── clump_torridite.png │ │ │ │ ├── clump_tungsten.png │ │ │ │ ├── clump_utherium.png │ │ │ │ ├── clump_zitrite.png │ │ │ │ ├── cold_ingot.png │ │ │ │ ├── common_cd_scroll.png │ │ │ │ ├── copper_medal.png │ │ │ │ ├── craft_cd_scroll.png │ │ │ │ ├── creation.png │ │ │ │ ├── creation.png.mcmeta │ │ │ │ ├── crystal_aluminum.png │ │ │ │ ├── crystal_aquamarine.png │ │ │ │ ├── crystal_arlemite.png │ │ │ │ ├── crystal_bloodgem.png │ │ │ │ ├── crystal_chlorophyte.png │ │ │ │ ├── crystal_cloggrum.png │ │ │ │ ├── crystal_cold.png │ │ │ │ ├── crystal_crystillium.png │ │ │ │ ├── crystal_drystone.png │ │ │ │ ├── crystal_emc_gem.png │ │ │ │ ├── crystal_end_gobber.png │ │ │ │ ├── crystal_froststeel.png │ │ │ │ ├── crystal_gobber.png │ │ │ │ ├── crystal_gravitite.png │ │ │ │ ├── crystal_indium.png │ │ │ │ ├── crystal_knightmetal.png │ │ │ │ ├── crystal_lunarite_scrap.png │ │ │ │ ├── crystal_magnesium.png │ │ │ │ ├── crystal_matrix_ingot.png │ │ │ │ ├── crystal_moonsteel.png │ │ │ │ ├── crystal_nether_gobber.png │ │ │ │ ├── crystal_nickel.png │ │ │ │ ├── crystal_oratchalcum.png │ │ │ │ ├── crystal_orichalcos.png │ │ │ │ ├── crystal_pendorite.png │ │ │ │ ├── crystal_rainbow.png │ │ │ │ ├── crystal_realmite.png │ │ │ │ ├── crystal_regalium.png │ │ │ │ ├── crystal_rose_copper.png │ │ │ │ ├── crystal_rupee.png │ │ │ │ ├── crystal_silver.png │ │ │ │ ├── crystal_starmetal.png │ │ │ │ ├── crystal_sunlit.png │ │ │ │ ├── crystal_titanium.png │ │ │ │ ├── crystal_torridite.png │ │ │ │ ├── crystal_tungsten.png │ │ │ │ ├── crystal_utherium.png │ │ │ │ ├── crystal_zitrite.png │ │ │ │ ├── dark_stone.png │ │ │ │ ├── demon_dust.png │ │ │ │ ├── diamond_dagger.png │ │ │ │ ├── diamond_gun.png │ │ │ │ ├── diamond_staff.png │ │ │ │ ├── diamond_staff.png.mcmeta │ │ │ │ ├── diamond_warhammer.png │ │ │ │ ├── dirty_dust_aluminum.png │ │ │ │ ├── dirty_dust_aquamarine.png │ │ │ │ ├── dirty_dust_arlemite.png │ │ │ │ ├── dirty_dust_bloodgem.png │ │ │ │ ├── dirty_dust_chlorophyte.png │ │ │ │ ├── dirty_dust_cloggrum.png │ │ │ │ ├── dirty_dust_cold.png │ │ │ │ ├── dirty_dust_crystillium.png │ │ │ │ ├── dirty_dust_drystone.png │ │ │ │ ├── dirty_dust_emc_gem.png │ │ │ │ ├── dirty_dust_end_gobber.png │ │ │ │ ├── dirty_dust_froststeel.png │ │ │ │ ├── dirty_dust_gobber.png │ │ │ │ ├── dirty_dust_gravitite.png │ │ │ │ ├── dirty_dust_indium.png │ │ │ │ ├── dirty_dust_knightmetal.png │ │ │ │ ├── dirty_dust_lunarite_scrap.png │ │ │ │ ├── dirty_dust_magnesium.png │ │ │ │ ├── dirty_dust_moonsteel.png │ │ │ │ ├── dirty_dust_nether_gobber.png │ │ │ │ ├── dirty_dust_nickel.png │ │ │ │ ├── dirty_dust_oratchalcum.png │ │ │ │ ├── dirty_dust_orichalcos.png │ │ │ │ ├── dirty_dust_pendorite.png │ │ │ │ ├── dirty_dust_rainbow.png │ │ │ │ ├── dirty_dust_realmite.png │ │ │ │ ├── dirty_dust_regalium.png │ │ │ │ ├── dirty_dust_rose_copper.png │ │ │ │ ├── dirty_dust_rupee.png │ │ │ │ ├── dirty_dust_silver.png │ │ │ │ ├── dirty_dust_starmetal.png │ │ │ │ ├── dirty_dust_sunlit.png │ │ │ │ ├── dirty_dust_titanium.png │ │ │ │ ├── dirty_dust_torridite.png │ │ │ │ ├── dirty_dust_tungsten.png │ │ │ │ ├── dirty_dust_utherium.png │ │ │ │ ├── dirty_dust_zitrite.png │ │ │ │ ├── dragon_steel.png │ │ │ │ ├── drop_antimatter.png │ │ │ │ ├── drystone_ingot.png │ │ │ │ ├── dust_aluminum.png │ │ │ │ ├── dust_aquamarine.png │ │ │ │ ├── dust_arlemite.png │ │ │ │ ├── dust_bloodgem.png │ │ │ │ ├── dust_chlorophyte.png │ │ │ │ ├── dust_cloggrum.png │ │ │ │ ├── dust_cold.png │ │ │ │ ├── dust_crystillium.png │ │ │ │ ├── dust_drystone.png │ │ │ │ ├── dust_emc_gem.png │ │ │ │ ├── dust_end_gobber.png │ │ │ │ ├── dust_froststeel.png │ │ │ │ ├── dust_gobber.png │ │ │ │ ├── dust_gravitite.png │ │ │ │ ├── dust_indium.png │ │ │ │ ├── dust_knightmetal.png │ │ │ │ ├── dust_lunarite_scrap.png │ │ │ │ ├── dust_magnesium.png │ │ │ │ ├── dust_moonsteel.png │ │ │ │ ├── dust_nether_gobber.png │ │ │ │ ├── dust_nickel.png │ │ │ │ ├── dust_oratchalcum.png │ │ │ │ ├── dust_orichalcos.png │ │ │ │ ├── dust_pendorite.png │ │ │ │ ├── dust_rainbow.png │ │ │ │ ├── dust_realmite.png │ │ │ │ ├── dust_regalium.png │ │ │ │ ├── dust_rose_copper.png │ │ │ │ ├── dust_rupee.png │ │ │ │ ├── dust_silver.png │ │ │ │ ├── dust_starmetal.png │ │ │ │ ├── dust_sunlit.png │ │ │ │ ├── dust_titanium.png │ │ │ │ ├── dust_torridite.png │ │ │ │ ├── dust_tungsten.png │ │ │ │ ├── dust_utherium.png │ │ │ │ ├── dust_zitrite.png │ │ │ │ ├── elite_emc_stored_totem.png │ │ │ │ ├── emc_charge_gem_1.png │ │ │ │ ├── emc_charge_gem_2.png │ │ │ │ ├── emc_charge_gem_3.png │ │ │ │ ├── emc_charge_gem_4.png │ │ │ │ ├── emc_charge_gem_5.png │ │ │ │ ├── emc_check.png │ │ │ │ ├── emc_core.png │ │ │ │ ├── emc_core.png.mcmeta │ │ │ │ ├── emc_leaf.png │ │ │ │ ├── emc_shield_supply.png │ │ │ │ ├── emc_shield_supply.png.mcmeta │ │ │ │ ├── emc_trait_core.png │ │ │ │ ├── end_light.png │ │ │ │ ├── end_light.png.mcmeta │ │ │ │ ├── energy_protect_module.png │ │ │ │ ├── enriched_ender.png │ │ │ │ ├── enriched_gobber.png │ │ │ │ ├── enriched_iron.png │ │ │ │ ├── enriched_nickel.png │ │ │ │ ├── enriched_silver.png │ │ │ │ ├── epic_emc_gem.png │ │ │ │ ├── epic_emc_gem.png.mcmeta │ │ │ │ ├── epic_essence.png │ │ │ │ ├── event_check.png │ │ │ │ ├── evil_book.png │ │ │ │ ├── exception_apple.png │ │ │ │ ├── exorcism_candle.png │ │ │ │ ├── fantasy_gem.png │ │ │ │ ├── final_essence.png │ │ │ │ ├── fire_red_boots.png │ │ │ │ ├── fire_red_chestplate.png │ │ │ │ ├── fire_red_helmet.png │ │ │ │ ├── fire_red_leggings.png │ │ │ │ ├── flying_gem.png │ │ │ │ ├── flying_gem.png.mcmeta │ │ │ │ ├── fxt_xy.png │ │ │ │ ├── fxt_xy.png.mcmeta │ │ │ │ ├── gaia_dagger.png │ │ │ │ ├── gaia_gun.png │ │ │ │ ├── gaia_nugget.png │ │ │ │ ├── gaia_nugget.png.mcmeta │ │ │ │ ├── gaia_staff.png │ │ │ │ ├── gaia_staff.png.mcmeta │ │ │ │ ├── gaia_sword.png │ │ │ │ ├── gaia_warhammer.png │ │ │ │ ├── gaia_warhammer.png.mcmeta │ │ │ │ ├── god_chara_sword.png │ │ │ │ ├── god_fire_sword.png │ │ │ │ ├── god_ice_sword.png │ │ │ │ ├── god_nature_sword.png │ │ │ │ ├── god_null_sword.png │ │ │ │ ├── god_steel_ingot.png │ │ │ │ ├── gold_medal.png │ │ │ │ ├── golden_dagger.png │ │ │ │ ├── golden_gun.png │ │ │ │ ├── golden_staff.png │ │ │ │ ├── golden_staff.png.mcmeta │ │ │ │ ├── golden_warhammer.png │ │ │ │ ├── guardian_boots.png │ │ │ │ ├── guardian_chestplate.png │ │ │ │ ├── guardian_helmet.png │ │ │ │ ├── guardian_leggings.png │ │ │ │ ├── guide_book.png │ │ │ │ ├── hard_steel.png │ │ │ │ ├── hero_medal.png │ │ │ │ ├── hero_medal.png.mcmeta │ │ │ │ ├── ice_cream.png │ │ │ │ ├── illager_gem.png │ │ │ │ ├── illager_gem.png.mcmeta │ │ │ │ ├── illager_shard.png │ │ │ │ ├── illager_shard.png.mcmeta │ │ │ │ ├── indium_ingot.png │ │ │ │ ├── infinity_catalyst.png │ │ │ │ ├── infinity_catalyst.png.mcmeta │ │ │ │ ├── infinity_emc_gem.png │ │ │ │ ├── infinity_emc_gem.png.mcmeta │ │ │ │ ├── infinity_module.png │ │ │ │ ├── infinity_sword.png │ │ │ │ ├── infinity_sword.png.mcmeta │ │ │ │ ├── infuse_core.png │ │ │ │ ├── ingot_aluminum.png │ │ │ │ ├── iron_dagger.png │ │ │ │ ├── iron_gun.png │ │ │ │ ├── iron_staff.png │ │ │ │ ├── iron_staff.png.mcmeta │ │ │ │ ├── iron_warhammer.png │ │ │ │ ├── lake_gemstone.png │ │ │ │ ├── lottery.png │ │ │ │ ├── lucky_gem_blue.png │ │ │ │ ├── lucky_gem_emerald.png │ │ │ │ ├── lucky_gem_gold.png │ │ │ │ ├── lucky_gem_purple.png │ │ │ │ ├── lucky_gem_red.png │ │ │ │ ├── magnesium_ingot.png │ │ │ │ ├── money.png │ │ │ │ ├── mooncake.png │ │ │ │ ├── nature_gemstone.png │ │ │ │ ├── nature_ingot.png │ │ │ │ ├── nature_staff.png │ │ │ │ ├── nether_key.png │ │ │ │ ├── netherite_dagger.png │ │ │ │ ├── netherite_gun.png │ │ │ │ ├── netherite_staff.png │ │ │ │ ├── netherite_staff.png.mcmeta │ │ │ │ ├── netherite_stick.png │ │ │ │ ├── netherite_warhammer.png │ │ │ │ ├── nickel_ingot.png │ │ │ │ ├── night_light.png │ │ │ │ ├── night_light.png.mcmeta │ │ │ │ ├── niobium_ingot.png │ │ │ │ ├── niobium_nugget.json │ │ │ │ ├── niobium_nugget.png │ │ │ │ ├── noname_catfood.png │ │ │ │ ├── nopower_staff.png │ │ │ │ ├── nuclear_advanced_ball.png │ │ │ │ ├── nuclear_ball.png │ │ │ │ ├── nuclear_epic_ball.png │ │ │ │ ├── orichalcos_ingot.png │ │ │ │ ├── prefix_scroll.png │ │ │ │ ├── prefix_scroll.png.mcmeta │ │ │ │ ├── profession_sword.png │ │ │ │ ├── profession_tank.png │ │ │ │ ├── purple_staff.png │ │ │ │ ├── purple_staff.png.mcmeta │ │ │ │ ├── quest_item.png │ │ │ │ ├── raid_light.png │ │ │ │ ├── rainbow_dagger.png │ │ │ │ ├── rainbow_gun.png │ │ │ │ ├── rainbow_gun.png.mcmeta │ │ │ │ ├── rainbow_ingot.png │ │ │ │ ├── rainbow_staff.png │ │ │ │ ├── rainbow_staff.png.mcmeta │ │ │ │ ├── rainbow_sword.png │ │ │ │ ├── rainbow_warhammer.png │ │ │ │ ├── red_green_dagger.png │ │ │ │ ├── red_green_dagger.png.mcmeta │ │ │ │ ├── red_matter_crystal.png │ │ │ │ ├── reset_scroll.png │ │ │ │ ├── restore_scroll.png │ │ │ │ ├── rune_ingot.png │ │ │ │ ├── scroll_advanced_emc.png │ │ │ │ ├── scroll_base_emc.png │ │ │ │ ├── scroll_blue.png │ │ │ │ ├── scroll_bx.png │ │ │ │ ├── scroll_celestial_azure.png │ │ │ │ ├── scroll_enlightening_glimmer.png │ │ │ │ ├── scroll_feast.png │ │ │ │ ├── scroll_gaia.png │ │ │ │ ├── scroll_gold.png │ │ │ │ ├── scroll_gourmand_feast.png │ │ │ │ ├── scroll_green.png │ │ │ │ ├── scroll_mystic_shadow.png │ │ │ │ ├── scroll_purple.png │ │ │ │ ├── scroll_red.png │ │ │ │ ├── scroll_super_emc.png │ │ │ │ ├── scroll_tulye.png │ │ │ │ ├── scroll_voracious_wolf.png │ │ │ │ ├── scroll_white.png │ │ │ │ ├── shard_aluminum.png │ │ │ │ ├── shard_aquamarine.png │ │ │ │ ├── shard_arlemite.png │ │ │ │ ├── shard_bloodgem.png │ │ │ │ ├── shard_chlorophyte.png │ │ │ │ ├── shard_cloggrum.png │ │ │ │ ├── shard_cold.png │ │ │ │ ├── shard_crystillium.png │ │ │ │ ├── shard_drystone.png │ │ │ │ ├── shard_emc_gem.png │ │ │ │ ├── shard_end_gobber.png │ │ │ │ ├── shard_froststeel.png │ │ │ │ ├── shard_gobber.png │ │ │ │ ├── shard_gravitite.png │ │ │ │ ├── shard_indium.png │ │ │ │ ├── shard_knightmetal.png │ │ │ │ ├── shard_lunarite_scrap.png │ │ │ │ ├── shard_magnesium.png │ │ │ │ ├── shard_moonsteel.png │ │ │ │ ├── shard_nether_gobber.png │ │ │ │ ├── shard_nickel.png │ │ │ │ ├── shard_oratchalcum.png │ │ │ │ ├── shard_orichalcos.png │ │ │ │ ├── shard_pendorite.png │ │ │ │ ├── shard_rainbow.png │ │ │ │ ├── shard_realmite.png │ │ │ │ ├── shard_regalium.png │ │ │ │ ├── shard_rose_copper.png │ │ │ │ ├── shard_rupee.png │ │ │ │ ├── shard_silver.png │ │ │ │ ├── shard_starmetal.png │ │ │ │ ├── shard_sunlit.png │ │ │ │ ├── shard_titanium.png │ │ │ │ ├── shard_torridite.png │ │ │ │ ├── shard_tungsten.png │ │ │ │ ├── shard_utherium.png │ │ │ │ ├── shard_zitrite.png │ │ │ │ ├── shengxuan_black.png │ │ │ │ ├── shengxuan_white.png │ │ │ │ ├── silver_ingot.png │ │ │ │ ├── silver_medal.png │ │ │ │ ├── skill_item1.png │ │ │ │ ├── skill_item1.png.mcmeta │ │ │ │ ├── skill_item2.png │ │ │ │ ├── skill_item2.png.mcmeta │ │ │ │ ├── small_emc_gem.png │ │ │ │ ├── sodium_cyanide_bucket.png │ │ │ │ ├── stainless_steel.png │ │ │ │ ├── stone_dagger.png │ │ │ │ ├── stone_gun.png │ │ │ │ ├── stone_ingot.png │ │ │ │ ├── stone_shard.png │ │ │ │ ├── stone_staff.png │ │ │ │ ├── stone_staff.png.mcmeta │ │ │ │ ├── stone_warhammer.png │ │ │ │ ├── sunlit_ingot.png │ │ │ │ ├── super_emc_gem.png │ │ │ │ ├── super_emc_gem.png.mcmeta │ │ │ │ ├── super_star.png │ │ │ │ ├── super_star.png.mcmeta │ │ │ │ ├── tangyuan.png │ │ │ │ ├── titanium_ingot.png │ │ │ │ ├── twilight_key.png │ │ │ │ ├── twilight_key.png.mcmeta │ │ │ │ ├── ultimate_emc_stored_totem.png │ │ │ │ ├── ultimate_emc_stored_totem.png.mcmeta │ │ │ │ ├── ultimate_singularity.png │ │ │ │ ├── ultimate_singularity.png.mcmeta │ │ │ │ ├── unequal.png │ │ │ │ ├── universal_ball.png │ │ │ │ ├── unobtainium_sword.png │ │ │ │ ├── unreal_metal.png │ │ │ │ ├── unreal_metal.png.mcmeta │ │ │ │ ├── vibranium_sword.png │ │ │ │ ├── voucher.png │ │ │ │ ├── wooden_dagger.png │ │ │ │ ├── wooden_gun.png │ │ │ │ ├── wooden_ingot.png │ │ │ │ ├── wooden_staff.png │ │ │ │ ├── wooden_staff.png.mcmeta │ │ │ │ ├── wooden_warhammer.png │ │ │ │ ├── year_cake.png │ │ │ │ └── zongzi.png │ │ │ │ ├── mob_effect │ │ │ │ ├── accuracy.png │ │ │ │ ├── attack_range.png │ │ │ │ ├── attack_speed.png │ │ │ │ ├── emc_broken.png │ │ │ │ ├── emc_flaming.png │ │ │ │ ├── emc_protect.png │ │ │ │ ├── magic_protect.png │ │ │ │ └── remote_damage.png │ │ │ │ └── quests │ │ │ │ └── qc.png │ │ ├── ftbquests │ │ │ └── textures │ │ │ │ └── hem.png │ │ ├── minecraft │ │ │ └── textures │ │ │ │ ├── gui │ │ │ │ ├── accessibility.png │ │ │ │ ├── container │ │ │ │ │ ├── anvil.png │ │ │ │ │ ├── beacon.png │ │ │ │ │ ├── blast_furnace.png │ │ │ │ │ ├── brewing_stand.png │ │ │ │ │ ├── cartography_table.png │ │ │ │ │ ├── crafting_table.png │ │ │ │ │ ├── dispenser.png │ │ │ │ │ ├── enchanting_table.png │ │ │ │ │ ├── furnace.png │ │ │ │ │ ├── gamemode_switcher.png │ │ │ │ │ ├── generic_54.png │ │ │ │ │ ├── grindstone.png │ │ │ │ │ ├── hopper.png │ │ │ │ │ ├── inventory.png │ │ │ │ │ ├── loom.png │ │ │ │ │ ├── shulker_box.png │ │ │ │ │ ├── smithing.png │ │ │ │ │ ├── smoker.png │ │ │ │ │ ├── stonecutter.png │ │ │ │ │ └── villager2.png │ │ │ │ ├── icons.png │ │ │ │ ├── options_background.png │ │ │ │ └── widgets.png │ │ │ │ └── models │ │ │ │ └── armor │ │ │ │ ├── fire_red_layer_1.png │ │ │ │ ├── fire_red_layer_2.png │ │ │ │ ├── guardian_layer_1.png │ │ │ │ └── guardian_layer_2.png │ │ ├── mysticalagriculture │ │ │ ├── blockstates │ │ │ │ └── antimatter_crop.json │ │ │ └── models │ │ │ │ ├── block │ │ │ │ └── antimatter_crop.json │ │ │ │ └── item │ │ │ │ ├── antimatter_essence.json │ │ │ │ └── antimatter_seeds.json │ │ └── packmenu │ │ │ ├── buttons │ │ │ ├── accessibility.json │ │ │ ├── custom.json │ │ │ ├── language.json │ │ │ ├── mods.json │ │ │ ├── multiplayer.json │ │ │ ├── options.json │ │ │ ├── quit.json │ │ │ ├── reloadbutton.json │ │ │ └── singleplayer.json │ │ │ ├── lang │ │ │ └── en_us.json │ │ │ ├── texts │ │ │ └── supporters.txt │ │ │ └── textures │ │ │ └── gui │ │ │ ├── aklizbutton.png │ │ │ ├── background.png │ │ │ ├── logo.png │ │ │ ├── reload.png │ │ │ └── widgets.png │ │ ├── data │ │ ├── curios │ │ │ └── tags │ │ │ │ └── items │ │ │ │ ├── charm.json │ │ │ │ ├── curios_nuclear_ball.json │ │ │ │ ├── emc_shield.json │ │ │ │ └── emc_totem.json │ │ ├── emcworld │ │ │ ├── advancements │ │ │ │ ├── bankrupt.json │ │ │ │ ├── cost │ │ │ │ │ ├── 1.json │ │ │ │ │ ├── 2.json │ │ │ │ │ ├── 3.json │ │ │ │ │ ├── 4.json │ │ │ │ │ ├── 5.json │ │ │ │ │ └── 6.json │ │ │ │ ├── entity │ │ │ │ │ ├── yuan_shou.json │ │ │ │ │ └── yuan_shou_kill.json │ │ │ │ ├── illager │ │ │ │ │ ├── shard.json │ │ │ │ │ ├── start.json │ │ │ │ │ ├── wave1.json │ │ │ │ │ ├── wave2.json │ │ │ │ │ └── wave3.json │ │ │ │ ├── lottery │ │ │ │ │ ├── buy.json │ │ │ │ │ ├── reward1.json │ │ │ │ │ ├── reward2.json │ │ │ │ │ ├── reward3.json │ │ │ │ │ └── reward4.json │ │ │ │ ├── weapon │ │ │ │ │ ├── first.json │ │ │ │ │ ├── level1.json │ │ │ │ │ ├── level2.json │ │ │ │ │ ├── level3.json │ │ │ │ │ ├── prefix1.json │ │ │ │ │ ├── prefix2.json │ │ │ │ │ ├── prefix3.json │ │ │ │ │ ├── star1.json │ │ │ │ │ ├── star2.json │ │ │ │ │ └── star3.json │ │ │ │ └── welcome.json │ │ │ ├── loot_tables │ │ │ │ └── blocks │ │ │ │ │ ├── advanced_update_core.json │ │ │ │ │ ├── aluminum_ore.json │ │ │ │ │ ├── aquamarine_ore.json │ │ │ │ │ ├── chlorophyte_ore.json │ │ │ │ │ ├── cold_ore.json │ │ │ │ │ ├── control_update_core.json │ │ │ │ │ ├── drystone_ore.json │ │ │ │ │ ├── emc_flower.json │ │ │ │ │ ├── emc_ore.json │ │ │ │ │ ├── emc_super.json │ │ │ │ │ ├── end_emc_ore.json │ │ │ │ │ ├── end_rich_emc_ore.json │ │ │ │ │ ├── gemstone_core.json │ │ │ │ │ ├── hardcore_stone.json │ │ │ │ │ ├── indium_ore.json │ │ │ │ │ ├── infuser_core.json │ │ │ │ │ ├── magnesium_ore.json │ │ │ │ │ ├── nether_emc_ore.json │ │ │ │ │ ├── nickel_ore.json │ │ │ │ │ ├── orichalcos_ore.json │ │ │ │ │ ├── prefix_core.json │ │ │ │ │ ├── profession_core.json │ │ │ │ │ ├── rich_emc_ore.json │ │ │ │ │ ├── silver_ore.json │ │ │ │ │ ├── star_pedestal.json │ │ │ │ │ ├── steel_furnace_brick.json │ │ │ │ │ ├── steel_furnace_core.json │ │ │ │ │ ├── sunlit_ore.json │ │ │ │ │ ├── titanium_ore.json │ │ │ │ │ ├── top_core.json │ │ │ │ │ ├── tungsten_ore.json │ │ │ │ │ ├── ultimate_induction_cell.json │ │ │ │ │ ├── update_addon_blue.json │ │ │ │ │ ├── update_addon_bx_purple.json │ │ │ │ │ ├── update_addon_cyan.json │ │ │ │ │ ├── update_addon_green.json │ │ │ │ │ ├── update_addon_orange.json │ │ │ │ │ ├── update_addon_purple.json │ │ │ │ │ ├── update_addon_red.json │ │ │ │ │ ├── update_addon_yellow.json │ │ │ │ │ ├── update_base_blue.json │ │ │ │ │ ├── update_base_bx_purple.json │ │ │ │ │ ├── update_base_cyan.json │ │ │ │ │ ├── update_base_green.json │ │ │ │ │ ├── update_base_orange.json │ │ │ │ │ ├── update_base_purple.json │ │ │ │ │ ├── update_base_red.json │ │ │ │ │ ├── update_base_yellow.json │ │ │ │ │ ├── update_cost_blue.json │ │ │ │ │ ├── update_cost_bx_purple.json │ │ │ │ │ ├── update_cost_cyan.json │ │ │ │ │ ├── update_cost_green.json │ │ │ │ │ ├── update_cost_orange.json │ │ │ │ │ ├── update_cost_purple.json │ │ │ │ │ ├── update_cost_red.json │ │ │ │ │ ├── update_cost_yellow.json │ │ │ │ │ ├── update_time_blue.json │ │ │ │ │ ├── update_time_bx_purple.json │ │ │ │ │ ├── update_time_cyan.json │ │ │ │ │ ├── update_time_green.json │ │ │ │ │ ├── update_time_orange.json │ │ │ │ │ ├── update_time_purple.json │ │ │ │ │ ├── update_time_red.json │ │ │ │ │ ├── update_time_yellow.json │ │ │ │ │ ├── vis_conversion_core.json │ │ │ │ │ └── weapon_upgrade_core.json │ │ │ ├── patchouli_books │ │ │ │ └── guide │ │ │ │ │ ├── book.json │ │ │ │ │ ├── en_us.zip │ │ │ │ │ ├── en_us │ │ │ │ │ ├── categories │ │ │ │ │ │ ├── attack.json │ │ │ │ │ │ ├── block.json │ │ │ │ │ │ ├── emerald.json │ │ │ │ │ │ ├── sponsors.json │ │ │ │ │ │ └── start.json │ │ │ │ │ └── entries │ │ │ │ │ │ ├── attack │ │ │ │ │ │ ├── dagger.json │ │ │ │ │ │ ├── emc_shield.json │ │ │ │ │ │ ├── source.json │ │ │ │ │ │ ├── staff.json │ │ │ │ │ │ └── warhammer.json │ │ │ │ │ │ ├── block │ │ │ │ │ │ ├── advanced_update_core.json │ │ │ │ │ │ ├── gem_core.json │ │ │ │ │ │ ├── infuser_core.json │ │ │ │ │ │ ├── prefix_core.json │ │ │ │ │ │ ├── star.json │ │ │ │ │ │ ├── steel_core.json │ │ │ │ │ │ ├── vis_core.json │ │ │ │ │ │ └── weapon_update_core.json │ │ │ │ │ │ ├── emerald │ │ │ │ │ │ ├── damage.json │ │ │ │ │ │ └── raid.json │ │ │ │ │ │ ├── sponsors │ │ │ │ │ │ ├── advanced.json │ │ │ │ │ │ ├── basic.json │ │ │ │ │ │ ├── dev.json │ │ │ │ │ │ ├── epic.json │ │ │ │ │ │ ├── mascot.json │ │ │ │ │ │ ├── other.json │ │ │ │ │ │ └── spr.json │ │ │ │ │ │ └── start │ │ │ │ │ │ ├── cost.json │ │ │ │ │ │ ├── ore.json │ │ │ │ │ │ ├── profession.json │ │ │ │ │ │ └── stage.json │ │ │ │ │ ├── zh_cn │ │ │ │ │ ├── categories │ │ │ │ │ │ ├── attack.json │ │ │ │ │ │ ├── block.json │ │ │ │ │ │ ├── emerald.json │ │ │ │ │ │ ├── sponsors.json │ │ │ │ │ │ └── start.json │ │ │ │ │ └── entries │ │ │ │ │ │ ├── attack │ │ │ │ │ │ ├── dagger.json │ │ │ │ │ │ ├── emc_shield.json │ │ │ │ │ │ ├── source.json │ │ │ │ │ │ ├── staff.json │ │ │ │ │ │ └── warhammer.json │ │ │ │ │ │ ├── block │ │ │ │ │ │ ├── advanced_update_core.json │ │ │ │ │ │ ├── gem_core.json │ │ │ │ │ │ ├── infuser_core.json │ │ │ │ │ │ ├── prefix_core.json │ │ │ │ │ │ ├── star.json │ │ │ │ │ │ ├── steel_core.json │ │ │ │ │ │ ├── vis_core.json │ │ │ │ │ │ └── weapon_update_core.json │ │ │ │ │ │ ├── emerald │ │ │ │ │ │ ├── damage.json │ │ │ │ │ │ └── raid.json │ │ │ │ │ │ ├── sponsors │ │ │ │ │ │ ├── advanced.json │ │ │ │ │ │ ├── basic.json │ │ │ │ │ │ ├── dev.json │ │ │ │ │ │ ├── epic.json │ │ │ │ │ │ ├── mascot.json │ │ │ │ │ │ ├── other.json │ │ │ │ │ │ └── spr.json │ │ │ │ │ │ └── start │ │ │ │ │ │ ├── cost.json │ │ │ │ │ │ ├── ore.json │ │ │ │ │ │ ├── profession.json │ │ │ │ │ │ └── stage.json │ │ │ │ │ └── zh_tw │ │ │ │ │ ├── categories │ │ │ │ │ ├── attack.json │ │ │ │ │ ├── block.json │ │ │ │ │ ├── emerald.json │ │ │ │ │ ├── sponsors.json │ │ │ │ │ └── start.json │ │ │ │ │ └── entries │ │ │ │ │ ├── attack │ │ │ │ │ ├── dagger.json │ │ │ │ │ ├── emc_shield.json │ │ │ │ │ ├── source.json │ │ │ │ │ ├── staff.json │ │ │ │ │ └── warhammer.json │ │ │ │ │ ├── block │ │ │ │ │ ├── advanced_update_core.json │ │ │ │ │ ├── gem_core.json │ │ │ │ │ ├── infuser_core.json │ │ │ │ │ ├── prefix_core.json │ │ │ │ │ ├── star.json │ │ │ │ │ ├── steel_core.json │ │ │ │ │ ├── vis_core.json │ │ │ │ │ └── weapon_update_core.json │ │ │ │ │ ├── emerald │ │ │ │ │ ├── damage.json │ │ │ │ │ └── raid.json │ │ │ │ │ ├── sponsors │ │ │ │ │ ├── advanced.json │ │ │ │ │ ├── basic.json │ │ │ │ │ ├── dev.json │ │ │ │ │ ├── epic.json │ │ │ │ │ ├── mascot.json │ │ │ │ │ └── other.json │ │ │ │ │ └── start │ │ │ │ │ ├── cost.json │ │ │ │ │ ├── ore.json │ │ │ │ │ ├── profession.json │ │ │ │ │ └── stage.json │ │ │ └── recipes │ │ │ │ ├── advanced_gem.json │ │ │ │ ├── ancient_sapling.json │ │ │ │ ├── dark_portal.json │ │ │ │ ├── end_gobber_ingot.json │ │ │ │ ├── fire_sword.json │ │ │ │ ├── ice_sword.json │ │ │ │ ├── infuser │ │ │ │ ├── diamond.json │ │ │ │ ├── god_block.json │ │ │ │ └── ultimate_tier.json │ │ │ │ ├── magenta_collector.json │ │ │ │ ├── magenta_relay.json │ │ │ │ ├── master_rune_holder.json │ │ │ │ ├── nature_sword.json │ │ │ │ ├── offering_table.json │ │ │ │ ├── personal_link.json │ │ │ │ ├── purple_collector.json │ │ │ │ ├── purple_relay.json │ │ │ │ ├── ritual_altar.json │ │ │ │ ├── skill_item_2.json │ │ │ │ ├── update_addon_cyan.json │ │ │ │ ├── update_cost_cyan.json │ │ │ │ ├── update_time_cyan.json │ │ │ │ └── wood_stand.json │ │ └── the_afterlight │ │ │ ├── advancements │ │ │ └── book_grant.json │ │ │ └── loot_tables │ │ │ └── blocks │ │ │ ├── overworld_moon_crystal_ore.json │ │ │ └── slate_moon_crystal_ore.json │ │ ├── mixins.emcworld.json │ │ └── pack.mcmeta └── test │ └── java │ ├── main.java │ └── raid.xlsx └── web ├── api.php ├── botapi.php ├── download.php ├── md5.js ├── md5.php ├── sponsors.php ├── token.php └── utils.php /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: true -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Custom License: 2 | https://biggestxuan.top/emcworld/l -------------------------------------------------------------------------------- /config/ModernUI/bootstrap: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /config/ModernUI/server.toml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /config/MouseTweaks.cfg: -------------------------------------------------------------------------------- 1 | RMBTweak=1 2 | LMBTweakWithItem=1 3 | LMBTweakWithoutItem=1 4 | WheelTweak=1 5 | WheelSearchOrder=1 6 | WheelScrollDirection=0 7 | ScrollItemScaling=0 8 | Debug=0 9 | -------------------------------------------------------------------------------- /config/ProjectE/custom_emc.json: -------------------------------------------------------------------------------- 1 | { 2 | "entries": [ 3 | { 4 | "item": "mekanism:ultimate_pressurized_tube", 5 | "emc": 0 6 | } 7 | ] 8 | } -------------------------------------------------------------------------------- /config/bountifulbaubles-client.toml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /config/cucumber-tags.json: -------------------------------------------------------------------------------- 1 | { 2 | "__comment": "Instructions: https://mods.blakebr0.com/docs/cucumber/tags-config" 3 | } -------------------------------------------------------------------------------- /config/emcworld-client-1.toml.bak: -------------------------------------------------------------------------------- 1 | 2 | [General] 3 | #Disable all client message 4 | "Enable Live Mode" = false 5 | 6 | -------------------------------------------------------------------------------- /config/emcworld-client.toml: -------------------------------------------------------------------------------- 1 | 2 | [General] 3 | add_mod_warning = true 4 | render_gui_helper = true 5 | pcl_warning = true 6 | 7 | -------------------------------------------------------------------------------- /config/extendedcrafting-client.toml: -------------------------------------------------------------------------------- 1 | 2 | #Client settings. 3 | [General] 4 | #Should the Quantum Compressor render the result item above it? 5 | enableCompressorRenderer = true 6 | 7 | -------------------------------------------------------------------------------- /config/good_nights_sleep-common.toml: -------------------------------------------------------------------------------- 1 | 2 | #Server and Client side changes. 3 | [common] 4 | #Allows Phantoms to spawn in the Nightmare dimension. 5 | allowNightmarePhantoms = true 6 | 7 | -------------------------------------------------------------------------------- /config/ichunutil/head/5.extracted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/config/ichunutil/head/5.extracted -------------------------------------------------------------------------------- /config/ichunutil/head/AbstractSkeletonEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "forClass": "net.minecraft.entity.monster.AbstractSkeletonEntity", 3 | "modelFieldName": "field_78116_c" 4 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Atum/AssassinEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.teammetallurgy.atum.entity.bandit.AssassinEntity", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Atum/BarbarianEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.teammetallurgy.atum.entity.bandit.BarbarianEntity", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Atum/ForsakenEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.teammetallurgy.atum.entity.undead.ForsakenEntity", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Atum/PharaohEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.teammetallurgy.atum.entity.undead.PharaohEntity", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Atum/StoneguardEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.teammetallurgy.atum.entity.stone.StoneguardEntity", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Atum/WarlordEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.teammetallurgy.atum.entity.bandit.WarlordEntity", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Atum/WraithEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.teammetallurgy.atum.entity.undead.WraithEntity", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Dummy Players/DummyPlayerEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.tterrag.dummyplayers.entity.DummyPlayerEntity", 4 | "modelFieldName": "field_178720_f" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Exotic Birds/EntityBooby.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "fakegamingnerd", 3 | "forClass": "net.pavocado.exoticbirds.entity.EntityBooby", 4 | "modelFieldName": "head" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/GiantEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "forClass": "net.minecraft.entity.monster.GiantEntity", 3 | "modelFieldName": "field_78116_c" 4 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Greek Fantasy/ShadeEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "greekfantasy.entity.ShadeEntity", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Minecolonies/EntityCitizen.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.minecolonies.coremod.entity.citizen.EntityCitizen", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Minecolonies/VisitorCitizen.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "com.minecolonies.coremod.entity.citizen.VisitorCitizen", 4 | "modelFieldName": "field_78116_c" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Player Mobs/PlayerMobEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "author": "WenXin2", 3 | "forClass": "se.gory_moon.player_mobs.entity.PlayerMobEntity", 4 | "modelFieldName": "field_178720_f" 5 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Statues/PlayerStatueEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "forClass": "com.shynieke.statues.entity.PlayerStatueEntity", 3 | "modelFieldName": "field_78116_c" 4 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Twilight Forest/EntityTFGiantMiner.json: -------------------------------------------------------------------------------- 1 | { 2 | "forClass": "twilightforest.entity.EntityTFGiantMiner", 3 | "modelFieldName": "field_78116_c" 4 | } -------------------------------------------------------------------------------- /config/ichunutil/head/Twilight Forest/EntityTFWraith.json: -------------------------------------------------------------------------------- 1 | { 2 | "forClass": "twilightforest.entity.EntityTFWraith", 3 | "modelFieldName": "field_78116_c" 4 | } -------------------------------------------------------------------------------- /config/ichunutil/head/VexEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "forClass": "net.minecraft.entity.monster.VexEntity", 3 | "modelFieldName": "field_78116_c" 4 | } -------------------------------------------------------------------------------- /config/ichunutil/head/ZombieEntity.json: -------------------------------------------------------------------------------- 1 | { 2 | "forClass": "net.minecraft.entity.monster.ZombieEntity", 3 | "modelFieldName": "field_78116_c" 4 | } -------------------------------------------------------------------------------- /config/illageandspillage-client.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/config/illageandspillage-client.toml -------------------------------------------------------------------------------- /config/inventoryprofilesnext/新的世界/lockSlots.txt: -------------------------------------------------------------------------------- 1 | 21 2 | 22 3 | 30 -------------------------------------------------------------------------------- /config/ironfurnaces.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/config/ironfurnaces.toml -------------------------------------------------------------------------------- /config/litewolfcore-client.toml: -------------------------------------------------------------------------------- 1 | 2 | ["LiteWolfCore Config"] 3 | #Display the warning whenever a player joins a world. Default is true 4 | "Show Warning" = false 5 | 6 | -------------------------------------------------------------------------------- /config/loading.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/config/loading.png -------------------------------------------------------------------------------- /config/lootr-client.toml: -------------------------------------------------------------------------------- 1 | #set to true to use vanilla textures instead of Lootr special textures. Note: this will prevent previously opened chests from rendering differently 2 | vanilla_textures = false 3 | 4 | -------------------------------------------------------------------------------- /config/mythicbotany-client.toml: -------------------------------------------------------------------------------- 1 | #Set to false to disable particles from the mythicbotany rings for your own player. You'll still see them from other players. 2 | ring_particles = true 3 | 4 | -------------------------------------------------------------------------------- /config/pipez-client.toml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /config/savageandravage-client.toml: -------------------------------------------------------------------------------- 1 | 2 | [mobs] 3 | 4 | [mobs.creepers] 5 | "Creepies have a sprout on their head" = true 6 | 7 | -------------------------------------------------------------------------------- /config/spark/activity.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /config/worleycaves-client.toml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /scripts/loot_tables/emcworld/util.zs: -------------------------------------------------------------------------------- 1 | # priority 30 2 | 3 | public function tweakerEMCWorld() as void{ 4 | tweakerBotania();gns();ips();ratl(); 5 | } -------------------------------------------------------------------------------- /scripts/start.zs: -------------------------------------------------------------------------------- 1 | #loadlast 2 | main(); -------------------------------------------------------------------------------- /src/main/java/biggestxuan/emcworld/api/OnlyDev.java: -------------------------------------------------------------------------------- 1 | package biggestxuan.emcworld.api; 2 | 3 | @EMCWorldSince("1.1.0") 4 | public @interface OnlyDev { 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/advanced_update_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/advanced_update_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/aluminum_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/aluminum_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/aquamarine_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/aquamarine_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/chlorophyte_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/chlorophyte_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/cold_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/cold_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/control_update_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/control_update_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/drystone_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/drystone_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/emc_core_assembler.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/emc_core_assembler_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/emc_core_generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/emc_core_generator_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/emc_core_puller.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/emc_core_puller_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/emc_core_puncher.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/emc_core_puncher_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/emc_flower.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "emcworld:block/emc_flower_model" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/emc_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/emc_ore_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/emc_ore_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/emc_super.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/emc_super_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/end_emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/end_emc_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/end_rich_emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/end_rich_emc_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/gemstone_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/gemstone_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/hardcore_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/hardcore_stone_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/indium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/indium_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/infuser_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/infuser_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/magnesium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/magnesium_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/nether_emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/nether_emc_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/nickel_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/nickel_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/orichalcos_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/orichalcos_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/prefix_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/prefix_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/profession_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/profession_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/rich_emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/rich_emc_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/silver_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/silver_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/star_pedestal.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/star_pedestal_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/steel_furnace_brick.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/steel_furnace_brick_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/steel_furnace_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/steel_furnace_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/sunlit_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/sunlit_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/super_emc.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/super_emc_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/test_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/test_block_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/titanium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/titanium_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/top_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/top_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/tungsten_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/tungsten_ore_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/ultimate_induction_cell.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/ultimate_induction_cell_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_addon_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_addon_blue_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_addon_bx_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_addon_bx_purple_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_addon_cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_addon_cyan_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_addon_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_addon_green_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_addon_orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_addon_orange_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_addon_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_addon_purple_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_addon_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_addon_red_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_addon_yellow.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_addon_yellow_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_base_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_base_blue_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_base_bx_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_base_bx_purple_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_base_cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_base_cyan_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_base_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_base_green_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_base_orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_base_orange_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_base_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_base_purple_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_base_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_base_red_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_base_yellow.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_base_yellow_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_cost_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_cost_blue_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_cost_bx_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_cost_bx_purple_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_cost_cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_cost_cyan_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_cost_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_cost_green_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_cost_orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_cost_orange_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_cost_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_cost_purple_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_cost_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_cost_red_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_cost_yellow.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_cost_yellow_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_time_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_time_blue_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_time_bx_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_time_bx_purple_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_time_cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_time_cyan_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_time_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_time_green_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_time_orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_time_orange_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_time_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_time_purple_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_time_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_time_red_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/update_time_yellow.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/update_time_yellow_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/vis_conversion_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/vis_conversion_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/blockstates/weapon_upgrade_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "emcworld:block/weapon_upgrade_core_model" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/advanced_update_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/advanced_update_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/aluminum_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/aluminum_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/aquamarine_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/aquamarine_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/chlorophyte_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/chlorophyte_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/cold_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/cold_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/control_update_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/control_update_core" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/drystone_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/drystone_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/emc_flower_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/emc_flower" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/emc_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/emc_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/end_emc_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/end_emc_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/end_rich_emc_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/end_rich_emc_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/gemstone_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/gemstone_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/hardcore_stone_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/hardcore_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/indium_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/indium_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/infuser_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/infuser_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/magnesium_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/magnesium_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/nether_emc_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/nether_emc_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/nickel_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/nickel_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/orichalcos_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/orichalcos_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/prefix_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/prefix_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/profession_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/profession_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/rich_emc_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/rich_emc_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/silver_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/silver_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/steel_furnace_brick_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/steel_furnace_brick" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/steel_furnace_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/steel_furnace_core" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/sunlit_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/sunlit_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/test_block_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/test_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/titanium_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/titanium_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/top_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/top_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/tungsten_ore_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/tungsten_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/ultimate_induction_cell_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/ultimate_induction_cell" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_addon_blue_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_addon_blue" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_addon_bx_purple_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_addon_bx_purple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_addon_cyan_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_addon_cyan" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_addon_green_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_addon_green" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_addon_orange_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_addon_orange" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_addon_purple_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_addon_purple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_addon_red_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_addon_red" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_addon_yellow_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_addon_yellow" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_base_bx_purple_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_base" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_cost_blue_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_cost_blue" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_cost_bx_purple_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_cost_bx_purple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_cost_cyan_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_cost_cyan" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_cost_green_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_cost_green" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_cost_orange_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_cost_orange" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_cost_purple_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_cost_purple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_cost_red_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_cost_red" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_cost_yellow_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_cost_yellow" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_time_blue_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_time_blue" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_time_bx_purple_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_time_bx_purple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_time_cyan_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_time_cyan" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_time_green_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_time_green" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_time_orange_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_time_orange" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_time_purple_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_time_purple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_time_red_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_time_red" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/update_time_yellow_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/update_time_yellow" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/vis_conversion_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/vis_conversion_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/block/weapon_upgrade_core_model.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "emcworld:block/weapon_upgrade_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/abunana_loot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/abunana_loot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/abyss_gemstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/abyss_gemstone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/activated_charcoal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/activated_charcoal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/advanced_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/advanced_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/advanced_update_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/advanced_update_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/air_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/air_bucket" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/aluminum_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/aluminum_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/aluminum_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/aluminum_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/ancient_icon.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/ancient_icon" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/another_world_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/another_world_core" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/aquamarine_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/aquamarine_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/atm_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/atm_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/base_emc_stored_totem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/base_emc_stored_totem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/base_key.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/base_key" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/big_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/big_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/biggest_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/biggest_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/biggest_xuan_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/biggest_xuan_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/blood_eye.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/blood_eye" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/blood_gemstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/blood_gemstone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/blue_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/blue" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/bright_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/bright_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/broken_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/broken_dagger" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/broken_diamond_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/broken_diamond_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/broken_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/broken_gun" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/broken_hammer.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/broken_hammer" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/chaos_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/chaos_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/chara_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/god_chara_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/chlorophyte_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/chlorophyte_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/chlorophyte_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/chlorophyte_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clay_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/clay" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_aluminum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_aluminum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_aquamarine.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_aquamarine" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_arlemite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_arlemite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_bloodgem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_bloodgem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_chlorophyte.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_chlorophyte" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_cloggrum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_cloggrum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_cold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_cold" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_crystillium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_crystillium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_drystone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_drystone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_end_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_end_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_froststeel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_froststeel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_gravitite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_gravitite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_indium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_indium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_knightmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_knightmetal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_lunarite_scrap.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_lunarite_scrap" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_magnesium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_magnesium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_moonsteel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_moonsteel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_nether_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_nether_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_nether_rainbow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_nether_rainbow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_nickel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_nickel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_oratchalcum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_oratchalcum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_orichalcos.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_orichalcos" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_pendorite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_pendorite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_rainbow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_rainbow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_realmite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_realmite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_regalium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_regalium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_rose_copper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_rose_copper" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_rupee.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_rupee" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_silver.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_silver" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_starmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_starmetal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_sunlit.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_sunlit" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_titanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_titanium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_torridite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_torridite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_tungsten.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_tungsten" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_utherium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_utherium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/clump_zitrite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/clump_zitrite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/cold_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/cold_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/cold_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/cold_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/common_cd_scroll.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/common_cd_scroll" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/control_update_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/control_update_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/copper_medal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/copper_medal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/craft_cd_scroll.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/craft_cd_scroll" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/creation.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/creation" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_aluminum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_aluminum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_aquamarine.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_aquamarine" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_arlemite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_arlemite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_bloodgem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_bloodgem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_chlorophyte.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_chlorophyte" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_cloggrum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_cloggrum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_cold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_cold" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_crystillium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_crystillium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_drystone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_drystone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_end_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_end_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_froststeel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_froststeel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_gravitite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_gravitite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_indium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_indium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_knightmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_knightmetal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_lunarite_scrap.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_lunarite_scrap" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_magnesium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_magnesium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_matrix_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_matrix_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_moonsteel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_moonsteel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_nether_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_nether_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_nickel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_nickel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_oratchalcum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_oratchalcum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_orichalcos.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_orichalcos" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_pendorite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_pendorite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_rainbow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_rainbow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_realmite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_realmite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_regalium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_regalium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_rose_copper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_rose_copper" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_rupee.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_rupee" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_silver.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_silver" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_starmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_starmetal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_sunlit.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_sunlit" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_titanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_titanium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_torridite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_torridite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_tungsten.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_tungsten" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_utherium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_utherium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/crystal_zitrite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/crystal_zitrite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/cyan_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/cyan" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dark_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dark_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/demon_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/demon_dust" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/diamond_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/diamond_dagger" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/diamond_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/diamond_gun" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/diamond_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/diamond_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_aluminum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_aluminum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_aquamarine.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_aquamarine" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_arlemite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_arlemite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_bloodgem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_bloodgem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_chlorophyte.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_chlorophyte" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_cloggrum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_cloggrum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_cold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_cold" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_crystillium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_crystillium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_drystone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_drystone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_end_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_end_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_froststeel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_froststeel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_gravitite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_gravitite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_indium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_indium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_magnesium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_magnesium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_moonsteel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_moonsteel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_nickel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_nickel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_oratchalcum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_oratchalcum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_orichalcos.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_orichalcos" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_pendorite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_pendorite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_rainbow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_rainbow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_realmite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_realmite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_regalium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_regalium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_rose_copper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_rose_copper" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_rupee.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_rupee" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_silver.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_silver" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_starmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_starmetal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_sunlit.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_sunlit" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_titanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_titanium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_torridite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_torridite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_tungsten.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_tungsten" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_utherium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_utherium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dirty_dust_zitrite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dirty_dust_zitrite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dragon_steel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dragon_steel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/drop_antimatter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/drop_antimatter" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/drystone_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/drystone_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/drystone_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/drystone_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_aluminum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_aluminum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_aquamarine.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_aquamarine" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_arlemite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_arlemite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_bloodgem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_bloodgem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_chlorophyte.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_chlorophyte" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_cloggrum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_cloggrum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_cold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_cold" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_crystillium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_crystillium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_drystone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_drystone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_end_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_end_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_froststeel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_froststeel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_gravitite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_gravitite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_indium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_indium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_knightmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_knightmetal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_lunarite_scrap.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_lunarite_scrap" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_magnesium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_magnesium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_moonsteel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_moonsteel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_nether_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_nether_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_nickel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_nickel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_oratchalcum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_oratchalcum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_orichalcos.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_orichalcos" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_pendorite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_pendorite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_rainbow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_rainbow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_realmite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_realmite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_regalium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_regalium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_rose_copper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_rose_copper" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_rupee.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_rupee" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_silver.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_silver" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_starmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_starmetal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_sunlit.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_sunlit" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_titanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_titanium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_torridite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_torridite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_tungsten.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_tungsten" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_utherium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_utherium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/dust_zitrite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/dust_zitrite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/elite_emc_stored_totem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/elite_emc_stored_totem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_charge_gem_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_charge_gem_2" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_charge_gem_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_charge_gem_3" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_charge_gem_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_charge_gem_4" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_charge_gem_5.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_charge_gem_5" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_check.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_check" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_core" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_core_assembler.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/emc_core_assembler_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_core_generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/emc_core_generator_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_core_puller.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/emc_core_puller_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_core_puncher.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/emc_core_puncher_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_flower.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/emc_flower_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_healing_bag.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "scalinghealth:item/medkit" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_leaf.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_leaf" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/emc_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_ore_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/emc_ore_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_shield_supply.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_shield_supply" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_super.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/emc_super_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/emc_trait_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/emc_trait_core" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/end_emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/end_emc_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/end_light.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/end_light" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/end_rich_emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/end_rich_emc_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/energy_protect_module.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/energy_protect_module" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/enriched_ender.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/enriched_ender" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/enriched_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/enriched_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/enriched_iron.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/enriched_iron" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/enriched_nickel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/enriched_nickel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/enriched_silver.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/enriched_silver" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/epic_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/epic_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/epic_essence.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/epic_essence" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/evil_book.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/evil_book" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/exception_apple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/exception_apple" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/exorcism_candle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/exorcism_candle" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/fading_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/fading" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/fantasy_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/fantasy_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/final_essence.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/final_essence" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/fire_red_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/fire_red_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/fire_red_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/fire_red_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/fire_red_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/fire_red_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/fire_red_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/fire_red_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/flying_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/flying_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/fxt_xy.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/fxt_xy" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/gaia_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/gaia_dagger" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/gaia_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/gaia_gun" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/gaia_nugget.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/gaia_nugget" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/gaia_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/gaia_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/gaia_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/gaia_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/gaia_warhammer.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/gaia_warhammer" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/gemstone_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/gemstone_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/god_fire_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/god_fire_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/god_ice_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/god_ice_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/god_nature_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/god_nature_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/god_null_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/god_null_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/god_steel_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/god_steel_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/gold_medal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/gold_medal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/golden_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/golden_dagger" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/golden_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/golden_gun" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/golden_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/golden_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/golden_warhammer.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/golden_warhammer" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/green_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/green" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/guardian_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/guardian_boots" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/guardian_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/guardian_chestplate" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/guardian_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/guardian_helmet" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/guardian_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/guardian_leggings" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/guide_book.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/guide_book" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/ham_bat.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "farmersdelight:item/ham" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/hard_steel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/hard_steel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/hardcore_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/hardcore_stone_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/hero_medal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/hero_medal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/ice_cream.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/ice_cream" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/ikun_adventure_record.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "botania:item/record_gaia_1" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/ikun_rabbit_record.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "botania:item/record_gaia_1" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/ikun_rich_record.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "botania:item/record_gaia_1" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/illager_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/illager_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/illager_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/illager_shard" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/indium_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/indium_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/indium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/indium_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/infinity_catalyst.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/infinity_catalyst" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/infinity_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/infinity_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/infinity_module.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/infinity_module" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/infinity_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/infinity_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/infuse_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/infuse_core" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/infuser_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/infuser_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/iron_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/iron_dagger" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/iron_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/iron_gun" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/iron_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/iron_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/iron_warhammer.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/iron_warhammer" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/lake_gemstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/lake_gemstone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/lime_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/lime" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/lottery.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/lottery" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/lucky_gem_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/lucky_gem_blue" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/lucky_gem_emerald.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/lucky_gem_emerald" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/lucky_gem_gold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/lucky_gem_gold" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/lucky_gem_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/lucky_gem_purple" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/lucky_gem_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/lucky_gem_red" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/magenta_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/magenta" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/magnesium_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/magnesium_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/magnesium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/magnesium_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/money.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/money" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/mooncake.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/mooncake" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nature_gemstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/nature_gemstone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nature_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/nature_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nature_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/nature_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nether_emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/nether_emc_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nether_key.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/nether_key" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/netherite_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/netherite_dagger" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/netherite_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/netherite_gun" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/netherite_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/netherite_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/netherite_stick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/netherite_stick" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nickel_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/nickel_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nickel_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/nickel_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/night_light.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/night_light" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/niobium_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/niobium_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/niobium_nugget.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/niobium_nugget" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/noname_catfood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/noname_catfood" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nopower_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/nopower_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nuclear_advanced_ball.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/nuclear_advanced_ball" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nuclear_ball.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/nuclear_ball" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/nuclear_epic_ball.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/nuclear_epic_ball" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/orange_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/orange" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/orichalcos_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/orichalcos_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/orichalcos_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/orichalcos_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/pink_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/pink" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/prefix_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/prefix_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/prefix_scroll.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/prefix_scroll" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/profession_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/profession_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/profession_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/profession_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/profession_tank.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/profession_tank" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/purple_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/purple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/purple_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/purple_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/quest_item.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/quest_item" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/raid_light.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/raid_light" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/rainbow_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/rainbow_dagger" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/rainbow_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/rainbow_gun" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/rainbow_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/rainbow_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/rainbow_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/rainbow_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/rainbow_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/rainbow_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/rainbow_warhammer.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/rainbow_warhammer" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/red_green_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/red_green_dagger" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/red_matter_crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/red_matter_crystal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/reset_scroll.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/reset_scroll" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/restore_scroll.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/restore_scroll" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/rich_emc_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/rich_emc_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/rune_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/rune_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_advanced_emc.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_advanced_emc" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_base_emc.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_base_emc" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_blue" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_bx.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_bx" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_feast.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_feast" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_gaia.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_gaia" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_gold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_gold" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_gourmand_feast.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_gourmand_feast" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_green" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_purple" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_red" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_super_emc.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_super_emc" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_tulye.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_tulye" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/scroll_white.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/scroll_white" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_aluminum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_aluminum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_aquamarine.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_aquamarine" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_arlemite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_arlemite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_bloodgem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_bloodgem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_chlorophyte.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_chlorophyte" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_cloggrum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_cloggrum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_cold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_cold" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_crystillium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_crystillium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_drystone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_drystone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_end_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_end_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_froststeel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_froststeel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_gravitite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_gravitite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_indium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_indium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_knightmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_knightmetal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_lunarite_scrap.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_lunarite_scrap" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_magnesium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_magnesium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_moonsteel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_moonsteel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_nether_gobber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_nether_gobber" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_nickel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_nickel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_oratchalcum.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_oratchalcum" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_orichalcos.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_orichalcos" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_pendorite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_pendorite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_rainbow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_rainbow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_realmite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_realmite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_regalium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_regalium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_rose_copper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_rose_copper" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_rupee.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_rupee" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_silver.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_silver" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_starmetal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_starmetal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_sunlit.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_sunlit" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_titanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_titanium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_torridite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_torridite" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_tungsten.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_tungsten" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_utherium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_utherium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shard_zitrite.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shard_zitrite" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shengxuan_black.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shengxuan_black" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/shengxuan_white.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/shengxuan_white" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/silver_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/silver_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/silver_medal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/silver_medal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/silver_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/silver_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/skill_item1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/skill_item1" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/skill_item2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/skill_item2" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/small_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/small_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/stainless_steel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/stainless_steel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/star_pedestal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/star_pedestal_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/steel_furnace_brick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/steel_furnace_brick_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/steel_furnace_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/steel_furnace_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/stone_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/stone_dagger" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/stone_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/stone_gun" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/stone_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/stone_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/stone_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/stone_shard" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/stone_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/stone_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/sunlit_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/sunlit_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/sunlit_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/sunlit_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/super_emc_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/super_emc_gem" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/super_star.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/super_star" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/tangyuan.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/tangyuan" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/test_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/test_block_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/titanium_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/titanium_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/titanium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/titanium_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/top_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/top_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/tungsten_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/tungsten_ore_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/twilight_key.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/twilight_key" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/ultimate_induction_cell.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/ultimate_induction_cell_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/ultimate_singularity.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/ultimate_singularity" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/unequal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/unequal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/universal_ball.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/universal_ball" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/unreal_metal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/unreal_metal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_addon_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_addon_blue_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_addon_bx_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_addon_bx_purple_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_addon_cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_addon_cyan_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_addon_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_addon_green_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_addon_orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_addon_orange_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_addon_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_addon_purple_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_addon_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_addon_red_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_addon_yellow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_addon_yellow_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_base_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_base_blue_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_base_bx_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_base_bx_purple_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_base_cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_base_cyan_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_base_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_base_green_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_base_orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_base_orange_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_base_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_base_purple_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_base_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_base_red_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_base_yellow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_base_yellow_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_cost_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_cost_blue_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_cost_bx_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_cost_bx_purple_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_cost_cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_cost_cyan_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_cost_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_cost_green_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_cost_orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_cost_orange_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_cost_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_cost_purple_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_cost_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_cost_red_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_cost_yellow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_cost_yellow_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_time_blue.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_time_blue_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_time_bx_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_time_bx_purple_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_time_cyan.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_time_cyan_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_time_green.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_time_green_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_time_orange.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_time_orange_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_time_purple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_time_purple_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_time_red.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_time_red_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/update_time_yellow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/update_time_yellow_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/vibranium_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent":"minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/vibranium_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/violet_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/violet" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/vis_conversion_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/vis_conversion_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/voucher.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/voucher" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/weapon_upgrade_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "emcworld:block/weapon_upgrade_core_model" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/white_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/white" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/wooden_dagger.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/wooden_dagger" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/wooden_gun.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/wooden_gun" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/wooden_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/wooden_ingot" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/wooden_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "emcworld:item/wooden_staff" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/xiangshushumiao_pillow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "minecraft:block/oak_sapling" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/year_cake.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/year_cake" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/yellow_matter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "projectex:item/matter/yellow" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/models/item/zongzi.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/zongzi" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/sounds/cxk_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/emcworld/sounds/cxk_death.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/sounds/cxk_rabbit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/emcworld/sounds/cxk_rabbit.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/sounds/cxk_rich.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/emcworld/sounds/cxk_rich.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/block/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/emcworld/textures/block/star.png -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/entity/cxk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/emcworld/textures/entity/cxk.png -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/entity/villager/profession/emc_villager.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "villager": { 3 | "hat": "full" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/entity/zombie_villager/profession/emc_villager.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "villager": { 3 | "hat": "full" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/gui/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/emcworld/textures/gui/icon.png -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/biggest_xuan_ingot.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 20, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/creation.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 5, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/diamond_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/emc_core.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 10, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/emc_shield_supply.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/end_light.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/epic_emc_gem.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 10, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/flying_gem.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 30, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/fxt_xy.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 10, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/gaia_nugget.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 35, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/gaia_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/gaia_warhammer.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 10, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/golden_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/hero_medal.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 15, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/illager_gem.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/illager_shard.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 20, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/infinity_emc_gem.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 20, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/iron_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/money.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/emcworld/textures/item/money.png -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/netherite_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/night_light.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 10, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/niobium_nugget.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "emcworld:item/niobium_nugget" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/prefix_scroll.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 5, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/purple_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/rainbow_gun.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/rainbow_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/red_green_dagger.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 5, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/skill_item1.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 10, 4 | "interpolate": true 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/skill_item2.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 10, 4 | "interpolate": true 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/stone_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/super_emc_gem.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 20, 4 | "interpolate": true 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/super_star.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 5, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/twilight_key.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 10, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/ultimate_emc_stored_totem.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 35, 4 | "interpolate": true 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/ultimate_singularity.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/unreal_metal.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 5, 4 | "interpolate": true 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/item/wooden_staff.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/emcworld/textures/quests/qc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/emcworld/textures/quests/qc.png -------------------------------------------------------------------------------- /src/main/resources/assets/ftbquests/textures/hem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/ftbquests/textures/hem.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/gui/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/minecraft/textures/gui/icons.png -------------------------------------------------------------------------------- /src/main/resources/assets/packmenu/buttons/quit.json: -------------------------------------------------------------------------------- 1 | { 2 | "x": 2, 3 | "y": 84, 4 | "width": 98, 5 | "height": 20, 6 | "langKey": "menu.quit", 7 | "action": "QUIT" 8 | } -------------------------------------------------------------------------------- /src/main/resources/assets/packmenu/lang/en_us.json: -------------------------------------------------------------------------------- 1 | { 2 | "packmenu.custom_button": "Custom Button", 3 | "packmenu.akliz": "Become an Akliz Affiliate" 4 | } -------------------------------------------------------------------------------- /src/main/resources/assets/packmenu/texts/supporters.txt: -------------------------------------------------------------------------------- 1 | Add supporter names in packmenu:texts/supporters.txt -------------------------------------------------------------------------------- /src/main/resources/assets/packmenu/textures/gui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/packmenu/textures/gui/logo.png -------------------------------------------------------------------------------- /src/main/resources/assets/packmenu/textures/gui/reload.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/main/resources/assets/packmenu/textures/gui/reload.png -------------------------------------------------------------------------------- /src/test/java/raid.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BiggestXuan/EMCWorld/d0e295b8c0b8c8657ddcf9e5f72aec414fa65220/src/test/java/raid.xlsx --------------------------------------------------------------------------------