-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added chest gui new invensee and so much more, so excited about this update go download! NOTE: this comes with a resource pack now!
- Loading branch information
1 parent
f334626
commit d47b19e
Showing
53 changed files
with
1,568 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
{ | ||
"format_version": "1.17.10", | ||
"minecraft:entity": { | ||
"description": { | ||
"identifier": "rubedo:inventory", | ||
"is_spawnable": true, | ||
"is_summonable": true, | ||
"is_experimental": false | ||
}, | ||
"component_groups": { | ||
"despawn": { | ||
"minecraft:instant_despawn": {}, | ||
"minecraft:explode": {} | ||
}, | ||
"size:27": { | ||
"minecraft:inventory": { | ||
"container_type": "inventory", | ||
"inventory_size": 27, | ||
"restrict_to_owner": true | ||
} | ||
}, | ||
"size:36": { | ||
"minecraft:inventory": { | ||
"container_type": "inventory", | ||
"inventory_size": 36, | ||
"restrict_to_owner": true | ||
} | ||
}, | ||
"size:45": { | ||
"minecraft:inventory": { | ||
"container_type": "inventory", | ||
"inventory_size": 45, | ||
"restrict_to_owner": true | ||
} | ||
}, | ||
"size:54": { | ||
"minecraft:inventory": { | ||
"container_type": "inventory", | ||
"inventory_size": 54, | ||
"restrict_to_owner": true | ||
} | ||
}, | ||
"size:81": { | ||
"minecraft:inventory": { | ||
"container_type": "inventory", | ||
"inventory_size": 81, | ||
"restrict_to_owner": true | ||
} | ||
}, | ||
"size:108": { | ||
"minecraft:inventory": { | ||
"container_type": "inventory", | ||
"inventory_size": 108, | ||
"restrict_to_owner": true | ||
} | ||
} | ||
}, | ||
"components": { | ||
"minecraft:collision_box": { | ||
"width": 1, | ||
"height": 2 | ||
}, | ||
"minecraft:movement": { | ||
"value": 0 | ||
}, | ||
"minecraft:pushable": { | ||
"is_pushable": false, | ||
"is_pushable_by_piston": false | ||
}, | ||
"minecraft:conditional_bandwidth_optimization": {}, | ||
"minecraft:inventory": { | ||
"container_type": "inventory", | ||
"inventory_size": 54, | ||
"restrict_to_owner": true | ||
}, | ||
"minecraft:damage_sensor": { | ||
"triggers": { | ||
"cause": "all", | ||
"deals_damage": false | ||
} | ||
}, | ||
"minecraft:fire_immune": true, | ||
"minecraft:tameable": true, | ||
"minecraft:health": { | ||
"value": 999999, | ||
"min": 1 | ||
} | ||
}, | ||
"events": { | ||
"minecraft:on_tame": {}, | ||
"despawn": { | ||
"add": { | ||
"component_groups": ["despawn"] | ||
} | ||
}, | ||
"size:reset": { | ||
"remove": { | ||
"component_groups": [ | ||
"size:27", | ||
"size:36", | ||
"size:54", | ||
"size:81", | ||
"size:108" | ||
] | ||
} | ||
}, | ||
"size:27": { | ||
"trigger": "size:reset", | ||
"add": { | ||
"component_groups": ["size:27"] | ||
} | ||
}, | ||
"size:36": { | ||
"trigger": "size:reset", | ||
"add": { | ||
"component_groups": ["size:36"] | ||
} | ||
}, | ||
"size:54": { | ||
"trigger": "size:reset", | ||
"add": { | ||
"component_groups": ["size:54"] | ||
} | ||
}, | ||
"size:81": { | ||
"trigger": "size:reset", | ||
"add": { | ||
"component_groups": ["size:81"] | ||
} | ||
}, | ||
"size:108": { | ||
"trigger": "size:reset", | ||
"add": { | ||
"component_groups": ["size:108"] | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"format_version": "1.16.0", | ||
"minecraft:entity": { | ||
"description": { | ||
"identifier": "rubedo:tamed_inventory", | ||
"runtime_identifier": "minecraft:arrow", | ||
"is_spawnable": false, | ||
"is_summonable": true, | ||
"is_experimental": false | ||
}, | ||
"components": { | ||
"minecraft:projectile": {}, | ||
"minecraft:transformation": { | ||
"into": "rubedo:inventory<minecraft:on_tame>", | ||
"keep_owner": true | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"format_version": "1.18.0", | ||
"minecraft:item": { | ||
"description": { | ||
"identifier": "rubedo:gui" | ||
}, | ||
"components": { | ||
"minecraft:max_stack_size": 1, | ||
"minecraft:allow_off_hand": true, | ||
"minecraft:foil": true, | ||
"minecraft:icon": { | ||
"texture": "diamond" | ||
}, | ||
"minecraft:display_name": { | ||
"value": "§b§lSTAFF GUI§r\n§eRight Click Me" | ||
}, | ||
"minecraft:on_use": { | ||
"on_use": { | ||
"event": "rubedo:on_use" | ||
} | ||
}, | ||
"minecraft:cooldown": { | ||
"category": "gui", | ||
"duration": 0.1 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/* | ||
|-------------------------------------------------------------------------- | ||
| Gui item | ||
|-------------------------------------------------------------------------- | ||
| | ||
| This is the GUI item that is used to open up the gui | ||
| this is set to the identifer of item.json and is used to find the item | ||
| in the gui template | ||
| | ||
*/ | ||
export const GUI_ITEM = "rubedo:gui"; | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Entity Inventory | ||
|-------------------------------------------------------------------------- | ||
| | ||
| The id of the entity inventory | ||
| this is found in the entities file | ||
| this will be updated if inventory entity is changed | ||
| | ||
*/ | ||
export const ENTITY_INVENTORY = "rubedo:inventory"; | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Default Static Page id | ||
|-------------------------------------------------------------------------- | ||
| | ||
| This is the default static page id of what is open by default | ||
| when you click on the gui, this can be changed but it probably shouldnt | ||
| because static pages will need to be changed | ||
| | ||
*/ | ||
export const DEFAULT_STATIC_PAGE_ID = "home"; | ||
|
||
/* | ||
|-------------------------------------------------------------------------- | ||
| Pages | ||
|-------------------------------------------------------------------------- | ||
| | ||
| These are the pages that are loaded in this | ||
| | ||
*/ | ||
export const PAGES = ["see"]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.