Skip to content

Commit

Permalink
Forge 1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Byllfighter committed Nov 6, 2023
1 parent 4650cc2 commit 4cf7ff1
Show file tree
Hide file tree
Showing 437 changed files with 11,354 additions and 5,989 deletions.
1,012 changes: 793 additions & 219 deletions avaritia.mcreator

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,18 @@ buildscript {
classpath group: 'net.minecraftforge.gradle', name: 'ForgeGradle', version: '5.1.+', changing: true
}
}

apply plugin: 'net.minecraftforge.gradle'
apply plugin: 'eclipse'

version = '1.0'
group = 'com.yourname.modid'
archivesBaseName = 'modid'

java.toolchain.languageVersion = JavaLanguageVersion.of(16)
java.toolchain.languageVersion = JavaLanguageVersion.of(17)

minecraft {
mappings channel: 'official', version: '1.17.1'
mappings channel: 'official', version: '1.19.4'

accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

Expand Down Expand Up @@ -51,7 +52,11 @@ minecraft {
}

dependencies {
minecraft 'net.minecraftforge:forge:1.17.1-37.1.1'
minecraft 'net.minecraftforge:forge:1.19.4-45.2.0'
}

tasks.withType(JavaCompile).configureEach {
options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation
}

apply from: 'mcreator.gradle'
Expand Down
2 changes: 1 addition & 1 deletion elements/Avaritiatab.mod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_fv": 24,
"_fv": 55,
"_type": "tab",
"definition": {
"name": "Avaritia",
Expand Down
20 changes: 10 additions & 10 deletions elements/BlackHole.mod.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"_fv": 24,
"_fv": 55,
"_type": "livingentity",
"definition": {
"mobName": "Black Hole",
"mobLabel": "",
"mobModelName": "Modelsphere",
"mobModelTexture": "black.png",
"mobModelName": "Biped",
"mobModelTexture": "null.png",
"mobModelGlowTexture": "",
"modelWidth": 0.6,
"modelHeight": 1.8,
Expand Down Expand Up @@ -50,11 +50,16 @@
"attackKnockback": 0.0,
"knockbackResistance": 0.0,
"movementSpeed": 0.3,
"stepHeight": 0.6,
"armorBaseValue": 0.0,
"trackingRange": 64,
"followRange": 16,
"health": 1000,
"xpAmount": 0,
"waterMob": false,
"pushedByFluids": {
"fixedValue": true
},
"flyingMob": true,
"guiBoundTo": "<NONE>",
"inventorySize": 9,
Expand Down Expand Up @@ -91,13 +96,6 @@
"stepSound": {
"value": ""
},
"spawnParticles": false,
"particleToSpawn": {
"value": "EXPLOSION_NORMAL"
},
"particleSpawningShape": "Spread",
"particleSpawningRadious": 0.5,
"particleAmount": 4,
"onMobTickUpdate": {
"name": "BlackHoleTick"
},
Expand All @@ -115,6 +113,8 @@
"value": ""
},
"rangedItemType": "Default item",
"rangedAttackInterval": 20,
"rangedAttackRadius": 10.0,
"spawnThisMob": false,
"doesDespawnWhenIdle": true,
"spawningProbability": 20,
Expand Down
7 changes: 7 additions & 0 deletions elements/BlackHoleDamage.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_fv": 55,
"_type": "procedure",
"definition": {
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">entity_ticks</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_negate\"><value name=\"BOOL\"><block type=\"compare_entities\"><value name=\"a\"><block type=\"world_entity_inrange\"><field name=\"entity\">CUSTOM:BlackHole</field><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><value name=\"range\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value><value name=\"b\"><block type=\"entity_none\"/></value></block></value></block></value><statement name=\"DO0\"><block type=\"entity_set_health\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"health\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"entity_health\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">4</field></block></value></block></value></block></statement></block></next></block></xml>"
}
}
7 changes: 7 additions & 0 deletions elements/BlackHoleDroppedItemRemove.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_fv": 55,
"_type": "procedure",
"definition": {
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">entity_ticks</field><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"logic_entity_compare\"><field name=\"entity\">EntityItem</field><value name=\"compareTo\"><block type=\"entity_from_deps\"/></value></block></value><statement name=\"DO0\"><block type=\"controls_if\"><value name=\"IF0\"><block type=\"compare_mcitems\"><value name=\"a\"><block type=\"itementity_to_mcitem\"><value name=\"source\"><block type=\"entity_from_deps\"/></value></block></value><value name=\"b\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:BlackHoleItem</field></block></value></block></value><statement name=\"DO0\"><block type=\"entity_despawn\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value></block></statement></block></statement></block></next></block></xml>"
}
}
50 changes: 50 additions & 0 deletions elements/BlackHoleItem.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"_fv": 55,
"_type": "item",
"definition": {
"renderType": 2,
"texture": "black",
"customModelName": "blackhole:default",
"customProperties": {},
"states": [],
"name": "Black Hole Item",
"rarity": "COMMON",
"creativeTab": {
"value": "No creative tab entry"
},
"stackSize": 64,
"enchantability": 0,
"useDuration": 0,
"toolType": 1.0,
"damageCount": 0,
"recipeRemainder": {
"value": ""
},
"destroyAnyBlock": false,
"immuneToFire": false,
"stayInGridWhenCrafting": false,
"damageOnCrafting": false,
"enableMeleeDamage": false,
"damageVsEntity": 0.0,
"specialInformation": {
"fixedValue": []
},
"guiBoundTo": "<NONE>",
"inventorySize": 9,
"inventoryStackSize": 64,
"onItemInInventoryTick": {
"name": "BlackHoleItemRemove"
},
"enableRanged": false,
"shootConstantly": false,
"isFood": false,
"nutritionalValue": 4,
"saturation": 0.3,
"eatResultItem": {
"value": ""
},
"isMeat": false,
"isAlwaysEdible": false,
"animation": "none"
}
}
7 changes: 7 additions & 0 deletions elements/BlackHoleItemRemove.mod.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"_fv": 55,
"_type": "procedure",
"definition": {
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"entity_remove_item\"><value name=\"amount\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:BlackHoleItem</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"/></value></block></next></block></xml>"
}
}
4 changes: 2 additions & 2 deletions elements/BlackHolePlayerCollides.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_fv": 24,
"_fv": 55,
"_type": "procedure",
"definition": {
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"deal_damage\"><field name=\"damagesource\">GENERIC</field><value name=\"amount\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"/></value></block></next></block></xml>"
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"deal_damage\"><value name=\"amount\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"damagesource\"><block type=\"damagesource_from_type\"><field name=\"damagetype\">GENERIC</field></block></value></block></next></block></xml>"
}
}
2 changes: 1 addition & 1 deletion elements/BlackHoleSpawn.mod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_fv": 24,
"_fv": 55,
"_type": "procedure",
"definition": {
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"spawn_entity\"><field name=\"entity\">CUSTOM:BlackHole</field><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value></block></next></block></xml>"
Expand Down
4 changes: 2 additions & 2 deletions elements/BlackHoleTick.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"_fv": 24,
"_fv": 55,
"_type": "procedure",
"definition": {
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"spawn_particle_multi\"><field name=\"particle\">DRAGON_BREATH</field><value name=\"count\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value><value name=\"x\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"coord_x\"/></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">5</field></block></value></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"coord_y\"/></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">5</field></block></value></block></value><value name=\"z\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"coord_z\"/></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">5</field></block></value></block></value><value name=\"dx\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value><value name=\"dy\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value><value name=\"dz\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value><value name=\"speed\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><next><block type=\"entity_nbt_num_set\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">time</field></block></value><value name=\"tagValue\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_nbt_num_get\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">time</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">0.05</field></block></value></block></value><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"math_binary_ops\"><field name=\"OP\">GTE</field><value name=\"A\"><block type=\"entity_nbt_num_get\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">time</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value><statement name=\"DO0\"><block type=\"move_entity\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_number\"><field name=\"NUM\">-1000</field></block></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"explode\"><field name=\"mode\">BREAK</field><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><value name=\"power\"><block type=\"math_number\"><field name=\"NUM\">30</field></block></value></block></next></block></statement><next><block type=\"entity_set_health\"><value name=\"entity\"><block type=\"world_entity_inrange\"><field name=\"entity\">EntityCreature</field><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><value name=\"range\"><block type=\"math_number\"><field name=\"NUM\">30</field></block></value></block></value><value name=\"health\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"entity_health\"><value name=\"entity\"><block type=\"world_entity_inrange\"><field name=\"entity\">EntityCreature</field><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><value name=\"range\"><block type=\"math_number\"><field name=\"NUM\">30</field></block></value></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">4</field></block></value></block></value><next><block type=\"entity_set_health\"><value name=\"entity\"><block type=\"world_entity_inrange\"><field name=\"entity\">EntityPlayer</field><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><value name=\"range\"><block type=\"math_number\"><field name=\"NUM\">30</field></block></value></block></value><value name=\"health\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"entity_health\"><value name=\"entity\"><block type=\"world_entity_inrange\"><field name=\"entity\">EntityPlayer</field><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><value name=\"range\"><block type=\"math_number\"><field name=\"NUM\">30</field></block></value></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">4</field></block></value></block></value></block></next></block></next></block></next></block></next></block></next></block></xml>"
"procedurexml": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><xml xmlns=\"https://developers.google.com/blockly/xml\"><block deletable=\"false\" type=\"event_trigger\" x=\"40\" y=\"40\"><field name=\"trigger\">no_ext_trigger</field><next><block type=\"spawn_particle_multi\"><field name=\"particle\">DRAGON_BREATH</field><value name=\"count\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value><value name=\"x\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"coord_x\"/></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2.5</field></block></value></block></value><value name=\"y\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"coord_y\"/></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2.5</field></block></value></block></value><value name=\"z\"><block type=\"math_dual_ops\"><field name=\"OP\">MINUS</field><value name=\"A\"><block type=\"coord_z\"/></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">2.5</field></block></value></block></value><value name=\"dx\"><block type=\"math_number\"><field name=\"NUM\">2.5</field></block></value><value name=\"dy\"><block type=\"math_number\"><field name=\"NUM\">2.5</field></block></value><value name=\"dz\"><block type=\"math_number\"><field name=\"NUM\">2.5</field></block></value><value name=\"speed\"><block type=\"math_number\"><field name=\"NUM\">1</field></block></value><next><block type=\"entity_nbt_num_set\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">time</field></block></value><value name=\"tagValue\"><block type=\"math_dual_ops\"><field name=\"OP\">ADD</field><value name=\"A\"><block type=\"entity_nbt_num_get\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">time</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">0.05</field></block></value></block></value><next><block type=\"controls_if\"><value name=\"IF0\"><block type=\"math_binary_ops\"><field name=\"OP\">GTE</field><value name=\"A\"><block type=\"entity_nbt_num_get\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"tagName\"><block type=\"text\"><field name=\"TEXT\">time</field></block></value></block></value><value name=\"B\"><block type=\"math_number\"><field name=\"NUM\">10</field></block></value></block></value><statement name=\"DO0\"><block type=\"move_entity\"><value name=\"entity\"><block type=\"entity_from_deps\"/></value><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"math_number\"><field name=\"NUM\">-1000</field></block></value><value name=\"z\"><block type=\"coord_z\"/></value><next><block type=\"explode\"><field name=\"mode\">TNT</field><value name=\"x\"><block type=\"coord_x\"/></value><value name=\"y\"><block type=\"coord_y\"/></value><value name=\"z\"><block type=\"coord_z\"/></value><value name=\"power\"><block type=\"math_number\"><field name=\"NUM\">30</field></block></value></block></next></block></statement><next><block type=\"entity_set_armor_slot_item\"><value name=\"item\"><block type=\"mcitem_all\"><field name=\"value\">CUSTOM:BlackHoleItem</field></block></value><value name=\"slotid\"><block type=\"math_number\"><field name=\"NUM\">3</field></block></value><value name=\"entity\"><block type=\"entity_from_deps\"/></value></block></next></block></next></block></next></block></next></block></xml>"
}
}
Loading

0 comments on commit 4cf7ff1

Please sign in to comment.