Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
McbeEringi committed Jun 1, 2024
1 parent 79468a0 commit 1430dfd
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions util/bctui/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"format_version":2,"header":{"name":"bctui","description":"bulk crafting touch UI","version":[0,0,1],"min_engine_version":[1,13,0],"uuid":"f190d86e-e2b7-4848-8f2f-2db055c22d7f"},"modules":[{"type":"resources","version":[0,0,1],"uuid":"e77269b4-0d4b-4b58-a769-04e32e3e9f24"}]}
Binary file added util/bctui/pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions util/bctui/ui/inventory_screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"acbtn@common_buttons.light_text_button":{
"$icn|default":"crafting_output_items","$pressed_button_name":"button.container_auto_place",
"$button_text":"ALL","$font_type":"MinecraftTen",
"size":[36,18],"anchor_from":"bottom_right","anchor_to":"bottom_right","offset":[-7,0],"ignored":"(not $touch)",
"bindings":[{"binding_type":"collection_details","binding_collection_name":"$icn","binding_condition":"once"}]
},
"survival_panel_top_half":{"modifications":[{"array_name":"controls","operation":"insert_back","value":[{"[email protected]":{}}]}]},
"crafting_panel_top_half":{"modifications":[{"array_name":"controls","operation":"insert_back","value":[{"[email protected]":{}}]}]}
}
1 change: 1 addition & 0 deletions util/bctui/ui/stonecutter_screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"top_half_panel":{"modifications":[{"array_name":"controls","operation":"insert_back","value":[{"[email protected]":{"$icn":"stonecutter_result_items","offset":[0,7]}}]}]}}
Binary file removed util/nbdp.zip
Binary file not shown.
15 changes: 15 additions & 0 deletions util/nbdp/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"format_version":1,
"header":{
"name":"nbdp",
"description":"no block_destruct particle",
"uuid":"1E32F93C-07CA-4083-92AD-7D1258DCF834",
"version":[0,0,1],
"min_engine_version":[1,10,0]
},
"modules":[{
"type":"resources",
"uuid":"6C6323F2-7AF2-4A8A-97DA-DB06A380D9B4",
"version":[0,0,1]
}]
}
Binary file added util/nbdp/pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions util/nbdp/particles/block_destruct.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"format_version":"1.10.0",
"particle_effect":{
"description":{
"identifier":"minecraft:block_destruct",
"basic_render_parameters":{"material":"particles_alpha","texture":"textures/ui/Black"}
},
"components":{
"minecraft:emitter_rate_instant":{"num_particles":0},
"minecraft:emitter_lifetime_once":{"active_time":0}
}
}
}

0 comments on commit 1430dfd

Please sign in to comment.