Skip to content

Commit

Permalink
Run data generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Choonster committed Nov 16, 2024
1 parent 6d65c9a commit fa0ec3d
Show file tree
Hide file tree
Showing 133 changed files with 264 additions and 279 deletions.
11 changes: 2 additions & 9 deletions src/generated/resources/assets/testmod3/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@
"commands.testmod3.rotatevector.result": "Rotated vector: [%s, %s, %s]",
"commands.testmod3.runtests.tests_failed": "Tests failed. See log for more details.",
"commands.testmod3.runtests.tests_passed": "All tests passed.",
"config.jade.plugin_testmod3.chest_facing": "Mod Chest Facing",
"config.jade.plugin_testmod3.colored_multi_rotatable_block_face_rotation": "Colored Multi-Rotatable",
"config.jade.plugin_testmod3.colored_rotatable_block_facing": "Colored Rotatable Block Facing",
"config.jade.plugin_testmod3.plane_horizontal_rotation": "Plane Horizontal Rotation",
"config.jade.plugin_testmod3.plane_vertical_rotation": "Plane Vertical Rotation",
"config.jade.plugin_testmod3.restricted_fluid_tank_enabled_facings": "Restricted Fluid Tank Enabled Facings",
"config.jade.plugin_testmod3.rotatable_lamp_facing": "Rotatable Lamp Facing",
"container.testmod3.chest": "Mod Chest",
"effect.testmod3.test": "Test",
"entity.testmod3.block_detection_arrow": "Block Detection Arrow",
Expand Down Expand Up @@ -157,15 +150,15 @@
"item.testmod3.max_health_getter_item": "Max Health Getter",
"item.testmod3.max_health_setter_item": "Max Health Setter",
"item.testmod3.model_test": "Model Test",
"item.testmod3.music_disc_solaris": "Music Disc",
"item.testmod3.music_disc_solaris.desc": "Solaris (Path of Exile)",
"item.testmod3.no_mod_name": "No Mod Name",
"item.testmod3.normal_bucket": "Normal Bucket",
"item.testmod3.normal_gas_bucket": "Normal Gas Bucket",
"item.testmod3.pig_spawner_finite": "Finite Pig Spawner",
"item.testmod3.pig_spawner_infinite": "Infinite Pig Spawner",
"item.testmod3.player_avoiding_creeper_spawn_egg": "Player-Avoiding Creeper Spawn Egg",
"item.testmod3.portal_displacement_bucket": "Portal Displacement Fluid Bucket",
"item.testmod3.record_solaris": "Music Disc",
"item.testmod3.record_solaris.desc": "Solaris (Path of Exile)",
"item.testmod3.replacement_boots": "Armour Replacement Boots",
"item.testmod3.replacement_chestplate": "Armour Replacement Chestplate",
"item.testmod3.replacement_helmet": "Armour Replacement Helmet",
Expand Down
22 changes: 22 additions & 0 deletions src/generated/resources/assets/testmod3/sounds.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"9mm.fire": {
"sounds": [
"testmod3:item/gun/9mm_fire"
],
"subtitle": "subtitles.item.testmod3.gun.fire"
},
"action.saddle": {
"sounds": [
"mob/horse/leather"
],
"subtitle": "subtitles.action.testmod3.saddle"
},
"music_disc.solaris": {
"sounds": [
{
"name": "testmod3:music_disc/solaris",
"stream": true
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_static_gas_bucket": {
"conditions": {
"items": [
{
"items": "testmod3:static_gas_bucket"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_static_gas_container": {
"conditions": {
"items": [
{
"predicates": {
"testmod3:fluid_container": {
"amount": {
"min": 1000
},
"fluid": "testmod3:static_gas"
}
}
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "testmod3:cobblestone_from_static_gas"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_static_gas_bucket",
"has_static_gas_container"
]
],
"rewards": {
"recipes": [
"testmod3:cobblestone_from_static_gas"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:cobblestone"
]
"items": "minecraft:cobblestone"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"advancements": [
"forge:conditional": [
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_axe": {
"conditions": {
"items": [
{
"items": [
"minecraft:wooden_axe"
]
"items": "minecraft:wooden_axe"
}
]
},
Expand All @@ -23,8 +21,7 @@
}
},
"forge:condition": {
"type": "forge:false",
"value": {}
"type": "forge:false"
},
"requirements": [
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"testmod3:wooden_axe"
]
"items": "testmod3:wooden_axe"
}
]
},
Expand All @@ -17,9 +15,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:oak_log"
]
"items": "minecraft:oak_log"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:wooden_axe"
]
"items": "minecraft:wooden_axe"
}
]
},
Expand All @@ -17,9 +15,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:oak_log"
]
"items": "minecraft:oak_log"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:gold_block"
]
"items": "minecraft:gold_block"
}
]
},
Expand All @@ -17,9 +15,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:iron_helmet"
]
"items": "minecraft:iron_helmet"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:spawner"
]
"items": "minecraft:spawner"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"testmod3:subscripts"
]
"items": "testmod3:subscripts"
}
]
},
Expand All @@ -17,9 +15,7 @@
"conditions": {
"items": [
{
"items": [
"testmod3:superscripts"
]
"items": "testmod3:superscripts"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"testmod3:subscripts"
]
"items": "testmod3:subscripts"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"conditions": {
"items": [
{
"items": [
"minecraft:cod"
]
"items": "minecraft:cod"
}
]
},
Expand All @@ -17,7 +15,7 @@
"conditions": {
"items": [
{
"tag": "forge:rods/wooden"
"items": "#c:rods/wooden"
}
]
},
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"comparator_output": 13,
"description": {
"translate": "jukebox_song.testmod3.solaris"
},
"length_in_seconds": 454.25,
"sound_event": "testmod3:music_disc.solaris"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@
{
"condition": "minecraft:match_tool",
"predicate": {
"enchantments": [
{
"enchantment": "minecraft:silk_touch",
"levels": {
"min": 1
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
}
]
]
}
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
}
],
"forge:condition": {
"type": "forge:false",
"value": {}
"type": "forge:false"
},
"name": "conditional_false",
"rolls": 1.0
Expand All @@ -24,8 +23,7 @@
}
],
"forge:condition": {
"type": "forge:true",
"value": {}
"type": "forge:true"
},
"name": "conditional_true",
"rolls": 1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"max": 1.0,
"min": 0.0
},
"function": "minecraft:looting_enchant"
"enchantment": "minecraft:looting",
"function": "minecraft:enchanted_count_increase"
}
],
"name": "minecraft:gunpowder"
Expand All @@ -35,7 +36,7 @@
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "killer",
"entity": "attacker",
"predicate": {
"type": "#minecraft:skeletons"
}
Expand All @@ -45,7 +46,7 @@
{
"type": "minecraft:tag",
"expand": true,
"name": "minecraft:music_discs"
"name": "minecraft:creeper_drop_music_discs"
}
],
"rolls": 1.0
Expand Down
Loading

0 comments on commit fa0ec3d

Please sign in to comment.