├── .gitmodules ├── CHANGELOG.md ├── .github └── FUNDING.yml ├── src └── main │ └── resources │ ├── assets │ └── evilcraft │ │ ├── lang │ │ ├── af_za.json │ │ ├── ar_sa.json │ │ ├── ca_es.json │ │ ├── da_dk.json │ │ ├── de_de.json │ │ ├── el_gr.json │ │ ├── fi_fi.json │ │ ├── he_il.json │ │ ├── hu_hu.json │ │ ├── ko_kr.json │ │ ├── no_no.json │ │ ├── pl_pl.json │ │ ├── pt_pt.json │ │ ├── ro_ro.json │ │ ├── sr_sp.json │ │ ├── tr_tr.json │ │ └── uk_ua.json │ │ ├── models │ │ ├── item │ │ │ ├── blood.json │ │ │ ├── poison.json │ │ │ ├── dark_ore.json │ │ │ ├── dark_tank.json │ │ │ ├── purifier.json │ │ │ ├── dark_block.json │ │ │ ├── dark_brick.json │ │ │ ├── undead_log.json │ │ │ ├── undead_slab.json │ │ │ ├── undead_wood.json │ │ │ ├── display_stand.json │ │ │ ├── eternal_water.json │ │ │ ├── excrement_pile.json │ │ │ ├── hardened_blood.json │ │ │ ├── lightning_bomb.json │ │ │ ├── netherfish_spawn_egg.json │ │ │ ├── obscured_glass.json │ │ │ ├── spiked_plate.json │ │ │ ├── undead_leaves.json │ │ │ ├── undead_planks.json │ │ │ ├── werewolf_spawn_egg.json │ │ │ ├── blood_infuser.json │ │ │ ├── broom.json │ │ │ ├── spirit_furnace.json │ │ │ ├── vengeance_spirit_spawn_egg.json │ │ │ ├── bloody_cobblestone.json │ │ │ ├── controlled_zombie_spawn_egg.json │ │ │ ├── dark_blood_brick.json │ │ │ ├── dark_brick_stairs.json │ │ │ ├── dark_ore_deepslate.json │ │ │ ├── entangled_chalice.json │ │ │ ├── infested_nether_netherrack.json │ │ │ ├── infested_nether_soul_sand.json │ │ │ ├── invisible_redstone.json │ │ │ ├── poisonous_libelle_spawn_egg.json │ │ │ ├── spirit_reanimator.json │ │ │ ├── undead_fence.json │ │ │ ├── undead_fence_gate.json │ │ │ ├── undead_log_stripped.json │ │ │ ├── broom_part.json │ │ │ ├── colossal_blood_chest.json │ │ │ ├── dark_power_gem_block.json │ │ │ ├── infested_nether_nether_bricks.json │ │ │ ├── sanguinary_pedestal_0.json │ │ │ ├── sanguinary_pedestal_1.json │ │ │ ├── undead_planks_stairs.json │ │ │ ├── undead_wood_stripped.json │ │ │ ├── blood_waxed_coal_block.json │ │ │ ├── box_of_eternal_closure.json │ │ │ ├── dark_blood_brick_stairs.json │ │ │ ├── environmental_accumulator.json │ │ │ ├── reinforced_undead_planks.json │ │ │ ├── reinforced_undead_planks_stairs.json │ │ │ ├── blook.json │ │ │ ├── sanguinary_environmental_accumulator.json │ │ │ ├── vein_sword.json │ │ │ ├── dark_gem.json │ │ │ ├── dull_dust.json │ │ │ ├── blood_stain.json │ │ │ ├── dark_spike.json │ │ │ ├── dark_stick.json │ │ │ ├── ender_tear.json │ │ │ ├── garmonbozia.json │ │ │ ├── kineticator.json │ │ │ ├── poison_sac.json │ │ │ ├── blood_orb_empty.json │ │ │ ├── blood_potash.json │ │ │ ├── blood_wand_cap.json │ │ │ ├── bucket_blood.json │ │ │ ├── bucket_poison.json │ │ │ ├── contained_flux.json │ │ │ ├── corrupted_tear.json │ │ │ ├── dark_power_gem.json │ │ │ ├── darkened_apple.json │ │ │ ├── flesh_humanoid.json │ │ │ ├── flesh_werewolf.json │ │ │ ├── golden_string.json │ │ │ ├── mace_of_distortion.json │ │ │ ├── necromancer_staff.json │ │ │ ├── primed_pendant.json │ │ │ ├── sceptre_of_thunder.json │ │ │ ├── spikey_claws.json │ │ │ ├── spirit_portal.json │ │ │ ├── vengeance_pickaxe.json │ │ │ ├── vengeance_ring.json │ │ │ ├── werewolf_bone.json │ │ │ ├── werewolf_fur.json │ │ │ ├── biome_extract_empty.json │ │ │ ├── blood_extractor.json │ │ │ ├── blood_orb_filled.json │ │ │ ├── blood_waxed_coal.json │ │ │ ├── bound_blood_drop.json │ │ │ ├── condensed_blood.json │ │ │ ├── dark_gem_crushed.json │ │ │ ├── effortless_ring.json │ │ │ ├── exalted_crafter.json │ │ │ ├── gem_stone_torch.json │ │ │ ├── large_door_item.json │ │ │ ├── mace_of_destruction.json │ │ │ ├── potentia_sphere.json │ │ │ ├── redstone_grenade.json │ │ │ ├── spectral_glasses.json │ │ │ ├── undead_sapling.json │ │ │ ├── blood_infusion_core.json │ │ │ ├── burning_gem_stone.json │ │ │ ├── creative_blood_drop.json │ │ │ ├── flesh_rejuvenated.json │ │ │ ├── inverted_potentia.json │ │ │ ├── lightning_grenade.json │ │ │ ├── origins_of_darkness.json │ │ │ ├── promise_acceptor_gold.json │ │ │ ├── promise_acceptor_iron.json │ │ │ ├── vengeance_essence.json │ │ │ ├── vengeance_focus_0.json │ │ │ ├── vengeance_focus_1.json │ │ │ ├── vengeance_focus_2.json │ │ │ ├── vengeance_focus_3.json │ │ │ ├── bucket_eternal_water.json │ │ │ ├── exalted_crafter_empowered.json │ │ │ ├── hardened_blood_shard.json │ │ │ ├── invigorating_pendant.json │ │ │ ├── kineticator_repelling.json │ │ │ ├── promise_acceptor_diamond.json │ │ │ ├── veined_scribing_tools.json │ │ │ ├── bowl_of_promises_dusted.json │ │ │ ├── bowl_of_promises_empty.json │ │ │ ├── exalted_crafter_wooden.json │ │ │ ├── inverted_potentia_empowered.json │ │ │ ├── piercing_vengeance_focus_0.json │ │ │ ├── piercing_vengeance_focus_1.json │ │ │ ├── piercing_vengeance_focus_2.json │ │ │ ├── piercing_vengeance_focus_3.json │ │ │ ├── poison_bottle.json │ │ │ ├── blood_pearl_of_teleportation.json │ │ │ ├── exalted_crafter_wooden_empowered.json │ │ │ ├── invigorating_pendant_straight.json │ │ │ ├── environmental_accumulation_core.json │ │ │ ├── vengeance_essence_materialized.json │ │ │ ├── promise_tier_1.json │ │ │ ├── promise_tier_2.json │ │ │ └── promise_tier_3.json │ │ ├── block │ │ │ ├── blood.json │ │ │ ├── poison.json │ │ │ ├── entangled_chalice.json │ │ │ ├── box_of_eternal_closure.json │ │ │ ├── dark_block.json │ │ │ ├── dark_brick.json │ │ │ ├── undead_wood.json │ │ │ ├── spirit_portal.json │ │ │ ├── undead_leaves.json │ │ │ ├── undead_planks.json │ │ │ ├── hardened_blood.json │ │ │ ├── bloody_cobblestone.json │ │ │ ├── dark_ore_deepslate.json │ │ │ ├── dark_blood_brick_off.json │ │ │ ├── dark_blood_brick_on.json │ │ │ ├── dark_power_gem_block.json │ │ │ ├── spiked_plate_up.json │ │ │ ├── undead_wood_stripped.json │ │ │ ├── blood_chest.json │ │ │ ├── blood_waxed_coal_block.json │ │ │ ├── spiked_plate_down.json │ │ │ ├── undead_fence_post.json │ │ │ ├── undead_fence_side.json │ │ │ ├── gem_stone_torch_inventory.json │ │ │ ├── undead_sapling_inventory.json │ │ │ ├── undead_fence_gate.json │ │ │ ├── undead_fence_inventory.json │ │ │ ├── blood_infuser_on.json │ │ │ ├── dark_ore.json │ │ │ ├── invisible_redstone.json │ │ │ ├── undead_fence_gate_open.json │ │ │ ├── undead_fence_gate_wall.json │ │ │ ├── spirit_reanimator_on.json │ │ │ ├── undead_sapling.json │ │ │ ├── colossal_blood_chest_off.json │ │ │ ├── obscured_glass.json │ │ │ ├── reinforced_undead_planks_off.json │ │ │ ├── undead_fence_gate_wall_open.json │ │ │ └── undead_log.json │ │ └── broom_part │ │ │ ├── rod_ice.json │ │ │ ├── rod_stone.json │ │ │ ├── brush_twig.json │ │ │ ├── cap_slime.json │ │ │ ├── rod_obsidian.json │ │ │ ├── rod_sponge.json │ │ │ ├── rod_wood.json │ │ │ ├── brush_wool.json │ │ │ ├── rod_bamboo.json │ │ │ ├── rod_endstone.json │ │ │ ├── rod_netherrack.json │ │ │ ├── rod_prismarine.json │ │ │ ├── rod_purpur.json │ │ │ ├── brush_honey.json │ │ │ ├── cap_bare.json │ │ │ ├── cap_gem.json │ │ │ ├── rod_bare.json │ │ │ ├── brush_bare.json │ │ │ ├── rod_blaze.json │ │ │ ├── rod_bone.json │ │ │ ├── rod_reed.json │ │ │ ├── rod_undead.json │ │ │ ├── brush_wheat.json │ │ │ ├── brush_feather.json │ │ │ ├── brush_leaves.json │ │ │ ├── cap_head_creeper.json │ │ │ ├── cap_head_skeleton.json │ │ │ ├── cap_head_wither.json │ │ │ ├── cap_head_zombie.json │ │ │ ├── cap_head_player.json │ │ │ └── cap_head_witherskeleton.json │ │ ├── textures │ │ ├── model │ │ │ ├── portal_bases.png.mcmeta │ │ │ ├── gem.png │ │ │ ├── blood_chest.png │ │ │ ├── portal_bases.png │ │ │ ├── wand_cap_blood.png │ │ │ └── colossal_blood_chest.png │ │ ├── block │ │ │ ├── blood_flow.png.mcmeta │ │ │ ├── poison_flow.png.mcmeta │ │ │ ├── gem.png │ │ │ ├── dark_ore.png │ │ │ ├── blood_flow.png │ │ │ ├── blood_still.png │ │ │ ├── dark_block.png │ │ │ ├── dark_border.png │ │ │ ├── dark_brick.png │ │ │ ├── dark_corner.png │ │ │ ├── poison_flow.png │ │ │ ├── undead_log.png │ │ │ ├── blood_stain_0.png │ │ │ ├── blood_stain_1.png │ │ │ ├── blood_stain_2.png │ │ │ ├── dark_inventory.png │ │ │ ├── dark_tank_side.png │ │ │ ├── dark_tank_up.png │ │ │ ├── hardened_blood.png │ │ │ ├── obscured_glass.png │ │ │ ├── poison_still.png │ │ │ ├── purifier_inner.png │ │ │ ├── purifier_side.png │ │ │ ├── purifier_top.png │ │ │ ├── spiked_plate.png │ │ │ ├── spirit_portal.png │ │ │ ├── undead_leaves.png │ │ │ ├── undead_log_top.png │ │ │ ├── undead_planks.png │ │ │ ├── undead_sapling.png │ │ │ ├── blood_infuser_up.png │ │ │ ├── gem_stone_torch.png │ │ │ ├── large_door_lower.png │ │ │ ├── large_door_upper.png │ │ │ ├── purifier_bottom.png │ │ │ ├── blood_infuser_side.png │ │ │ ├── bloody_cobblestone.png │ │ │ ├── dark_blood_brick_on.png │ │ │ ├── dark_inner_corner.png │ │ │ ├── dark_ore_deepslate.png │ │ │ ├── entangled_chalice.png │ │ │ ├── eternal_water_block.png │ │ │ ├── large_door_middle.png │ │ │ ├── lightning_bomb_side.png │ │ │ ├── lightning_bomb_top.png │ │ │ ├── undead_log_stripped.png │ │ │ ├── colossal_blood_chest.png │ │ │ ├── dark_blood_brick_off.png │ │ │ ├── dark_power_gem_block.png │ │ │ ├── hardened_blood_border.png │ │ │ ├── hardened_blood_corner.png │ │ │ ├── lightning_bomb_bottom.png │ │ │ ├── spirit_furnace_up_off.png │ │ │ ├── spirit_furnace_up_on.png │ │ │ ├── spirit_reanimator_up.png │ │ │ ├── undead_leaves_opaque.png │ │ │ ├── blood_infuser_north_off.png │ │ │ ├── blood_infuser_north_on.png │ │ │ ├── blood_waxed_coal_block.png │ │ │ ├── box_of_eternal_closure.png │ │ │ ├── eternal_water_block_top.png │ │ │ ├── reinforced_undead_planks.png │ │ │ ├── spirit_furnace_side_off.png │ │ │ ├── spirit_furnace_side_on.png │ │ │ ├── spirit_reanimator_side.png │ │ │ ├── undead_log_top_stripped.png │ │ │ ├── eternal_water_block_bottom.png │ │ │ ├── sanguinary_pedestal_tier0.png │ │ │ ├── sanguinary_pedestal_tier1.png │ │ │ ├── spirit_reanimator_north_on.png │ │ │ ├── dark_power_gem_block_border.png │ │ │ ├── dark_power_gem_block_corner.png │ │ │ ├── environmental_accumulator_top.png │ │ │ ├── hardened_blood_inner_corner.png │ │ │ ├── spirit_reanimator_north_off.png │ │ │ ├── dark_power_gem_block_inventory.png │ │ │ ├── environmental_accumulator_side.png │ │ │ ├── dark_blood_brick_on.png.mcmeta │ │ │ ├── dark_power_gem_block_inner_corner.png │ │ │ ├── environmental_accumulator_bottom.png │ │ │ ├── eternal_water_block.png.mcmeta │ │ │ └── eternal_water_block_top.png.mcmeta │ │ ├── item │ │ │ ├── blook.png │ │ │ ├── promise.png │ │ │ ├── blood_orb.png │ │ │ ├── dark_gem.png │ │ │ ├── dark_spike.png │ │ │ ├── dark_stick.png │ │ │ ├── dull_dust.png │ │ │ ├── ender_tear.png │ │ │ ├── poison_sac.png │ │ │ ├── vein_sword.png │ │ │ ├── blood_potash.png │ │ │ ├── blood_stain.png │ │ │ ├── bucket_blood.png │ │ │ ├── garmonbozia.png │ │ │ ├── kineticator.png │ │ │ ├── spikey_claws.png │ │ │ ├── werewolf_fur.png │ │ │ ├── biome_extract.png │ │ │ ├── blood_extractor.png │ │ │ ├── blood_wand_cap.png │ │ │ ├── bucket_poison.png │ │ │ ├── condensed_blood.png │ │ │ ├── contained_flux.png │ │ │ ├── corrupted_tear.png │ │ │ ├── dark_power_gem.png │ │ │ ├── darkened_apple.png │ │ │ ├── effortless_ring.png │ │ │ ├── exalted_crafter.png │ │ │ ├── flesh_werewolf.png │ │ │ ├── golden_string.png │ │ │ ├── large_door_item.png │ │ │ ├── potentia_sphere.png │ │ │ ├── primed_pendant.png │ │ │ ├── promise_overlay.png │ │ │ ├── vengeance_focus.png │ │ │ ├── vengeance_ring.png │ │ │ ├── werewolf_bone.png │ │ │ ├── blood_orb_filled.png │ │ │ ├── blood_waxed_coal.png │ │ │ ├── bound_blood_drop.png │ │ │ ├── burning_gem_stone.png │ │ │ ├── dark_gem_crushed.png │ │ │ ├── flesh_rejuvenated.png │ │ │ ├── inverted_potentia.png │ │ │ ├── lightning_grenade.png │ │ │ ├── necromancer_staff.png │ │ │ ├── promise_acceptor.png │ │ │ ├── redstone_grenade.png │ │ │ ├── spectral_glasses.png │ │ │ ├── vengeance_essence.png │ │ │ ├── vengeance_focus_0.png │ │ │ ├── vengeance_focus_1.png │ │ │ ├── vengeance_focus_2.png │ │ │ ├── vengeance_focus_3.png │ │ │ ├── vengeance_pickaxe.png │ │ │ ├── weather_container.png │ │ │ ├── blood_infusion_core.png │ │ │ ├── bucket_eternal_water.png │ │ │ ├── creative_blood_drop.png │ │ │ ├── hardened_blood_shard.png │ │ │ ├── invigorating_pendant.png │ │ │ ├── mace_of_destruction.png │ │ │ ├── mace_of_distortion.png │ │ │ ├── origins_of_darkness.png │ │ │ ├── sceptre_of_thunder.png │ │ │ ├── biome_extract_overlay.png │ │ │ ├── bowl_of_promises_empty.png │ │ │ ├── exalted_crafter_wooden.png │ │ │ ├── kineticator_repelling.png │ │ │ ├── veined_scribing_tools.png │ │ │ ├── bowl_of_promises_active.png │ │ │ ├── bowl_of_promises_dusted.png │ │ │ ├── piercing_vengeance_focus.png │ │ │ ├── weather_container_overlay.png │ │ │ ├── piercing_vengeance_focus_0.png │ │ │ ├── piercing_vengeance_focus_1.png │ │ │ ├── piercing_vengeance_focus_2.png │ │ │ ├── piercing_vengeance_focus_3.png │ │ │ ├── blood_pearl_of_teleportation.png │ │ │ ├── invigorating_pendant_straight.png │ │ │ ├── vengeance_essence_materialized.png │ │ │ ├── bowl_of_promises_active_overlay.png │ │ │ ├── environmental_accumulation_core.png │ │ │ └── promise_overlay.png.mcmeta │ │ ├── entity │ │ │ ├── beam.png │ │ │ ├── blook.png │ │ │ ├── werewolf.png │ │ │ ├── netherfish.png │ │ │ ├── enchanted_book.png │ │ │ ├── controlled_zombie.png │ │ │ ├── poisonous_libelle.png │ │ │ ├── villager │ │ │ │ └── profession │ │ │ │ │ └── werewolf.png │ │ │ └── zombie_villager │ │ │ │ └── profession │ │ │ │ └── werewolf.png │ │ ├── gui │ │ │ ├── overlay.png │ │ │ ├── potions.png │ │ │ ├── weathers.png │ │ │ ├── gui_upgrades.png │ │ │ ├── blood_chest_gui.png │ │ │ ├── blood_infuser_gui.png │ │ │ ├── primed_pendant_gui.png │ │ │ ├── spirit_furnace_gui.png │ │ │ ├── exalted_crafter_gui.png │ │ │ ├── infobook │ │ │ │ ├── dark_temple.png │ │ │ │ ├── undead_tree.png │ │ │ │ ├── catch_spirits.png │ │ │ │ ├── spirit_furnace.png │ │ │ │ ├── vengeance_spirit.png │ │ │ │ ├── werewolf_villager.png │ │ │ │ ├── sanguinary_pedestal.png │ │ │ │ └── colossal_blood_chest.png │ │ │ ├── spirit_reanimator_gui.png │ │ │ ├── origins_of_darkness_gui.png │ │ │ └── colossal_blood_chest_gui.png │ │ ├── broom_part │ │ │ ├── bare.png │ │ │ ├── ring.png │ │ │ ├── cap_gem.png │ │ │ ├── cap_metal.png │ │ │ ├── rod_blaze.png │ │ │ ├── rod_bone.png │ │ │ ├── rod_reed.png │ │ │ ├── brush_wheat.png │ │ │ ├── brush_feather.png │ │ │ ├── brush_leaves.png │ │ │ ├── cap_head_creeper.png │ │ │ ├── cap_head_player.png │ │ │ ├── cap_head_wither.png │ │ │ ├── cap_head_zombie.png │ │ │ ├── cap_head_skeleton.png │ │ │ └── cap_head_witherskeleton.png │ │ ├── mob_effect │ │ │ └── paling.png │ │ ├── particle │ │ │ ├── blood_bubble.png │ │ │ ├── blood_splash_0.png │ │ │ ├── blood_splash_1.png │ │ │ ├── blood_splash_2.png │ │ │ ├── blood_splash_3.png │ │ │ ├── blood_brick_activation.png │ │ │ └── blood_brick_activation_flipped.png │ │ └── models │ │ │ └── armor │ │ │ └── spectral_glasses_layer_1.png │ │ ├── particles │ │ ├── blur_targetted.json │ │ ├── bubble_extended.json │ │ ├── magic_finish.json │ │ ├── blood_bubble.json │ │ └── blur_targetted_entity.json │ │ ├── blockstates │ │ ├── blood.json │ │ ├── dark_ore.json │ │ ├── dark_tank.json │ │ ├── poison.json │ │ ├── purifier.json │ │ ├── dark_block.json │ │ ├── dark_brick.json │ │ ├── eternal_water.json │ │ ├── gem_stone_torch.json │ │ ├── spirit_portal.json │ │ ├── undead_leaves.json │ │ ├── undead_planks.json │ │ ├── hardened_blood.json │ │ ├── obscured_glass.json │ │ ├── undead_sapling.json │ │ ├── bloody_cobblestone.json │ │ ├── dark_ore_deepslate.json │ │ ├── entangled_chalice.json │ │ ├── infested_nether_netherrack.json │ │ ├── infested_nether_soul_sand.json │ │ ├── invisible_redstone.json │ │ ├── dark_power_gem_block.json │ │ ├── sanguinary_pedestal_0.json │ │ ├── sanguinary_pedestal_1.json │ │ ├── blood_waxed_coal_block.json │ │ ├── infested_nether_nether_bricks.json │ │ └── environmental_accumulator.json │ │ └── sounds │ │ ├── box_beam.ogg │ │ ├── page_flip1.ogg │ │ ├── page_flip2.ogg │ │ ├── page_flip3.ogg │ │ ├── pages_flip.ogg │ │ ├── vengeance_beam1.ogg │ │ ├── vengeance_beam2.ogg │ │ ├── vengeance_spirit1.ogg │ │ ├── vengeance_spirit2.ogg │ │ ├── vengeance_beam_stop.ogg │ │ ├── vengeance_beam_start.ogg │ │ └── vengeance_spirit_death.ogg │ ├── logo.png │ └── data │ ├── evilcraft │ ├── recipe │ │ └── special │ │ │ ├── minecraft_dead_bush.json │ │ │ ├── combine_broom_part.json │ │ │ └── combine_blood_extractor.json │ ├── tags │ │ ├── item │ │ │ ├── gems │ │ │ │ ├── dark.json │ │ │ │ ├── dark_power.json │ │ │ │ └── dark_crushed.json │ │ │ ├── dark_ores.json │ │ │ └── poisonous.json │ │ └── block │ │ │ ├── dark_ores.json │ │ │ └── vengeance_spirit_blocker.json │ ├── worldgen │ │ └── configured_feature │ │ │ └── evil_dungeon_default.json │ ├── structure │ │ ├── empty10.nbt │ │ └── village │ │ │ └── werewolvian_mansion.nbt │ └── damage_type │ │ ├── paling.json │ │ ├── spiked.json │ │ ├── distorted.json │ │ ├── broom.json │ │ ├── die_without_any_reason.json │ │ └── vengeance_beam.json │ ├── c │ └── tags │ │ ├── block │ │ ├── chests.json │ │ ├── glass_blocks.json │ │ ├── ores_in_ground │ │ │ ├── stone.json │ │ │ └── deepslate.json │ │ ├── stones.json │ │ ├── fence_gates │ │ │ └── wooden.json │ │ ├── ores.json │ │ └── storage_blocks.json │ │ └── item │ │ ├── bones.json │ │ ├── chests.json │ │ ├── stones.json │ │ ├── glass_blocks.json │ │ ├── ores_in_ground │ │ ├── stone.json │ │ └── deepslate.json │ │ ├── fence_gates │ │ └── wooden.json │ │ ├── gems.json │ │ ├── dusts.json │ │ ├── ores.json │ │ ├── tools │ │ ├── melee_weapon.json │ │ ├── mining_tool.json │ │ └── ranged_weapon.json │ │ ├── storage_blocks.json │ │ └── foods │ │ └── raw_meat.json │ ├── minecraft │ └── tags │ │ ├── item │ │ ├── swords.json │ │ ├── leaves.json │ │ ├── planks.json │ │ ├── saplings.json │ │ ├── wooden_fences.json │ │ ├── wooden_slabs.json │ │ ├── dyes │ │ │ └── red.json │ │ ├── fence_gates.json │ │ ├── bookshelf_books.json │ │ ├── lectern_books.json │ │ ├── pickaxes.json │ │ ├── logs_that_burn.json │ │ └── wooden_stairs.json │ │ ├── block │ │ ├── leaves.json │ │ ├── planks.json │ │ ├── replaceable.json │ │ ├── saplings.json │ │ ├── wooden_fences.json │ │ ├── wooden_slabs.json │ │ ├── fence_gates.json │ │ ├── logs_that_burn.json │ │ ├── beacon_base_blocks.json │ │ └── wooden_stairs.json │ │ ├── entity_type │ │ ├── undead.json │ │ ├── zombies.json │ │ └── arthropod.json │ │ ├── enchantment │ │ ├── curse.json │ │ └── treasure.json │ │ └── point_of_interest_type │ │ └── acquirable_job_site.json │ └── neoforge │ └── data_maps │ └── item │ └── compostables.json ├── gradlew ├── keystore.jks.enc ├── secrets.properties_template ├── resources ├── psd │ ├── logo.png │ ├── logo.psd │ ├── weathers.psd │ ├── bloodChest.psd │ ├── gui_upgrades.psd │ ├── bloodChest_gui.psd │ ├── bloodInfuser_gui.psd │ ├── werewolfVillager.psd │ ├── spiritFurnace_gui.psd │ ├── bloodInfuser_gui_jei.psd │ ├── originsOfDarkness_gui.psd │ ├── spiritReanimator_gui.psd │ ├── colossalBloodChest_gui.psd │ ├── environmentalAccumulator_gui_jei.psd │ ├── environmentalAccumulator_gui_nei.psd │ ├── sanguinaryEnvironmentalAccumulator_gui.psd │ └── sanguinaryEnvironmentalAccumulator_gui_jei.psd ├── cfmodel │ ├── box.model │ ├── gems.model │ ├── box_lid.model │ ├── chalice.model │ ├── pedestal.model │ ├── box_lid_rotated.model │ ├── broom │ │ ├── broom_cap.model │ │ ├── broom_rod.model │ │ └── broom_brush.model │ └── environmentalAccumulator.model └── changelog │ ├── 1.11.2-0.10.17.txt │ ├── 1.18.2-1.1.18.txt │ ├── 1.9-0.9.6.txt │ ├── 1.12-0.10.29.txt │ ├── 1.15.2-1.0.0.txt │ ├── 1.16.4-1.0.0.txt │ ├── 1.19-1.2.0.txt │ ├── 1.21-1.2.38.txt │ ├── 1.19.3-1.2.13.txt │ ├── 1.19.4-1.2.17.txt │ ├── 1.20.1-1.2.22.txt │ ├── 1.20.4-1.2.37.txt │ ├── 1.8-0.8.3.txt │ ├── 1.18.1-1.1.14.txt │ ├── 1.19-1.2.4.txt │ ├── 1.19.3-1.2.14.txt │ ├── 1.8.9-0.9.8.txt │ ├── 1.21-1.2.43.txt │ ├── 1.9-0.9.7.txt │ ├── 1.18.2-1.2.0.txt │ ├── 1.21-1.2.42.txt │ ├── 1.21-1.2.48.txt │ ├── 1.21-1.2.49.txt │ ├── 1.12-0.10.33.txt │ ├── 1.20.1-1.2.33.txt │ ├── 1.20.1-1.2.44.txt │ ├── 1.21.1-1.2.69.txt │ ├── 1.9.4-0.10.4.txt │ ├── 1.10.2-0.10.28.txt │ ├── 1.16.4-1.0.3.txt │ ├── 1.16.5-1.1.10.txt │ ├── 1.18.2-1.2.11.txt │ ├── 1.18.2-1.2.8.txt │ ├── 1.19.2-1.2.35.txt │ ├── 1.19.2-1.2.45.txt │ ├── 1.19.2-1.2.46.txt │ ├── 1.20.1-1.2.32.txt │ ├── 1.20.1-1.2.42.txt │ ├── 1.20.1-1.2.56.txt │ ├── 1.21-1.2.45.txt │ ├── 1.21-1.2.46.txt │ ├── 1.21.1-1.2.76.txt │ ├── 1.12-0.10.34.txt │ ├── 1.18.2-1.2.3.txt │ ├── 1.19-1.2.2.txt │ ├── 1.19-1.2.3.txt │ ├── 1.19.2-1.2.36.txt │ ├── 1.19.2-1.2.37.txt │ ├── 1.19.2-1.2.43.txt │ ├── 1.20.1-1.2.43.txt │ ├── 1.20.1-1.2.52.txt │ ├── 1.21.1-1.2.51.txt │ ├── 1.10.2-0.10.10.txt │ ├── 1.10.2-0.10.15.txt │ ├── 1.10.2-0.10.17.txt │ ├── 1.12.2-0.10.46.txt │ ├── 1.16.5-1.1.1.txt │ ├── 1.18.1-1.1.18.txt │ ├── 1.18.2-1.2.16.txt │ ├── 1.19.2-1.2.23.txt │ ├── 1.19.4-1.2.22.txt │ ├── 1.20.1-1.2.27.txt │ ├── 1.20.1-1.2.35.txt │ ├── 1.20.1-1.2.50.txt │ ├── 1.20.1-1.2.54.txt │ ├── 1.21-1.2.44.txt │ ├── 1.21.1-1.2.58.txt │ ├── 1.21.1-1.2.64.txt │ ├── 1.21.1-1.2.72.txt │ ├── 1.21.1-1.2.80.txt │ ├── 1.18.1-1.1.15.txt │ ├── 1.18.2-1.1.21.txt │ ├── 1.18.2-1.1.22.txt │ ├── 1.18.2-1.2.10.txt │ ├── 1.18.2-1.2.17.txt │ ├── 1.18.2-1.2.19.txt │ ├── 1.18.2-1.2.2.txt │ ├── 1.18.2-1.2.5.txt │ ├── 1.19-1.2.6.txt │ ├── 1.19.2-1.2.12.txt │ ├── 1.19.2-1.2.14.txt │ ├── 1.19.2-1.2.18.txt │ ├── 1.19.2-1.2.21.txt │ ├── 1.19.2-1.2.25.txt │ ├── 1.19.2-1.2.26.txt │ ├── 1.19.2-1.2.34.txt │ ├── 1.19.2-1.2.44.txt │ ├── 1.19.4-1.2.20.txt │ ├── 1.20.1-1.2.30.txt │ └── 1.20.1-1.2.53.txt ├── gradle └── wrapper │ └── gradle-wrapper.jar ├── .gitattributes └── .imgbotconfig /.gitmodules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | CHANGELOG-1.21.1.md -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: kroeser 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/af_za.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/ar_sa.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/ca_es.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/da_dk.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/de_de.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/el_gr.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/fi_fi.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/he_il.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/hu_hu.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/ko_kr.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/no_no.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/pl_pl.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/pt_pt.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/ro_ro.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/sr_sp.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/tr_tr.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/lang/uk_ua.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/gradlew -------------------------------------------------------------------------------- /keystore.jks.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/keystore.jks.enc -------------------------------------------------------------------------------- /secrets.properties_template: -------------------------------------------------------------------------------- 1 | libs_path=[path_to_jar_dependencies (see forge.gradle)] 2 | -------------------------------------------------------------------------------- /resources/psd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/logo.png -------------------------------------------------------------------------------- /resources/psd/logo.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/logo.psd -------------------------------------------------------------------------------- /resources/psd/weathers.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/weathers.psd -------------------------------------------------------------------------------- /resources/cfmodel/box.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/box.model -------------------------------------------------------------------------------- /resources/cfmodel/gems.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/gems.model -------------------------------------------------------------------------------- /resources/changelog/1.11.2-0.10.17.txt: -------------------------------------------------------------------------------- 1 | Requires CyclopsCore version 0.9.0 or higher. 2 | 3 | Initial 1.11 port -------------------------------------------------------------------------------- /resources/psd/bloodChest.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/bloodChest.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/blood" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/poison.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/poison" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/model/portal_bases.png.mcmeta: -------------------------------------------------------------------------------- 1 | { "texture": { "blur": true }} -------------------------------------------------------------------------------- /src/main/resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/logo.png -------------------------------------------------------------------------------- /resources/cfmodel/box_lid.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/box_lid.model -------------------------------------------------------------------------------- /resources/cfmodel/chalice.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/chalice.model -------------------------------------------------------------------------------- /resources/psd/gui_upgrades.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/gui_upgrades.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_ore" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_tank.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_tank" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/purifier.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/purifier" 3 | } 4 | -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /resources/cfmodel/pedestal.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/pedestal.model -------------------------------------------------------------------------------- /resources/psd/bloodChest_gui.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/bloodChest_gui.psd -------------------------------------------------------------------------------- /resources/psd/bloodInfuser_gui.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/bloodInfuser_gui.psd -------------------------------------------------------------------------------- /resources/psd/werewolfVillager.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/werewolfVillager.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_block" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_brick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_brick" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_log.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_log" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_slab.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_slab" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_wood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_wood" 3 | } 4 | -------------------------------------------------------------------------------- /resources/psd/spiritFurnace_gui.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/spiritFurnace_gui.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/display_stand.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/display_stand" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/eternal_water.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/eternal_water" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/excrement_pile.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/excrement_pile" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/hardened_blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/hardened_blood" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/lightning_bomb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/lightning_bomb" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/netherfish_spawn_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/template_spawn_egg" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/obscured_glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/obscured_glass" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/spiked_plate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/spiked_plate_up" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_leaves" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_planks" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/werewolf_spawn_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/template_spawn_egg" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/particles/blur_targetted.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": [ 3 | "cyclopscore:blur" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/particles/bubble_extended.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": [ 3 | "minecraft:bubble" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/particles/magic_finish.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": [ 3 | "minecraft:flash" 4 | ] 5 | } -------------------------------------------------------------------------------- /resources/cfmodel/box_lid_rotated.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/box_lid_rotated.model -------------------------------------------------------------------------------- /resources/cfmodel/broom/broom_cap.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/broom/broom_cap.model -------------------------------------------------------------------------------- /resources/cfmodel/broom/broom_rod.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/broom/broom_rod.model -------------------------------------------------------------------------------- /resources/psd/bloodInfuser_gui_jei.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/bloodInfuser_gui_jei.psd -------------------------------------------------------------------------------- /resources/psd/originsOfDarkness_gui.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/originsOfDarkness_gui.psd -------------------------------------------------------------------------------- /resources/psd/spiritReanimator_gui.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/spiritReanimator_gui.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_infuser.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/blood_infuser_off" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/broom.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "evilcraft:broom", 3 | "parent": "block/cube_all" 4 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/spirit_furnace.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/spirit_furnace_off" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_spirit_spawn_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/template_spawn_egg" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/particles/blood_bubble.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": [ 3 | "evilcraft:blood_bubble" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_flow.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/poison_flow.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/recipe/special/minecraft_dead_bush.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "evilcraft:crafting_special_dead_bush" 3 | } -------------------------------------------------------------------------------- /resources/cfmodel/broom/broom_brush.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/broom/broom_brush.model -------------------------------------------------------------------------------- /resources/psd/colossalBloodChest_gui.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/colossalBloodChest_gui.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/bloody_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/bloody_cobblestone" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/controlled_zombie_spawn_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/template_spawn_egg" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_blood_brick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_blood_brick_off" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_brick_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_brick_stairs" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_ore_deepslate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_ore_deepslate" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/entangled_chalice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/entangled_chalice" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/infested_nether_netherrack.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/netherrack" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/infested_nether_soul_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/soul_sand" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/invisible_redstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/invisible_redstone" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/poisonous_libelle_spawn_egg.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/template_spawn_egg" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/spirit_reanimator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/spirit_reanimator_off" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_fence.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_fence_inventory" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_fence_gate" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_log_stripped.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_log_stripped" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/particles/blur_targetted_entity.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": [ 3 | "cyclopscore:blur" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/block/chests.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:blood_chest" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/bones.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:werewolf_bone" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/chests.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:blood_chest" 5 | ] 6 | } -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.1.18.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | 3 | Initial 1.18.2 release. 4 | 5 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/broom_part.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "evilcraft:broom_part", 3 | "parent": "block/cube_all" 4 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/colossal_blood_chest.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/colossal_blood_chest_on" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_power_gem_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_power_gem_block" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/infested_nether_nether_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/nether_bricks" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/sanguinary_pedestal_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/sanguinary_pedestal_0" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/sanguinary_pedestal_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/sanguinary_pedestal_1" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_planks_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_planks_stairs" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_wood_stripped.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/undead_wood_stripped" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/stones.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:bloody_cobblestone" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/swords.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:vein_sword" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/blood" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_waxed_coal_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/blood_waxed_coal_block" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/box_of_eternal_closure.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/box_of_eternal_closure" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_blood_brick_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/dark_blood_brick_stairs" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/block/glass_blocks.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:obscured_glass" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/block/ores_in_ground/stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_ore" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/block/stones.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:bloody_cobblestone" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/glass_blocks.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:obscured_glass" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/ores_in_ground/stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_ore" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/recipe/special/combine_broom_part.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "evilcraft:crafting_special_broom_part_combination" 3 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/tags/item/gems/dark.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_gem" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_leaves" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_planks" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_leaves" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_planks" 5 | ] 6 | } -------------------------------------------------------------------------------- /resources/cfmodel/environmentalAccumulator.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/cfmodel/environmentalAccumulator.model -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/dark_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/dark_ore" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/dark_tank.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/dark_tank" } 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/poison.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/poison" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/purifier.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/purifier" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": { 3 | "particle": "evilcraft:block/blood_still" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/poison.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": { 3 | "particle": "evilcraft:block/poison_still" 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/environmental_accumulator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/environmental_accumulator" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/reinforced_undead_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/reinforced_undead_planks_on" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/worldgen/configured_feature/evil_dungeon_default.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "evilcraft:evil_dungeon", 3 | "config": {} 4 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/replaceable.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:blood_stain" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/saplings.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_sapling" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/wooden_fences.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_fence" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/wooden_slabs.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_slab" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/saplings.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_sapling" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/wooden_fences.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_fence" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/wooden_slabs.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_slab" 5 | ] 6 | } -------------------------------------------------------------------------------- /resources/psd/environmentalAccumulator_gui_jei.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/environmentalAccumulator_gui_jei.psd -------------------------------------------------------------------------------- /resources/psd/environmentalAccumulator_gui_nei.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/environmentalAccumulator_gui_nei.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/dark_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/dark_block" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/dark_brick.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/dark_brick" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/block/fence_gates/wooden.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_fence_gate" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/fence_gates/wooden.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_fence_gate" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/tags/item/gems/dark_power.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_power_gem" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/fence_gates.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_fence_gate" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/entity_type/undead.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:vengeance_spirit" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/entity_type/zombies.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:controlled_zombie" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/dyes/red.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:hardened_blood_shard" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/fence_gates.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_fence_gate" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/eternal_water.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/eternal_water" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/gem_stone_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model" : "evilcraft:block/gem_stone_torch" } 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/spirit_portal.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/spirit_portal" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/undead_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/undead_leaves" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/undead_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/undead_planks" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/entangled_chalice.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "evilcraft:entangled_chalice", 3 | "parent": "block/block" 4 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/reinforced_undead_planks_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/reinforced_undead_planks_stairs" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/block/ores_in_ground/deepslate.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_ore_deepslate" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/ores_in_ground/deepslate.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_ore_deepslate" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/tags/item/gems/dark_crushed.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_gem_crushed" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/bookshelf_books.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:origins_of_darkness" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/lectern_books.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:origins_of_darkness" 5 | ] 6 | } -------------------------------------------------------------------------------- /resources/changelog/1.9-0.9.6.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.5.6. 3 | 4 | Initial 1.9 release 5 | -------------------------------------------------------------------------------- /resources/psd/sanguinaryEnvironmentalAccumulator_gui.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/sanguinaryEnvironmentalAccumulator_gui.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/hardened_blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/hardened_blood" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/obscured_glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/obscured_glass" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/undead_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/undead_sapling" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/box_beam.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/box_beam.ogg -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/gems.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_gem", 5 | "evilcraft:dark_power_gem" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/structure/empty10.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/data/evilcraft/structure/empty10.nbt -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/bloody_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/bloody_cobblestone" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/dark_ore_deepslate.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/dark_ore_deepslate" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/entangled_chalice.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/entangled_chalice" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/infested_nether_netherrack.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "minecraft:block/netherrack" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/infested_nether_soul_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "minecraft:block/soul_sand" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/invisible_redstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/invisible_redstone" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/box_of_eternal_closure.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "evilcraft:box_of_eternal_closure", 3 | "parent": "block/block" 4 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/page_flip1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/page_flip1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/page_flip2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/page_flip2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/page_flip3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/page_flip3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/pages_flip.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/pages_flip.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/gem.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blook.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/model/gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/model/gem.png -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/block/ores.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_ore", 5 | "evilcraft:dark_ore_deepslate" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/dusts.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_gem_crushed", 5 | "evilcraft:dull_dust" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/ores.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_ore", 5 | "evilcraft:dark_ore_deepslate" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/neoforge/data_maps/item/compostables.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": { 3 | "evilcraft:undead_sapling": { 4 | "chance": 0.3 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /resources/changelog/1.12-0.10.29.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.10.10 or higher. 3 | 4 | Initial 1.12 port -------------------------------------------------------------------------------- /resources/psd/sanguinaryEnvironmentalAccumulator_gui_jei.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/resources/psd/sanguinaryEnvironmentalAccumulator_gui_jei.psd -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/dark_power_gem_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/dark_power_gem_block" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/sanguinary_pedestal_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/sanguinary_pedestal_0" } 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/sanguinary_pedestal_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/sanguinary_pedestal_1" } 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/dark_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/dark_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/dark_brick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/dark_brick" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_wood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/undead_log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blook.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blook" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/sanguinary_environmental_accumulator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/sanguinary_environmental_accumulator_off" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vein_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "evilcraft:item/vein_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/beam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/beam.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/blook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/blook.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/overlay.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/potions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/potions.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/weathers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/weathers.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/promise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/promise.png -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/enchantment/curse.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:breaking", 5 | "evilcraft:vengeance" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/point_of_interest_type/acquirable_job_site.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:werewolvian" 5 | ] 6 | } -------------------------------------------------------------------------------- /resources/changelog/1.15.2-1.0.0.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.9.0 or higher. 3 | 4 | Initial 1.15 port 5 | -------------------------------------------------------------------------------- /resources/changelog/1.16.4-1.0.0.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.9.0 or higher. 3 | 4 | Initial 1.16 release 5 | -------------------------------------------------------------------------------- /resources/changelog/1.19-1.2.0.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.16.0 or higher. 3 | 4 | Initial 1.19 release. 5 | -------------------------------------------------------------------------------- /resources/changelog/1.21-1.2.38.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.1 or higher. 3 | 4 | Initial 1.21 release 5 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/blood_waxed_coal_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/blood_waxed_coal_block" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/infested_nether_nether_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "minecraft:block/nether_bricks" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/spirit_portal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/spirit_portal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/undead_leaves" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/ice" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/dark_gem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dull_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/dull_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/vengeance_beam1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/vengeance_beam1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/vengeance_beam2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/vengeance_beam2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/vengeance_spirit1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/vengeance_spirit1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/vengeance_spirit2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/vengeance_spirit2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/bare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/bare.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/ring.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/werewolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/werewolf.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_orb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_orb.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/dark_gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/dark_gem.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/dark_spike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/dark_spike.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/dark_stick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/dark_stick.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/dull_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/dull_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/ender_tear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/ender_tear.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/poison_sac.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/poison_sac.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vein_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vein_sword.png -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/tools/melee_weapon.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:vein_sword", 5 | "evilcraft:spikey_claws" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/damage_type/paling.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "evilcraft.paling", 4 | "scaling": "always", 5 | "effects": "thorns" 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/damage_type/spiked.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "evilcraft.spiked", 4 | "scaling": "always", 5 | "effects": "thorns" 6 | } -------------------------------------------------------------------------------- /resources/changelog/1.19.3-1.2.13.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.3 or higher. 3 | 4 | Initial 1.19.3 release 5 | -------------------------------------------------------------------------------- /resources/changelog/1.19.4-1.2.17.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.2 or higher. 3 | 4 | Initial 1.19.4 release 5 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.22.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Initial 1.20.1 release 5 | -------------------------------------------------------------------------------- /resources/changelog/1.20.4-1.2.37.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.0 or higher. 3 | 4 | Initial 1.20.4 release 5 | -------------------------------------------------------------------------------- /resources/changelog/1.8-0.8.3.txt: -------------------------------------------------------------------------------- 1 | Fixes: 2 | * Fix Vengeance Spirits always attacking, even when not visible. Fix #263 3 | 4 | Changes: 5 | * Update to latest Cyclops Core version 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/blockstates/environmental_accumulator.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "evilcraft:block/environmental_accumulator" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/hardened_blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/hardened_blood" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_stain.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_stain" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_spike.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/dark_spike" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_stick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/dark_stick" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/ender_tear.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/ender_tear" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/garmonbozia.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/garmonbozia" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/kineticator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/kineticator" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/poison_sac.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/poison_sac" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/vengeance_beam_stop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/vengeance_beam_stop.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_flow.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_still.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_still.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_border.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_brick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_brick.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_corner.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/poison_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/poison_flow.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/undead_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/undead_log.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/netherfish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/netherfish.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/gui_upgrades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/gui_upgrades.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_potash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_potash.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_stain.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_stain.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/bucket_blood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/bucket_blood.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/garmonbozia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/garmonbozia.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/kineticator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/kineticator.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/spikey_claws.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/spikey_claws.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/werewolf_fur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/werewolf_fur.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/mob_effect/paling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/mob_effect/paling.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/model/blood_chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/model/blood_chest.png -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/block/storage_blocks.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_block", 5 | "evilcraft:dark_power_gem_block" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/storage_blocks.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_block", 5 | "evilcraft:dark_power_gem_block" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/tools/mining_tool.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:spikey_claws", 5 | "evilcraft:vengeance_pickaxe" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/damage_type/distorted.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "evilcraft.distorted", 4 | "scaling": "always", 5 | "effects": "thorns" 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/recipe/special/combine_blood_extractor.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "evilcraft:crafting_special_bloodextractor_combination", 3 | "max_capacity": 655360000 4 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/tags/block/dark_ores.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_ore", 5 | "evilcraft:dark_ore_deepslate" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/tags/item/dark_ores.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_ore", 5 | "evilcraft:dark_ore_deepslate" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/pickaxes.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:spikey_claws", 5 | "evilcraft:vengeance_pickaxe" 6 | ] 7 | } -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | gradle.properties merge=ours 2 | src/main/resources/META-INF/mods.toml merge=ours 3 | src/main/resources/META-INF/neoforge.mods.toml merge=ours 4 | CHANGELOG.md merge=ours 5 | -------------------------------------------------------------------------------- /resources/changelog/1.18.1-1.1.14.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.13.1 or higher. 3 | 4 | Initial 1.18 release 5 | 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/bloody_cobblestone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/bloody_cobblestone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/dark_ore_deepslate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/dark_ore_deepslate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/brush_twig.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/brush", 3 | "textures": { 4 | "base": "block/oak_log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_slime.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/cap", 3 | "textures": { 4 | "base": "block/slime_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_obsidian.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/obsidian" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_sponge.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/sponge" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_wood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/oak_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_orb_empty.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_orb" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_potash.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_potash" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_wand_cap.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_wand_cap" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/bucket_blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/bucket_blood" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/bucket_poison.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/bucket_poison" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/contained_flux.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/contained_flux" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/corrupted_tear.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/corrupted_tear" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_power_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/dark_power_gem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/darkened_apple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/darkened_apple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/flesh_humanoid.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/flesh_werewolf" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/flesh_werewolf.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/flesh_werewolf" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/golden_string.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/golden_string" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/mace_of_distortion.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "evilcraft:item/mace_of_distortion" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/necromancer_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "evilcraft:item/necromancer_staff" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/primed_pendant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/primed_pendant" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/sceptre_of_thunder.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "evilcraft:item/sceptre_of_thunder" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/spikey_claws.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/spikey_claws" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/spirit_portal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:block/spirit_portal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "evilcraft:item/vengeance_pickaxe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_ring.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/vengeance_ring" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/werewolf_bone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/werewolf_bone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/werewolf_fur.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/werewolf_fur" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/vengeance_beam_start.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/vengeance_beam_start.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/sounds/vengeance_spirit_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/sounds/vengeance_spirit_death.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_stain_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_stain_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_stain_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_stain_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_stain_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_stain_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_inventory.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_tank_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_tank_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_tank_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_tank_up.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/hardened_blood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/hardened_blood.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/obscured_glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/obscured_glass.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/poison_still.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/poison_still.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/purifier_inner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/purifier_inner.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/purifier_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/purifier_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/purifier_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/purifier_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spiked_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spiked_plate.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_portal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_portal.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/undead_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/undead_leaves.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/undead_log_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/undead_log_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/undead_planks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/undead_planks.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/undead_sapling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/undead_sapling.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/cap_gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/cap_gem.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/cap_metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/cap_metal.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/rod_blaze.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/rod_blaze.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/rod_bone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/rod_bone.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/rod_reed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/rod_reed.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/blood_chest_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/blood_chest_gui.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/biome_extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/biome_extract.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_extractor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_extractor.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_wand_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_wand_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/bucket_poison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/bucket_poison.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/condensed_blood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/condensed_blood.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/contained_flux.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/contained_flux.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/corrupted_tear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/corrupted_tear.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/dark_power_gem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/dark_power_gem.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/darkened_apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/darkened_apple.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/effortless_ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/effortless_ring.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/exalted_crafter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/exalted_crafter.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/flesh_werewolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/flesh_werewolf.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/golden_string.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/golden_string.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/large_door_item.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/large_door_item.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/potentia_sphere.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/potentia_sphere.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/primed_pendant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/primed_pendant.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/promise_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/promise_overlay.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_focus.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_ring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_ring.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/werewolf_bone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/werewolf_bone.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/model/portal_bases.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/model/portal_bases.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/model/wand_cap_blood.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/model/wand_cap_blood.png -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/logs_that_burn.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_log", 5 | "evilcraft:undead_log_stripped" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/entity_type/arthropod.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:poisonous_libelle", 5 | "evilcraft:werewolf" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/logs_that_burn.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_log", 5 | "evilcraft:undead_log_stripped" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/dark_blood_brick_off.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/dark_blood_brick_off" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/dark_blood_brick_on.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/dark_blood_brick_on" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/dark_power_gem_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/dark_power_gem_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/spiked_plate_up.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/pressure_plate_up", 3 | "textures": { 4 | "texture": "evilcraft:block/spiked_plate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_wood_stripped.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/undead_log_stripped" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/brush_wool.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/brush", 3 | "textures": { 4 | "base": "block/white_wool" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_bamboo.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/bamboo_stalk" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_endstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/end_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_netherrack.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/netherrack" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_prismarine.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/prismarine" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_purpur.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "block/purpur_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/biome_extract_empty.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/biome_extract" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_extractor.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_extractor" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_orb_filled.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_orb_filled" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_waxed_coal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_waxed_coal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/bound_blood_drop.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/bound_blood_drop" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/condensed_blood.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/condensed_blood" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/dark_gem_crushed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/dark_gem_crushed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/effortless_ring.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/effortless_ring" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/exalted_crafter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/exalted_crafter" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/gem_stone_torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:block/gem_stone_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/large_door_item.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/large_door_item" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/mace_of_destruction.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "evilcraft:item/mace_of_destruction" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/potentia_sphere.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/potentia_sphere" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/redstone_grenade.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/redstone_grenade" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/spectral_glasses.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/spectral_glasses" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/undead_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:block/undead_sapling" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_infuser_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_infuser_up.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/gem_stone_torch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/gem_stone_torch.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/large_door_lower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/large_door_lower.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/large_door_upper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/large_door_upper.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/purifier_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/purifier_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/brush_wheat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/brush_wheat.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/enchanted_book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/enchanted_book.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/blood_infuser_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/blood_infuser_gui.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/primed_pendant_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/primed_pendant_gui.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/spirit_furnace_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/spirit_furnace_gui.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_orb_filled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_orb_filled.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_waxed_coal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_waxed_coal.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/bound_blood_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/bound_blood_drop.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/burning_gem_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/burning_gem_stone.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/dark_gem_crushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/dark_gem_crushed.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/flesh_rejuvenated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/flesh_rejuvenated.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/inverted_potentia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/inverted_potentia.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/lightning_grenade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/lightning_grenade.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/necromancer_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/necromancer_staff.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/promise_acceptor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/promise_acceptor.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/redstone_grenade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/redstone_grenade.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/spectral_glasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/spectral_glasses.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_essence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_essence.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_focus_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_focus_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_focus_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_focus_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_focus_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_focus_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_focus_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_focus_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_pickaxe.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/weather_container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/weather_container.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/particle/blood_bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/particle/blood_bubble.png -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/beacon_base_blocks.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:dark_block", 5 | "evilcraft:dark_power_gem_block" 6 | ] 7 | } -------------------------------------------------------------------------------- /resources/changelog/1.19-1.2.4.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.16.1 or higher. 3 | 4 | Changes: 5 | * Update to Forge 41.0.99 6 | -------------------------------------------------------------------------------- /resources/changelog/1.19.3-1.2.14.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.3 or higher. 3 | 4 | Changes: 5 | * Restore JEI compat 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.8.9-0.9.8.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.5.7. 3 | 4 | Fixes: 5 | * Make dark tank draining check safer 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/blood_chest.json: -------------------------------------------------------------------------------- 1 | { 2 | "render_type": "minecraft:cutout", 3 | "textures": { 4 | "particle": "evilcraft:block/blood_infuser_up" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/blood_waxed_coal_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "evilcraft:block/blood_waxed_coal_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/spiked_plate_down.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/pressure_plate_down", 3 | "textures": { 4 | "texture": "evilcraft:block/spiked_plate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_fence_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_post", 3 | "textures": { 4 | "texture": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_fence_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_side", 3 | "textures": { 4 | "texture": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/brush_honey.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/brush", 3 | "textures": { 4 | "base": "block/honey_block_side" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_bare.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/cap", 3 | "textures": { 4 | "base": "evilcraft:broom_part/bare" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_gem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/cap", 3 | "textures": { 4 | "base": "evilcraft:broom_part/cap_gem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_bare.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "evilcraft:broom_part/bare" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_infusion_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_infusion_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/burning_gem_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/burning_gem_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/creative_blood_drop.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/creative_blood_drop" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/flesh_rejuvenated.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/flesh_rejuvenated" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/inverted_potentia.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/inverted_potentia" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/lightning_grenade.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/lightning_grenade" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/origins_of_darkness.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/origins_of_darkness" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/promise_acceptor_gold.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/promise_acceptor" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/promise_acceptor_iron.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/promise_acceptor" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_essence.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/vengeance_essence" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_focus_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/vengeance_focus_0" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_focus_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/vengeance_focus_1" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_focus_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/vengeance_focus_2" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_focus_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/vengeance_focus_3" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_infuser_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_infuser_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/bloody_cobblestone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/bloody_cobblestone.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_blood_brick_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_blood_brick_on.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_inner_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_inner_corner.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_ore_deepslate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_ore_deepslate.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/entangled_chalice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/entangled_chalice.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/eternal_water_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/eternal_water_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/large_door_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/large_door_middle.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/lightning_bomb_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/lightning_bomb_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/lightning_bomb_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/lightning_bomb_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/undead_log_stripped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/undead_log_stripped.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/brush_feather.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/brush_feather.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/brush_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/brush_leaves.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/controlled_zombie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/controlled_zombie.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/poisonous_libelle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/poisonous_libelle.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/exalted_crafter_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/exalted_crafter_gui.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/infobook/dark_temple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/infobook/dark_temple.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/infobook/undead_tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/infobook/undead_tree.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/spirit_reanimator_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/spirit_reanimator_gui.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_infusion_core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_infusion_core.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/bucket_eternal_water.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/bucket_eternal_water.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/creative_blood_drop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/creative_blood_drop.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/hardened_blood_shard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/hardened_blood_shard.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/invigorating_pendant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/invigorating_pendant.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/mace_of_destruction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/mace_of_destruction.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/mace_of_distortion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/mace_of_distortion.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/origins_of_darkness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/origins_of_darkness.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/sceptre_of_thunder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/sceptre_of_thunder.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/particle/blood_splash_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/particle/blood_splash_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/particle/blood_splash_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/particle/blood_splash_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/particle/blood_splash_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/particle/blood_splash_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/particle/blood_splash_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/particle/blood_splash_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/gem_stone_torch_inventory.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:block/gem_stone_torch" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_sapling_inventory.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:block/undead_sapling" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/brush_bare.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/brush", 3 | "textures": { 4 | "base": "evilcraft:broom_part/bare" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_blaze.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "evilcraft:broom_part/rod_blaze" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_bone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "evilcraft:broom_part/rod_bone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_reed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "evilcraft:broom_part/rod_reed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/rod_undead.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/rod", 3 | "textures": { 4 | "base": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/bucket_eternal_water.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/bucket_eternal_water" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/exalted_crafter_empowered.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/exalted_crafter" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/hardened_blood_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/hardened_blood_shard" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/invigorating_pendant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/invigorating_pendant" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/kineticator_repelling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/kineticator_repelling" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/promise_acceptor_diamond.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/promise_acceptor" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/veined_scribing_tools.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/veined_scribing_tools" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/colossal_blood_chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/colossal_blood_chest.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_blood_brick_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_blood_brick_off.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/hardened_blood_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/hardened_blood_border.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/hardened_blood_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/hardened_blood_corner.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/lightning_bomb_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/lightning_bomb_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_furnace_up_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_furnace_up_off.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_furnace_up_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_furnace_up_on.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_reanimator_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_reanimator_up.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/undead_leaves_opaque.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/undead_leaves_opaque.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/cap_head_creeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/cap_head_creeper.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/cap_head_player.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/cap_head_player.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/cap_head_wither.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/cap_head_wither.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/cap_head_zombie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/cap_head_zombie.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/infobook/catch_spirits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/infobook/catch_spirits.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/infobook/spirit_furnace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/infobook/spirit_furnace.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/origins_of_darkness_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/origins_of_darkness_gui.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/biome_extract_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/biome_extract_overlay.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/bowl_of_promises_empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/bowl_of_promises_empty.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/exalted_crafter_wooden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/exalted_crafter_wooden.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/kineticator_repelling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/kineticator_repelling.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/veined_scribing_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/veined_scribing_tools.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/model/colossal_blood_chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/model/colossal_blood_chest.png -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/damage_type/broom.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "evilcraft.broom", 4 | "scaling": "when_caused_by_living_non_player", 5 | "effects": "poking" 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/structure/village/werewolvian_mansion.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/data/evilcraft/structure/village/werewolvian_mansion.nbt -------------------------------------------------------------------------------- /resources/changelog/1.21-1.2.43.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.1 or higher. 3 | 4 | Fixes: 5 | * Fix errors in tag-based recipes 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.9-0.9.7.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.5.6. 3 | 4 | Fixes: 5 | * Fix crash related to bucket handling, Closes #353 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate", 3 | "textures": { 4 | "texture": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_fence_inventory.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_inventory", 3 | "textures": { 4 | "texture": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/brush_wheat.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/brush", 3 | "textures": { 4 | "base": "evilcraft:broom_part/brush_wheat" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/bowl_of_promises_dusted.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/bowl_of_promises_dusted" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/bowl_of_promises_empty.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/bowl_of_promises_empty" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/exalted_crafter_wooden.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/exalted_crafter_wooden" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/inverted_potentia_empowered.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/inverted_potentia" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_infuser_north_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_infuser_north_off.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_infuser_north_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_infuser_north_on.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/blood_waxed_coal_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/blood_waxed_coal_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/box_of_eternal_closure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/box_of_eternal_closure.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/eternal_water_block_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/eternal_water_block_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/reinforced_undead_planks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/reinforced_undead_planks.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_furnace_side_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_furnace_side_off.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_furnace_side_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_furnace_side_on.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_reanimator_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_reanimator_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/undead_log_top_stripped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/undead_log_top_stripped.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/cap_head_skeleton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/cap_head_skeleton.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/colossal_blood_chest_gui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/colossal_blood_chest_gui.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/infobook/vengeance_spirit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/infobook/vengeance_spirit.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/infobook/werewolf_villager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/infobook/werewolf_villager.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/bowl_of_promises_active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/bowl_of_promises_active.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/bowl_of_promises_dusted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/bowl_of_promises_dusted.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/weather_container_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/weather_container_overlay.png -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/damage_type/die_without_any_reason.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0, 3 | "message_id": "evilcraft.die_without_any_reason", 4 | "scaling": "never", 5 | "effects": "thorns" 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/tags/block/vengeance_spirit_blocker.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:gem_stone_torch", 5 | "evilcraft:gem_stone_torch_wall" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/item/wooden_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_planks_stairs", 5 | "evilcraft:reinforced_undead_planks_stairs" 6 | ] 7 | } -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.0.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Additions: 5 | * Add Curios support for Exalted Crafter 6 | -------------------------------------------------------------------------------- /resources/changelog/1.21-1.2.42.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.1 or higher. 3 | 4 | Fixes: 5 | * Remove unused chalice texture, Closes #1035 6 | -------------------------------------------------------------------------------- /resources/changelog/1.21-1.2.48.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.1 or higher. 3 | 4 | Fixes: 5 | * Fix Eternal Water Block recipe 6 | 7 | 8 | -------------------------------------------------------------------------------- /resources/changelog/1.21-1.2.49.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.1 or higher. 3 | 4 | Fixes: 5 | * Fix Blood Stains not being replaceable 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/blood_infuser_on.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/blood_infuser_off", 3 | "textures": { 4 | "north": "evilcraft:block/blood_infuser_north_on" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/dark_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "all": "evilcraft:block/dark_ore" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/brush_feather.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/brush", 3 | "textures": { 4 | "base": "evilcraft:broom_part/brush_feather" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/brush_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/brush", 3 | "textures": { 4 | "base": "evilcraft:broom_part/brush_leaves" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/piercing_vengeance_focus_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/piercing_vengeance_focus_0" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/piercing_vengeance_focus_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/piercing_vengeance_focus_1" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/piercing_vengeance_focus_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/piercing_vengeance_focus_2" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/piercing_vengeance_focus_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/piercing_vengeance_focus_3" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/poison_bottle.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "item/potion_overlay", 5 | "layer1": "item/potion" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/eternal_water_block_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/eternal_water_block_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/sanguinary_pedestal_tier0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/sanguinary_pedestal_tier0.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/sanguinary_pedestal_tier1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/sanguinary_pedestal_tier1.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_reanimator_north_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_reanimator_north_on.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/infobook/sanguinary_pedestal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/infobook/sanguinary_pedestal.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/piercing_vengeance_focus_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/particle/blood_brick_activation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/particle/blood_brick_activation.png -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/tags/item/poisonous.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:poison_sac", 5 | "minecraft:poisonous_potato", 6 | "minecraft:pufferfish" 7 | ] 8 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/block/wooden_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:undead_planks_stairs", 5 | "evilcraft:reinforced_undead_planks_stairs" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/enchantment/treasure.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:life_stealing", 5 | "evilcraft:poison_tip", 6 | "evilcraft:unusing" 7 | ] 8 | } -------------------------------------------------------------------------------- /.imgbotconfig: -------------------------------------------------------------------------------- 1 | { 2 | "ignoredFiles": [ 3 | "src/main/resources/assets/evilcraft/textures/blocks/dark_brick.png", 4 | "src/main/resources/assets/evilcraft/textures/blocks/sanguinary_pedestal_tier0.png" 5 | ] 6 | } -------------------------------------------------------------------------------- /resources/changelog/1.12-0.10.33.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.10.13 or higher. 3 | 4 | Fixes: 5 | * Fix fluid handling losing NBT tag information 6 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.33.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Fix Effortless Ring crash, Closes #1011 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.44.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Fix Blood Stains not being replaceable 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.21.1-1.2.69.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.25.5 or higher. 3 | 4 | Fixes: 5 | * Fix tanks with fluids not being combinable 6 | -------------------------------------------------------------------------------- /resources/changelog/1.9.4-0.10.4.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.7.0. 3 | 4 | Fixes: 5 | * Fix crash when blood-infusing any item, Closes #427 6 | 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/invisible_redstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "all": "cyclopscore:block/empty" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_fence_gate_open.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_open", 3 | "textures": { 4 | "texture": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_fence_gate_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_wall", 3 | "textures": { 4 | "texture": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_head_creeper.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/head", 3 | "textures": { 4 | "base": "evilcraft:broom_part/cap_head_creeper" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_head_skeleton.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/head", 3 | "textures": { 4 | "base": "evilcraft:broom_part/cap_head_skeleton" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_head_wither.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/head", 3 | "textures": { 4 | "base": "evilcraft:broom_part/cap_head_wither" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_head_zombie.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/head", 3 | "textures": { 4 | "base": "evilcraft:broom_part/cap_head_zombie" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/blood_pearl_of_teleportation.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/blood_pearl_of_teleportation" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/exalted_crafter_wooden_empowered.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/exalted_crafter_wooden" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/invigorating_pendant_straight.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/invigorating_pendant_straight" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block_border.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block_corner.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/environmental_accumulator_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/environmental_accumulator_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/hardened_blood_inner_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/hardened_blood_inner_corner.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/spirit_reanimator_north_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/spirit_reanimator_north_off.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/broom_part/cap_head_witherskeleton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/broom_part/cap_head_witherskeleton.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/villager/profession/werewolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/villager/profession/werewolf.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/gui/infobook/colossal_blood_chest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/gui/infobook/colossal_blood_chest.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/blood_pearl_of_teleportation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/blood_pearl_of_teleportation.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/invigorating_pendant_straight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/invigorating_pendant_straight.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/vengeance_essence_materialized.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/vengeance_essence_materialized.png -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/foods/raw_meat.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:flesh_rejuvenated", 5 | "evilcraft:flesh_humanoid", 6 | "evilcraft:flesh_werewolf" 7 | ] 8 | } -------------------------------------------------------------------------------- /resources/changelog/1.10.2-0.10.28.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.10.7 or higher. 3 | 4 | Fixes: 5 | * Fix Minetweaker support not handling JEI recipes 6 | -------------------------------------------------------------------------------- /resources/changelog/1.16.4-1.0.3.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.9.2 or higher. 3 | 4 | Fixes: 5 | * Make book getter thread-safe (fixes rare crashes) 6 | -------------------------------------------------------------------------------- /resources/changelog/1.16.5-1.1.10.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.11.6 or higher. 3 | 4 | Changes: 5 | * Allow shearing of leaves with modded shears 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.11.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Fixes: 5 | * Fix accesstransformer warning, Closes #948 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.8.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Changes: 5 | * Update to JEI 9.7, make compatible with JEI 10 6 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.35.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Remove unused chalice texture, Closes #1035 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.45.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.20.0 or higher. 3 | 4 | Fixes: 5 | * Fix typo in unusing book description, Closes #1122 6 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.46.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.20.0 or higher. 3 | 4 | Additions: 5 | * Add Spirit Furnace and Reanimator JEI support 6 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.32.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Fix incorrect tooltip offsets, Closes #1009 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.42.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Remove unused chalice texture, Closes #1035 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.56.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.20.0 or higher. 3 | 4 | Additions: 5 | * Add Spirit Furnace and Reanimator JEI support 6 | -------------------------------------------------------------------------------- /resources/changelog/1.21-1.2.45.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.1 or higher. 3 | 4 | Changes: 5 | * Restore spawning random brooms in loot chests 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.21-1.2.46.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.1 or higher. 3 | 4 | Fixes: 5 | * Fix broken Dark Ore loot tables, Closes #1038 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.21.1-1.2.76.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.26.0 or higher. 3 | 4 | Additions: 5 | * Add Spirit Furnace and Reanimator JEI support 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/spirit_reanimator_on.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:block/spirit_reanimator_off", 3 | "textures": { 4 | "north": "evilcraft:block/spirit_reanimator_north_on" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cross", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "cross": "evilcraft:block/undead_sapling" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_head_player.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/head_player", 3 | "textures": { 4 | "base": "evilcraft:broom_part/cap_head_player" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/environmental_accumulation_core.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/environmental_accumulation_core" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/vengeance_essence_materialized.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/vengeance_essence_materialized" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block_inventory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block_inventory.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/environmental_accumulator_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/environmental_accumulator_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/bowl_of_promises_active_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/bowl_of_promises_active_overlay.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/environmental_accumulation_core.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/item/environmental_accumulation_core.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/item/promise_overlay.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2, 4 | "frames": [ 5 | 0, 6 | 1, 7 | 2, 8 | 3 9 | ] 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/models/armor/spectral_glasses_layer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/models/armor/spectral_glasses_layer_1.png -------------------------------------------------------------------------------- /src/main/resources/data/evilcraft/damage_type/vengeance_beam.json: -------------------------------------------------------------------------------- 1 | { 2 | "exhaustion": 0.1, 3 | "message_id": "evilcraft.vengeance_beam", 4 | "scaling": "when_caused_by_living_non_player", 5 | "effects": "freezing" 6 | } -------------------------------------------------------------------------------- /resources/changelog/1.12-0.10.34.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.10.16 or higher. 3 | 4 | Fixes: 5 | * Fix exalted crafting keybind localization, Closes #585 6 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.3.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Fixes: 5 | * Fix crash at startup on Turkish systems, Closes #926 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19-1.2.2.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.16.0 or higher. 3 | 4 | Fixes: 5 | * Fix Blood Stained Blocks sometimes causing NPE, Closes #922 6 | -------------------------------------------------------------------------------- /resources/changelog/1.19-1.2.3.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.16.0 or higher. 3 | 4 | Fixes: 5 | * Fix crash at startup on Turkish systems, Closes #926 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.36.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Changes: 5 | * Restore spawning random brooms in loot chests 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.37.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix broom spawn chest in loot chests being too high 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.43.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix brooms having a null particle icon, Closes #1104 6 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.43.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Changes: 5 | * Restore spawning random brooms in loot chests 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.52.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Fix brooms having a null particle icon, Closes #1104 6 | -------------------------------------------------------------------------------- /resources/changelog/1.21.1-1.2.51.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.11 or higher. 3 | 4 | Fixes: 5 | * Fix crash when vengeance enchantment is active on bow 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/colossal_blood_chest_off.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "all": "cyclopscore:block/empty" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/obscured_glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "render_type": "minecraft:translucent", 4 | "textures": { 5 | "all": "evilcraft:block/obscured_glass" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/reinforced_undead_planks_off.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "render_type": "minecraft:cutout", 4 | "textures": { 5 | "all": "cyclopscore:block/empty" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_fence_gate_wall_open.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_wall_open", 3 | "textures": { 4 | "texture": "evilcraft:block/undead_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/block/undead_log.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_column", 3 | "textures": { 4 | "end": "evilcraft:block/undead_log_top", 5 | "side": "evilcraft:block/undead_log" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_blood_brick_on.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 4, 4 | "frames": [ 5 | 0, 6 | 1, 7 | 2, 8 | 3 9 | ] 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block_inner_corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/dark_power_gem_block_inner_corner.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/environmental_accumulator_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/block/environmental_accumulator_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/eternal_water_block.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 4, 4 | "frames": [ 5 | 0, 6 | 1, 7 | 2, 8 | 3 9 | ] 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/particle/blood_brick_activation_flipped.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/particle/blood_brick_activation_flipped.png -------------------------------------------------------------------------------- /resources/changelog/1.10.2-0.10.10.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.7.6 or higher. 3 | 4 | Fixes: 5 | * Fix server crash because of render registration changes 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.10.2-0.10.15.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.8.0 or higher. 3 | 4 | Fixes: 5 | * Fix JEI ShapedOreRecipeWrapper incompatibility, Closes #502 6 | -------------------------------------------------------------------------------- /resources/changelog/1.10.2-0.10.17.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.8.0 or higher. 3 | 4 | Fixes: 5 | * Produce player-only drops in Spirit Furnace, Closes #505 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.12.2-0.10.46.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 0.11.2 or higher. 3 | 4 | Fixes: 5 | * Fix Forestry farms not being able to handle Undead Trees 6 | -------------------------------------------------------------------------------- /resources/changelog/1.16.5-1.1.1.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.11.1 or higher. 3 | 4 | Fixes: 5 | * Fix rare evil dungeon generation crash, Closes #857 6 | 7 | 8 | -------------------------------------------------------------------------------- /resources/changelog/1.18.1-1.1.18.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.13.1 or higher. 3 | 4 | Fixes: 5 | * Fix undead leaves not dropping blood stains, Closes #909 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.16.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Fixes: 5 | * Fix Colossal Blood Chest errors shown twice, Closes #986 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.23.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix Colossal Blood Chest errors shown twice, Closes #986 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.4-1.2.22.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.2 or higher. 3 | 4 | Fixes: 5 | * Fix Colossal Blood Chest errors shown twice, Closes #986 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.27.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Fix Envir Acc crash when degrading biome, Closes #998 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.35.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Fix biome extract crash on pack reload, Closes #1016 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.50.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Fix broom crash when controlling entity is null, Closes #1087 6 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.54.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.20.0 or higher. 3 | 4 | Fixes: 5 | * Fix Vengeance Spirits not killable by command, Closes #1114 6 | -------------------------------------------------------------------------------- /resources/changelog/1.21-1.2.44.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.19.1 or higher. 3 | 4 | Fixes: 5 | * Fix biome features not being generated, Closes #1037 6 | 7 | 8 | -------------------------------------------------------------------------------- /resources/changelog/1.21.1-1.2.58.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.20.0 or higher. 3 | 4 | Fixes: 5 | * Fix VengeanceSpirit using wrong RandomSource, Closes #1064 6 | -------------------------------------------------------------------------------- /resources/changelog/1.21.1-1.2.64.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.25.5 or higher. 3 | 4 | Fixes: 5 | * Fix broom crash when controlling entity is null, Closes #1087 6 | -------------------------------------------------------------------------------- /resources/changelog/1.21.1-1.2.72.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.26.0 or higher. 3 | 4 | Fixes: 5 | * Fix Vengeance Spirits not killable by command, Closes #1114 6 | -------------------------------------------------------------------------------- /resources/changelog/1.21.1-1.2.80.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.28.0 or higher. 3 | 4 | Additions: 5 | * Add Werewolvian villager house to villages, Closes #1146 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/broom_part/cap_head_witherskeleton.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "evilcraft:broom_part/head", 3 | "textures": { 4 | "base": "evilcraft:broom_part/cap_head_witherskeleton" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/promise_tier_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/promise_overlay", 5 | "layer1": "evilcraft:item/promise" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/promise_tier_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/promise_overlay", 5 | "layer1": "evilcraft:item/promise" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/models/item/promise_tier_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "cyclopscore:item/flat", 3 | "textures": { 4 | "layer0": "evilcraft:item/promise_overlay", 5 | "layer1": "evilcraft:item/promise" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/block/eternal_water_block_top.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 4, 4 | "frames": [ 5 | 0, 6 | 1, 7 | 2, 8 | 3 9 | ] 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/evilcraft/textures/entity/zombie_villager/profession/werewolf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyclopsMC/EvilCraft/HEAD/src/main/resources/assets/evilcraft/textures/entity/zombie_villager/profession/werewolf.png -------------------------------------------------------------------------------- /src/main/resources/data/c/tags/item/tools/ranged_weapon.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "evilcraft:mace_of_destruction", 5 | "evilcraft:mace_of_distortion", 6 | "evilcraft:necromancer_staff" 7 | ] 8 | } -------------------------------------------------------------------------------- /resources/changelog/1.18.1-1.1.15.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.13.1 or higher. 3 | 4 | Fixes: 5 | * Fix Blood Chest not being accessible from hoppers, Closes #904 6 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.1.21.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.13.5 or higher. 3 | 4 | Fixes: 5 | * Fix Spirit Reanimator not handling modded mobs, Closes #912 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.1.22.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.13.5 or higher. 3 | 4 | Fixes: 5 | * Add blacklist option to disable blood stains from spawning on 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.10.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Fixes: 5 | * Optimize Vengeance Ring by creating tag once, Closes #944 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.17.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Fixes: 5 | * Fix acceleration modifier listed twice in book, Closes #988 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.19.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Fixes: 5 | * Fix villagers not turning to witches on struck by lightning 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.2.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Fixes: 5 | * Fix Blood Stained Blocks sometimes causing NPE, Closes #922 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.18.2-1.2.5.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.15.0 or higher. 3 | 4 | Fixes: 5 | * Fix rare crash when registering broom part colors, Closes #928 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19-1.2.6.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.16.1 or higher. 3 | 4 | Fixes: 5 | * Fix rare crash when registering broom part colors, Closes #928 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.12.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix LegacyRandomSource crash 6 | Closes #954 7 | Closes #959 8 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.14.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | * Add proper fix for LegacyRandomSource crash in singleplayer 5 | Closes #961 6 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.18.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix rare blood infuser crash on dimension swap, Closes #976 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.21.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix any item causing spirit portals on entities, Closes #982 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.25.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix villagers not turning to witches on struck by lightning 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.26.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix Spirit Furnace not always producing player drops, Closes #1001 6 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.34.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.17.0 or higher. 3 | 4 | Fixes: 5 | * Fix Promise of Tenacity III not showing in book, Closes #1031 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.19.2-1.2.44.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.20.0 or higher. 3 | 4 | Additions: 5 | * Add lectern and bookshelf support for infobook, Closes #1110 6 | -------------------------------------------------------------------------------- /resources/changelog/1.19.4-1.2.20.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.2 or higher. 3 | 4 | Fixes: 5 | * Fix any item causing spirit portals on entities, Closes #982 6 | 7 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.30.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Fixes: 5 | * Fix crash when reanimating mobs without spawn egg, Closes #1005 6 | -------------------------------------------------------------------------------- /resources/changelog/1.20.1-1.2.53.txt: -------------------------------------------------------------------------------- 1 | As always, don't forget to backup your world before updating! 2 | Requires CyclopsCore version 1.18.4 or higher. 3 | 4 | Additions: 5 | * Add lectern and bookshelf support for infobook, Closes #1110 6 | --------------------------------------------------------------------------------