Difference between revisions of "JCM:Subsidy Machine"
From The District of Joban
Views
Actions
Namespaces
Variants
Tools
Line 12: | Line 12: | ||
# A GUI will be displayed, allowing configuration for the subsidy balance and timeout | # A GUI will be displayed, allowing configuration for the subsidy balance and timeout | ||
=== Blockstates === | |||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
! | !facing | ||
|- | |- | ||
|north | |north | ||
Line 43: | Line 44: | ||
|Amount of balance that will be added | |Amount of balance that will be added | ||
|10 | |10 | ||
|} | |||
=== History === | |||
{| class="wikitable" | |||
|+ | |||
!Version | |||
!Changes Made | |||
|- | |||
|v1.0.0 | |||
|Added Subsidy Machine | |||
|- | |||
|v1.1.4 | |||
|Subsidy Machine is now configurable, with timeout and price per click. | |||
|} | |} |
Revision as of 23:51, 19 August 2022
Subsidy Machine
General Information
Block ID | jsblock:subsidy_machine_1 |
---|---|
Item Group | Joban Blocks |
Transparent | No |
Light Level | 0 |
Other Information
Added in | v1.0.0 |
---|---|
Created by | AozoraSky |
A Subsidy Machine is a functional block in Joban Client Mod.
Usage
- The configured balance of this block will be added to scoreboard objective
mtr_balance
when right clicked.
Configuring
- Right Click with brush
- A GUI will be displayed, allowing configuration for the subsidy balance and timeout
Blockstates
facing |
---|
north |
east |
south |
west |
Block Entity
This block has a block entity, and stores the following data
Name | Type | Description | Default Value |
---|---|---|---|
timeout | integer | How long the player need to wait after using this block (In Seconds) | 0 |
price_per_click | integer | Amount of balance that will be added | 10 |
History
Version | Changes Made |
---|---|
v1.0.0 | Added Subsidy Machine |
v1.1.4 | Subsidy Machine is now configurable, with timeout and price per click. |